This repository has been archived by the owner on Jun 3, 2022. It is now read-only.
Releases: JellyfishSDK/whale
Releases · JellyfishSDK/whale
v0.8.9
What’s Changed
🐛 Bug Fixes
- added -rpcworkqueue=512 to docker-compose.yml @fuxingloh (#341)
Dependencies
- Bump @defichain/jellyfish dependencies @defichain-bot (#342)
v0.8.8
What’s Changed
🐛 Bug Fixes
- fix WhaleApiClient options to create a new options instead of assigning @fuxingloh (#339)
Dependencies
- Bump ts-node from 10.1.0 to 10.2.0 @dependabot (#337)
- Bump @types/jest from 26.0.24 to 27.0.0 @dependabot (#338)
v0.8.7
What’s Changed
🚀 Features
- prefix version can now be overridden in production @fuxingloh (#334)
- added a/b symbol for PoolPairData @fuxingloh (#332)
🐛 Bug Fixes
- reconfigure probes to unhealthy if defid blocks are more than 4 headers behind @fuxingloh (#331)
v0.8.6
What’s Changed
🚀 Features
- Add basic APR calculation to
poolpair-controller
@monstrobishi (#323)
Maintenance
- added logging to ExceptionInterceptor @fuxingloh (#328)
Dependencies
- Bump @types/node from 14.17.7 to 14.17.9 @dependabot (#330)
- Bump nestjs deps, set dependabot.yml day to thursday @fuxingloh (#329)
- Bump @defichain/jellyfish dependencies @defichain-bot (#314)
- Bump actions/setup-node from 2.3.2 to 2.4.0 @dependabot (#327)
- Bump actions/setup-node from 2.3.1 to 2.3.2 @dependabot (#321)
v0.8.5
What’s Changed
🚀 Features
- added
feed?: OraclePriceFeed
in PriceOracle @fuxingloh (#319)
Maintenance
- MainDfTxIndexer to log error instead of crashing to prevent indexer stall @fuxingloh (#318)
- Add more test units to validate Oracle indexers result with Oracle rpcs result @jingyi2811 (#317)
v0.8.4
What’s Changed
🐛 Bug Fixes
- fixed ApiPagedResponse.nextToken to just return
string | undefined
@fuxingloh (#316)
Dependencies
- Bump actions/setup-node from 2.3.0 to 2.3.1 @dependabot (#315)
v0.8.3
What’s Changed
Maintenance
- refactor
/transactions
,/rawtx
&/fee
endpoints @fuxingloh (#313)
Dependencies
- Bump all dependencies @fuxingloh (#312)
v0.8.2
v0.8.1
What’s Changed
🚀 Features
- Add
/stats
endpoint @fuxingloh (#299) - Add transform decorator to limit the size property of PaginationQuery to 60 @aikchun (#300)
🐛 Bug Fixes
- fixed
@defichain/whale-api-client
deps linking @fuxingloh (#306) - fixed getDfTxTransactions so that it only parse OP_DEFI_TX if present @fuxingloh (#301)
Maintenance
defichain-dependencies.yml
to bump jellyfish/whale/playground individually @fuxingloh (#297)- Refactor
TVL
calculation to useSemaphoreCache
@fuxingloh (#295) - Added SemaphoreCache to limit concurrency for certain expensive operations @fuxingloh (#293)
Dependencies
- Bump @defichain/jellyfish dependencies @defichain-bot (#302)
- Bump @nestjs dependencies @fuxingloh (#303)
- Bump @defichain/jellyfish dependencies @defichain-bot (#298)
- Bump @nestjs/testing from 8.0.4 to 8.0.5 @dependabot (#288)
- Bump @nestjs/cli from 8.0.2 to 8.1.0 @dependabot (#286)
- Bump @nestjs/platform-fastify from 8.0.4 to 8.0.5 @dependabot (#291)
- Bump rxjs from 7.2.0 to 7.3.0 @dependabot (#292)
- Bump @nestjs/core from 8.0.4 to 8.0.5 @dependabot (#290)
- Bump @nestjs/schedule from 1.0.0 to 1.0.1 @dependabot (#289)
- Bump @types/node from 14.17.6 to 14.17.7 @dependabot (#287)
v0.8.0
What’s Changed
🚀 Features
- Included
time
andmedianTime
to endpoints:address/*
&blocks/transaction
@fuxingloh (#282) - Oracle Indexer @fuxingloh (#281)