Releases: BirthdayResearch/jellyfishsdk
Releases · BirthdayResearch/jellyfishsdk
v0.0.22
What’s Changed
🚀 Features
- txn input validation (length, mismatch prevout) @fuxingloh (#190)
- new module @defichain/testing @canonbrother (#185)
Maintenance
- added jingyi2811 to api-core codeowner @fuxingloh (#182)
v0.0.21
What’s Changed
🚀 Features
- Feature/add any account 2 account dftx @ivan-zynesis (#181)
- Add getNetworkInfo rpc @jingyi2811 (#180)
- add account2utxo / utxo2account / account2account dftx @ivan-zynesis (#175)
- account.listaccounts, account.getaccount, account.gettokenbalances, account.listaccounthistory @canonbrother (#162)
- Add getConnectionCount rpc @jingyi2811 (#176)
🐛 Bug Fixes
- fix dftx TokenMint @canonbrother (#183)
- fix test as signature length should not be compared @fuxingloh (#178)
- image will only try to pull if it did not already exist @fuxingloh (#177)
Maintenance
- ignored test coverage for tryPullImage due to race conditions @fuxingloh (#179)
v0.0.20
What’s Changed
🐛 Bug Fixes
- fix wait for wallet coinbase maturity should use getBlockCount @fuxingloh (#174)
v0.0.19
v0.0.18
What’s Changed
🚀 Features
- added DfTx TokenMint @canonbrother (#170)
🐛 Bug Fixes
- fix bech32 as it should use HASH160 not SHA256 @fuxingloh (#171)
v0.0.17
v0.0.16
What’s Changed
🚀 Features
- Add new getBlockHeader rpc @jingyi2811 (#163)
Maintenance
- refactor module exports for api-core & crypto @fuxingloh (#168)
- additional test to craft_sign_send_tx using your own private key @fuxingloh (#164)
Dependencies
- Bump @types/jest from 26.0.22 to 26.0.23 @dependabot (#166)
- bump docker to defi/defichain:1.6.3 @fuxingloh (#161)
v0.0.15
What’s Changed
🚀 Features
- poolpair.listpoolpairs, poolpair.getpoolpair, poolpair.listpoolshares, poolpair.createpoolpair, poolpair.addpoolliquidity @canonbrother (#121)
🐛 Bug Fixes
- fix flaky random bip32 test @fuxingloh (#156)
- removed bigint to only use bignumber @fuxingloh (#155)
Maintenance
- Bump actions/github-script from v3 to v4.0.2 @dependabot (#158)
- refactored ci.yml workflows @fuxingloh (#157)
- removed devDependencies.typescript from sub-packages @fuxingloh (#154)
Dependencies
- Bump dockerode from 3.2.1 to 3.3.0 @dependabot (#160)
v0.0.14
What’s Changed
- using npm exec to publish instead of scripts @fuxingloh (#153)
v0.0.13
What’s Changed
🚀 Features
- jellyfish-wallet the hdw for DeFi Blockchain @fuxingloh (#135)
- token.listTokens, token.getToken, token.createToken, token.updateToken @canonbrother (#120)
- added DfTx PoolRemoveLiquidity @fuxingloh (#146)
Maintenance
- rename ocean to whale as they are 2 separate and different project @fuxingloh (#151)