Releases: BirthdayResearch/jellyfishsdk
Releases · BirthdayResearch/jellyfishsdk
v0.26.0
v0.25.0
What’s Changed
🚀 Features
- Add
getGov
andsetGov
RPC @canonbrother (#456) - Interface
icx_listhtlcs
RPC @surangap (#407)
Maintenance
- Bump DeFiCh/oss-governance-bot from 2.0.6 to 2.0.7 @dependabot (#455)
v0.24.0
v0.23.0
What’s Changed
Maintenance
jellyfish-wallet
should provide non-hdWalletNode
by default @fuxingloh (#453)
v0.22.0
What’s Changed
🚀 Features
- Interface
icx_claimdfchtlc
RPC @surangap (#406) - Interface
icx_submitexthtlc
RPC @surangap (#405) - Add
removePoolLiquidity
RPC @izzycsy (#420) - Interface
icx_submitdfchtlc
RPC @surangap (#404) - Added expansion and invalid OP_CODES @Jouzo (#440)
- added maxPrice tests for
txn_builder_dex_poolswap
@thedoublejay (#429) - Interface
icx_listorders
RPC @surangap (#402)
🐛 Bug Fixes
- Remove typecheck for OP_PUSHDATA @monstrobishi (#445)
- Fixed bad test in oracle RPC and cleaned up docs for consistency @fuxingloh (#437)
Maintenance
- Refactor src/script/defi -> src/script/dftx and __tests__/script/defi -> __tests/script/dftx @Jouzo (#449)
- Added addpoolliquidity, removepoolliquidity and poolswap account history test @aikchun (#415)
Dependencies
- Bump husky from 6.0.0 to 7.0.0 @dependabot (#442)
v0.21.0
What’s Changed
🚀 Features
- improved
jellyfish-transaction
buffer interoperability and ease of use @fuxingloh (#436)
Maintenance
- Bump actions/setup-node from 2.1.5 to 2.2.0 @dependabot (#434)
Dependencies
- setup-node now support cache, removed old workflow cache @fuxingloh (#435)
v0.20.0
What’s Changed
🚀 Features
- implements WalletHdNode on WalletAccount @fuxingloh (#433)
- Interface
icx_getorder
RPC @surangap (#401) - Interface
icx_closeoffer
RPC @surangap (#400) - Interface
icx_makeoffer
RPC @surangap (#399) - Added
resignMasternode
RPC @siradji (#419) - Add bitwise OP CODES. @surangap (#422)
- Interface
icx_createorder
RPC @surangap (#398)
🐛 Bug Fixes
- testpoolswap markdown fixes @canonbrother (#421)
Maintenance
- added @ivan-zynesis @siradji @aikchun to
jellyfish-api-core
CODEOWNERS @fuxingloh (#432) - updated
*.MD
and packages/jellyfish to reflect current project direction @fuxingloh (#430)
v0.19.0
v0.18.0
v0.17.0
What’s Changed
🚀 Features
🐛 Bug Fixes
- use bignumber precision on gettoken and listtokens @canonbrother (#395)
- poolpair.customRewards is nullable @canonbrother (#397)
Maintenance
- should sign hash Buffer with signature buffer [0] as 0x80 for coverage @fuxingloh (#394)
- updated icx and oracle codeowners responsibility @fuxingloh (#391)
- removed noUnusedLocals from tsconfig.base.json too strict during dev @fuxingloh (#390)