This repository has been archived by the owner on Jun 3, 2022. It is now read-only.
Releases: JellyfishSDK/whale
Releases · JellyfishSDK/whale
v0.2.0
v0.1.4
What’s Changed
Maintenance
- rename inconsistent *HealthIndicator to *ProbeIndicator @fuxingloh (#120)
v0.1.3
What’s Changed
Maintenance
- Bump peter-evans/create-pull-request from 3.9.2 to 3.10.0 @dependabot (#115)
Dependencies
- Bump defichain dependencies @defichain-bot (#119)
- Bump @nestjs/platform-fastify from 7.6.15 to 7.6.17 @dependabot (#117)
v0.1.2
What’s Changed
Maintenance
- refactor module file name for consistency @fuxingloh (#109)
- refactor type & deps update @fuxingloh (#107)
Dependencies
- Bump ts-node from 9.1.1 to 10.0.0 @dependabot (#112)
- Bump ts-loader from 9.1.2 to 9.2.2 @dependabot (#110)
- Bump @nestjs/testing from 7.6.15 to 7.6.17 @dependabot (#113)
- Bump @nestjs/common from 7.6.15 to 7.6.17 @dependabot (#114)
- Bump @nestjs/core from 7.6.15 to 7.6.17 @dependabot (#111)
- Bump defichain dependencies @defichain-bot (#108)
v0.1.1
What’s Changed
Maintenance
- added better/faster oss-governance-project automation @fuxingloh (#106)
- updated & cleanup
.github/workflows
@fuxingloh (#104)
Dependencies
- Bump defichain dependencies @defichain-bot (#103)
v0.1.0
What’s Changed
🚀 Features
- Add v1/:network/tokens/:id endpoint @jingyi2811 (#30)
- packages/whale-api-wallet @fuxingloh (#95)
- added transactions/estimate-fee endpoint @fuxingloh (#93)
- added address.controller.ts @fuxingloh (#49)
- added poolpairs.controller.ts @canonbrother (#83)
- added
GET: /v1/:network/address/:address/tokens
@fuxingloh (#77) - added module.indexer @fuxingloh (#48)
- whale-api-client: query pagination chaining @fuxingloh (#62)
- added packages/whale-api-client @fuxingloh (#59)
- error handling implementation @fuxingloh (#58)
- new module.model for indexed data @fuxingloh (#41)
- added slice response pagination spec @fuxingloh (#35)
- database module with an agnostic provider @fuxingloh (#31)
- added transactions.controller.ts @fuxingloh (#23)
- added provider agnostic database module @fuxingloh (#19)
- added health module @fuxingloh (#18)
🐛 Bug Fixes
- fix lint not failing @fuxingloh (#86)
Maintenance
- Change toEqual and toBe to toStrictEqual @jingyi2811 (#102)
- fix oss-governance-project not to trigger for bot @fuxingloh (#101)
- oss-governance-project update due to board changes @fuxingloh (#90)
- oss-governance-project to auto update project board @fuxingloh (#87)
- major refactor and fixes within module.api @fuxingloh (#76)
- small code refactors @fuxingloh (#74)
- Bump peter-evans/create-pull-request from 3.8.2 to 3.9.2 @dependabot (#73)
- moved e2e tests into packages/whale-api-client/__tests__ @fuxingloh (#72)
- Bump actions/checkout from 2 to 2.3.4 @dependabot (#66)
- Bump docker/build-push-action from 2 to 2.4.0 @dependabot (#69)
- Bump DeFiCh/oss-governance-bot from 2 to 2.0.5 @dependabot (#70)
- Bump actions/github-script from 4 to 4.0.2 @dependabot (#71)
- Bump docker/setup-buildx-action from 1 to 1.3.0 @dependabot (#67)
- Bump docker/setup-qemu-action from 1 to 1.1.0 @dependabot (#64)
- Bump actions/setup-node from 2 to 2.1.5 @dependabot (#65)
- Bump docker/login-action from 1 to 1.9.0 @dependabot (#68)
- removed unused config from level-db test @fuxingloh (#47)
- rename jellyfish-dependencies to defichain-dependencies @fuxingloh (#46)
- ci.yml to use matrix for faster build @fuxingloh (#44)
- added @defichain/testing to dev @fuxingloh (#43)
- switch to a proper wait-for script for ci.yml @fuxingloh (#42)
- refactor, fixes & code governance @fuxingloh (#38)
- refactor config to use module export @fuxingloh (#33)
- updated codeowners to include current contributors @fuxingloh (#32)
- updated docs for defi whale testing paradigm @fuxingloh (#20)
- refactor packages naming semantics @fuxingloh (#11)
Dependencies
- Bump defichain dependencies @defichain-bot (#100)
- Bump defichain dependencies @defichain-bot (#84)
- Bump defichain dependencies @defichain-bot (#81)
- Bump @nestjs/terminus from 7.1.2 to 7.2.0 @dependabot (#80)
- Bump defichain dependencies @defichain-bot (#78)
- Bump defichain dependencies @defichain-bot (#75)
- Bump ts-loader from 9.1.1 to 9.1.2 @dependabot (#52)
- Bump lint-staged from 10.5.4 to 11.0.0 @dependabot (#56)
- Bump ts-jest from 26.5.5 to 26.5.6 @dependabot (#55)
- Bump @types/jest from 26.0.22 to 26.0.23 @dependabot (#54)
- Bump jellyfish dependencies @defichain-bot (#39)
- updated jellyfish-dependencies @fuxingloh (#36)
- Bump @types/jest from 26.0.22 to 26.0.23 @dependabot (#28)
- Bump @defichain/jellyfish-json from 0.0.12 to 0.0.15 @dependabot (#15)
- Bump @defichain/testcontainers from 0.0.14 to 0.0.15 @dependabot (#16)
- Bump ts-loader from 8.1.0 to 9.1.1 @dependabot (#14)
v0.0.1
What’s Changed
🚀 Features
- setup module-api with /v1.0/:network/call/:method @fuxingloh (#8)
Maintenance
- setup docker workflows @fuxingloh (#9)
- Add license scan report and status @fossabot (#10)
- init project design and skeleton @fuxingloh (#3)