Releases: DeFiCh/jellyfishsdk
Releases · DeFiCh/jellyfishsdk
v0.16.0
v0.15.0
What’s Changed
🚀 Features
- Add getRawTransaction rpc @canonbrother (#385)
- Add
poolSwap
andlistPoolPairs
in defi/testing @canonbrother (#386) - Add listPrices rpc @jingyi2811 (#356)
jellyfish-transaction-builder
: utxos-to-account support multiple destination addresses @ivan-zynesis (#353)- Add getMiningInfo to DeFiDContainer @aikchun (#379)
jellyfish-transaction-signature
@ivan-zynesis (#369)- Add listLatestRawPrices rpc @jingyi2811 (#352)
jellyfish-crypto
: aes256 @ivan-zynesis (#331)- added single word mnemonic validation @fuxingloh (#367)
- Added getMempoolInfo RPC @aikchun (#364)
🐛 Bug Fixes
Maintenance
- fix package-lock.json to silent updates @fuxingloh (#383)
- Fixed doc files from getMintingInfo to getMiningInfo @aikchun (#377)
- CODEOWNERS updates @ivan-zynesis and @canonbrother @fuxingloh (#373)
v0.14.0
What’s Changed
- refactor monorepo tsconfig mapping @canonbrother (#320)
🚀 Features
- Add listOracles rpc @jingyi2811 (#345)
- Add getOracleData rpc @jingyi2811 (#347)
- Added getTransaction RPC @aikchun (#342)
- Control.ts OP_CODES (0x61-0x69) @siradji (#333)
- Add setOracleData rpc @jingyi2811 (#346)
🐛 Bug Fixes
- fixed
go-to-definition
and added project refdoc
@canonbrother (#361)
Maintenance
- update project ref readme @ivan-zynesis (#366)
- fix oss-governance-project-pr to only run on pr target @fuxingloh (#365)
- removed duplicated account in sidebar @fuxingloh (#351)
v0.13.0
What’s Changed
🚀 Features
- Add updateOracle rpc @jingyi2811 (#341)
- Add removeOracle rpc @jingyi2811 (#339)
- Add uptime RPC @aikchun (#340)
- Add appointOracle RPC @jingyi2811 (#336)
- added getRpcInfo rpc @aikchun (#330)
- Add accountToUtxos rpc @jingyi2811 (#289)
- Add mintTokens rpc @jingyi2811 (#290)
🐛 Bug Fixes
Maintenance
- Able to specify image tag via ENV in
defid_container.ts
@monstrobishi (#348) - updated CODEOWNERS to reflect recent contributing activity @fuxingloh (#337)
v0.12.0
What’s Changed
🚀 Features
- Add
DfTx
PoolCreatePair @canonbrother (#233) - Add
DfTx
PoolUpdatePair @canonbrother (#314)
🐛 Bug Fixes
- Fix failed test in getChainTips RPC @jingyi2811 (#327)
- Fix failed test in listTokens RPC @jingyi2811 (#328)
Maintenance
- Refactor
account
RPCs tests @jingyi2811 (#301)
Dependencies
- Update
@defichain/testcontainers
with chainparams QOL changes @fuxingloh (#329)
v0.11.0
What’s Changed
🚀 Features
txn-builder
: set-oracle-data @monstrobishi (#310)txn-builder
: update-oracle @monstrobishi (#309)wallet.dumpPrivKey
andwallet.importPrivKey
RPC @siradji (#306)dftx-txn
: set-governance @ivan-zynesis (#298)txn-builder
: remove-oracle @monstrobishi (#307)
Maintenance
- Refactor mining RPCs tests @jingyi2811 (#318)
- Refactor network RPCs tests @jingyi2811 (#317)
- Refactor raw transaction RPCs tests @jingyi2811 (#316)
- Refactor token RPCs tests @jingyi2811 (#312)
- Refactor poolpair RPCs tests @jingyi2811 (#313)
- Refactor wallet RPCs tests @jingyi2811 (#308)
Dependencies
- Update
@defichain/testcontainers
to 1.7.3 @fuxingloh (#319)
v0.10.1
v0.10.0
What’s Changed
🚀 Features
- Add
DfTx
TokenUpdate, TokenUpdateAny @canonbrother (#300) txn-builder
: appoint-oracle @monstrobishi (#299)- Add
accountToAccount
RPC @jingyi2811 (#284) - Add
blockchain.getBlockStats
,blockchain.getBestBlockHash
RPC @siradji (#256) - Add
DfTx
for Create & Resign MasterNode @ivan-zynesis (#283) - Add
account.historyCount
RPC @siradji (#265)
🐛 Bug Fixes
- fix project governance to auto move card based on priority label @fuxingloh (#297)
Maintenance
- Refactor blockchain RPCs tests @jingyi2811 (#305)
- Refactor createWallet test to be independent @fuxingloh (#293)
- fix project governance to auto move card based on priority label @fuxingloh (#297)
- project governance to auto move card based on priority label @fuxingloh (#296)
Dependencies
- update testcontainers to 1.7.1 @fuxingloh (#304)
v0.9.0
v0.8.0
What’s Changed
🚀 Features
- Add
wallet.sendMany
RPC @surangap (#269) - Add
Dftx
TokenCreate @canonbrother (#208) - Add
DfTx
AppointOracle/RemoveOracle/UpdateOracle/SetOracleData @monstrobishi (#247) - Add
blockchain.getDifficulty
RPC @izzycsy (#285)
Maintenance
- Faster CI with --maxWorkers=4 + npm caching @fuxingloh (#287)