Skip to content

Releases: eqoty-labs/secretk

v6.2.1

11 Nov 22:18
Compare
Choose a tag to compare
  • getLatestBlock fix deserialization when validatorAddress or signature are null

v6.2.0

11 Nov 22:17
Compare
Choose a tag to compare
  • Kotlin 1.9.20
  • add getLatestBlock helper function to client

v6.1.0

26 Oct 01:21
Compare
Choose a tag to compare
  • Make enigmautils mutable and add setter to client
    • On web this is useful for creating a client before you have a access to the enigma utils reference that becomes available asynchronously from keplr

v6.0.3

26 Oct 01:18
Compare
Choose a tag to compare
  • BalanceUtils use permits to get snip20 balance

v6.0.2

10 Oct 03:07
Compare
Choose a tag to compare
  • Clear cashed code hash for a contract address when a migration message is sent
  • Add codeIdToCodeInfoCache
  • Update dependencies

v6.0.0

26 Sep 01:13
Compare
Choose a tag to compare

Support for Migration Messages:

  • Contract Migrate: MsgMigrateContract
  • Contract Update Admin: MsgUpdateAdmin
  • Contract Clear Admin: MsgClearAdmin

API Changes:

  • getCodeInfoByCodeId(codeId: String) -> getCodeInfoByCodeId(codeId: Int)
  • GetNonceResult package change

v5.1.1

08 Sep 02:52
Compare
Choose a tag to compare

Kotlin 1.9.10, remove pulsar2 references

v5.1.0

08 Sep 02:50
Compare
Choose a tag to compare

add pulsar3 NodeInfo type. Port to pulsar3 everywhere

v5.0.1

08 Sep 02:49
Compare
Choose a tag to compare

kotlin 1.9.0

v5.0.0

20 Jul 04:59
Compare
Choose a tag to compare

API Changes

  • Make client constructor public.
    • Note: libsodium must be initialized before instantiating the client through the standard constructor
  • Remove suspending init by seed client companion function