- (x/btcblightclient) #86 Implement btcblightclient module.
- (x/btcstaking) #116 Disabled minting YAT directly on lorenzo.
- (eip712) #113 Implement legacy msg interface to support eip712 signing.
- (x/plan) #109 Event attribute sequence error.
- (x/plan) #106 Revert update minter if plan id not found.
- (x/btcstaking) #105 Add field plan-id to btc&btcb staking record.
- (ante) #58 Unified fee settings for Cosmos and EVM transactions.
- (x/plan) #26 Introduced the Plan module for managing staking plans.
- (x/agent) #23 Introduced the Agent module for managing staking plan's agents.
- (x/token) #61 Introduced the Token module for managing tokens between ERC20 contracts and SDK bank.
- (x/ibctransfer) #61 Wrapped the IBC transfer module to support automatic conversion for IBC assets.
- (x/btcstaking) #40 Implemented dynamic confirmation depth.
- (x/btcstaking) #42 Added allow list for receivers with ETH addresses.
- (x/btcstaking) #67 Added transaction output amount limit to filter out dust outputs.
- (x/btcstaking) #74 Enabled minting stBTC to multiple chains.
- (app) #63 Fixed Tendermint client type registration.
- (client) #47 Fixed error handling for BTC staking query commands.
- (x/btcstaking) #37 Added BTC staking genesis validation.
- (x/btcstaking) #95 Remove out-dated check
- (test) #89 Fixed testnet cmd
- (client) #17 BTC staking query now accepts transaction ID instead of transaction hash.
- (client) #53 Renamed BTC staking query commands.
- (x/btcstaking) #66 Accepted
OP_PUSHDATA2
andOP_PUSHDATA
inOP_RETURN
transaction outputs. - (x/btcstaking) #98 Refactor msg_server and fix some standard writing methods.