This repository has been archived by the owner on Jun 3, 2022. It is now read-only.
Releases: JellyfishSDK/whale
Releases · JellyfishSDK/whale
v0.23.2
What’s Changed
🚀 Features
- feat(module-api): add
/stats/supply
API @canonbrother (#769)
Dependencies
- Bump @nestjs dependencies @defichain-bot (#778)
- Bump @defichain/jellyfish dependencies @defichain-bot (#777)
v0.23.1
What’s Changed
Maintenance
- feat(rpc): add validateaddress to MethodWhitelist @joeldavidw (#774)
Dependencies
- Bump actions/github-script from 5.1.0 to 6 @dependabot (#775)
- Bump lint-staged from 12.3.3 to 12.3.4 @dependabot (#776)
- Bump follow-redirects from 1.14.5 to 1.14.8 @dependabot (#773)
- Bump @nestjs dependencies @defichain-bot (#772)
- Bump @defichain/jellyfish dependencies @defichain-bot (#771)
- Bump @defichain/jellyfish dependencies @defichain-bot (#770)
- Bump rxjs from 7.5.3 to 7.5.4 @dependabot (#766)
- Bump @nestjs/schematics from 8.0.5 to 8.0.6 @dependabot (#767)
- Bump @defichain/jellyfish dependencies @defichain-bot (#768)
v0.23.0
What’s Changed
🚀 Features
- feat(indexer):
poolswap
"lite" @monstrobishi (#713) - Revert "Drop unused/unexposed database and indexer (#690)" @monstrobishi (#754)
🐛 Bug Fixes
- fix(indexer): PoolPair & Token Indexer @fuxingloh (#759)
Maintenance
- revert CborEncoding, due to marginal improvement @fuxingloh (#764)
- feat(rpc): add getburninfo to MethodWhitelist @fuxingloh (#757)
Dependencies
- Bump ts-node from 10.4.0 to 10.5.0 @dependabot (#761)
- Bump rxjs from 7.5.2 to 7.5.3 @dependabot (#763)
- Bump @defichain/jellyfish dependencies @defichain-bot (#758)
- Bump release-drafter/release-drafter from 5.17.6 to 5.18.1 @dependabot (#756)
v0.22.2
What’s Changed
🚀 Features
- feature(json-rpc): expose whitelisted defid JSON RPC 1.0 @fuxingloh (#751)
v0.22.1
v0.22.0
What’s Changed
🚀 Features
- Drop unused/unexposed database and indexer @ivan-zynesis (#690)
Maintenance
- chore(indexer): deprecated SetOracleDataIntervalIndexer Indexer & API @fuxingloh (#749)
v0.21.0
What’s Changed
Maintenance
- chore(database): revert LevelDatabase options due to memory usage @fuxingloh (#746)
- chore(health-check): readiness synced blocks are more than 2 blocks behind @fuxingloh (#748)
Dependencies
- Bump docker/build-push-action from 2.8.0 to 2.9.0 @dependabot (#744)
- Bump lint-staged from 12.3.2 to 12.3.3 @dependabot (#745)
v0.20.0
What’s Changed
Maintenance
- chore(database): check index is modified before deleting for better performance @fuxingloh (#733)
- chore(indexer): reduce the amount of RPC call from 4 to 2 for indexing @fuxingloh (#742)
- chore(database): increase max open file and max file size to benefit modern system @fuxingloh (#737)
- chore(database): add cbor for value encoding to reduce overall storage footprint @fuxingloh (#732)
- chore(docker-compose): update fork height for defid @canonbrother (#741)
v0.19.1
What’s Changed
Maintenance
- chore(model.probes.ts): change model readiness window to 4 @fuxingloh (#738)