moca_chains 1.2.5 moca_chains: ^1.2.5 copied to clipboard
Chains package for Moca App. This library gives the developer common methods for interacting with chains.
1.0.0 #
- Initial version. Ethereum, Solana and Bitcoin working
1.0.1 #
- Changed sdk environment to 3.3.0
1.0.2 #
- Added dependency overrides for fixing conflict with Flutter Flow
1.0.3 #
- Changed web_socket_version to 2.4.3 version
1.1.0 #
- Added Cacao, Rune
- Added Maya Swaps
- Refactoring and changed folder structure
1.1.1 #
- Added Kujira
- Changed tendermint to rest for swaps
- Changed folder and variable naming
1.1.2 #
- Added Arbitrum
- Added getFeeEstimate for chains
1.1.3 #
- Added ThorMsgDeposit to makeTransaction, getFeeEstimate
1.1.4 #
- Changed affiliate_bps for maya swap
- Added 2 extra zeros for amounts in maya swap
1.1.5 #
- Now amount is the native unit of each chain
1.1.6 #
- Removed extraZeros from swaps
1.1.7 #
- Fix: removed unnecessary extra zeros in quote
1.1.8 #
- Fix: removed unnecessary .toWei in arbitrum
1.1.9 #
- Fix: send only sendMsgDeposit for cacao
- Added parameter to conditionally add affiliate fee
1.1.10 #
- Fixed hardcoded indexes for bitcoin signatures
1.1.11 #
- Changed Maya affiliate bps
1.1.12 #
- Take affiliate basis as parameter for swap quote
1.1.13 #
- Fixed arbitrum chain name
1.2.0 #
- Added depositWithExpiry and approve methods for arbitrum (ERC20) to allow swaps
1.2.1 #
- Added dash transactions and swaps
1.2.2 #
- Added address validation for chains
1.2.3 #
- Fix cosmos sdk compatibility for CosmosBaseAddress
1.2.4 #
- Added methods to handle xchain keystore
- Fixed cosmos_sdk usage after update to 0.0.5
1.2.5 #
- Removed dart:mirrors dependency
- Removed redundant methods