Releases: eqoty-labs/secretk
Releases · eqoty-labs/secretk
v6.2.1
getLatestBlock
fix deserialization when validatorAddress
or signature
are null
v6.2.0
- Kotlin 1.9.20
- add
getLatestBlock
helper function to client
v6.1.0
- 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
BalanceUtils
use permits to get snip20 balance
v6.0.2
- Clear cashed code hash for a contract address when a migration message is sent
- Add
codeIdToCodeInfoCache
- Update dependencies
v6.0.0
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
Kotlin 1.9.10, remove pulsar2 references
v5.1.0
add pulsar3 NodeInfo type. Port to pulsar3 everywhere
v5.0.0
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