Releases: BirthdayResearch/jellyfishsdk
Releases · BirthdayResearch/jellyfishsdk
v0.7.1
v0.7.0
What’s Changed
🚀 Features
dftx-scripting
: auto-auth-prep @ivan-zynesis (#279)txn-builder
: pool-liquidity-add and pool-liquidity-remove @ivan-zynesis (#268)txn-builder
: account-to-account and account-to-utxos @ivan-zynesis (#267)
Maintenance
- added better/faster oss-governance-project automation @fuxingloh (#278)
- updated & cleanup
.github/workflows
@fuxingloh (#277)
v0.6.0
What’s Changed
🚀 Features
txn-builder
: utxos-to-account @ivan-zynesis (#245)
🐛 Bug Fixes
Maintenance
- refactor toEqual and toBe to toStrictEqual @jingyi2811 (#271)
- updated CODEOWNERS due to recent ownership activity @fuxingloh (#272)
- fix oss-governance-project not to trigger for bot @fuxingloh (#266)
v0.5.0
What’s Changed
🚀 Features
- added estimateSmartFee rpc @thedoublejay (#254)
🐛 Bug Fixes
- fix send tokens to address should generate @fuxingloh (#255)
Maintenance
- updated CODEOWNERS @fuxingloh (#262)
- oss-governance-project update due to board changes @fuxingloh (#260)
- oss-governance-project to auto update project board @fuxingloh (#258)
- fixed ci script not failing @fuxingloh (#257)
v0.4.0
What’s Changed
🚀 Features
- Add utxosToAccount rpc @jingyi2811 (#215)
- added varUIntUtf8 LE/BE @fuxingloh (#253)
- added hexBE, utf8LE, utf8BE, refactor hexLE @fuxingloh (#249)
- new module
jellyfish-transaction-builder
@fuxingloh (#237) jellyfish-wallet
updated fortxn-builder
compatibility @fuxingloh (#243)
🐛 Bug Fixes
- fix import error using wrong import directory @fuxingloh (#251)
- fix custom tx vout not deducted @ivan-zynesis (#248)
Maintenance
- Vin.txid to be decoded in BE order @fuxingloh (#250)
- refactor jellyfish-transaction script and global export @fuxingloh (#246)
v0.3.0
What’s Changed
🚀 Features
- guess P2SH / P2PKH / P2WSH / P2WPKH type @ivan-zynesis (#189)
@defichain/testing
new add/remove PoolLiquidity for testing @fuxingloh (#235)@defichain/testing
createToken to return id number @fuxingloh (#234)- add bs58 to jellyfish-crypto @ivan-zynesis (#213)
🐛 Bug Fixes
- fixed bip32.test.ts flakiness test as signature length can be lesser than 70 @fuxingloh (#236)
Maintenance
- refactor DeFiAddress to export const @fuxingloh (#242)
- network interface to use exact variable instead primitive @fuxingloh (#241)
v0.2.0
What’s Changed
🚀 Features
- Add new getMiningInfo for multiple masternode support @benzumbrunn (#229)
- added sendTokensToAddress for /testing @fuxingloh (#224)
🐛 Bug Fixes
- optimize and fix known block gen flaky race conditions @fuxingloh (#226)
- fixed AccountPagination.start interface only allow number @fuxingloh (#227)
- fix getRawMempool to use waitForExpect @fuxingloh (#225)
v0.1.0
What’s Changed
🚀 Features
- Add crypto opcodes @jingyi2811 (#219)
- added ability to override testcontainers docker image @fuxingloh (#216)
- Add OP_RESERVED opcode @jingyi2811 (#217)
- Add getChainTips rpc @jingyi2811 (#205)
- Add OP_RIPEMD160 opcode @jingyi2811 (#203)
- Add OP_TRUE, OP_1 to OP_16 @jingyi2811 (#200)
- add name field into network interface @ivan-zynesis (#204)
- Add OP_1NEGATE @jingyi2811 (#198)
Maintenance
- refactor testcontainers @fuxingloh (#220)
- fixed
rawtx.test.ts
to be deterministic @fuxingloh (#214) - Bump actions/checkout from 2 to 2.3.4 @dependabot (#211)
- Bump fuxingloh/multi-labeler from 1 to 1.5.1 @dependabot (#210)
- Bump actions/setup-node from 2 to 2.1.5 @dependabot (#212)
- Bump DeFiCh/oss-governance-bot from 2 to 2.0.5 @dependabot (#209)
- removed whale packages as they are located in whale project @fuxingloh (#206)
- renamed dct_id to tokenId to keep naming convention consistent @fuxingloh (#197)
- removed 2 redundant RPC that are never used in container.generate @fuxingloh (#196)
Dependencies
- updated testcontainers to 1.6.4 @fuxingloh (#223)
- Bump ts-jest from 26.5.5 to 26.5.6 @dependabot (#195)