What's Changed
- add additional check from btc library by @KonradStaniec in #71
- Define v2 api endpoint by @jeremy-babylonlabs in #73
- add indexer db connection by @jeremy-babylonlabs in #89
- fix config-local.yml by @jeremy-babylonlabs in #90
- params v2 endpoint by @jeremy-babylonlabs in #94
- [phase-2] use bson instead of json to read db data correctly by @jeremy-babylonlabs in #99
- finality providers v2 endpoint by @jeremy-babylonlabs in #95
- add staking delegations v2 endpoint by @jeremy-babylonlabs in #96
- improve delegation return type by @jeremy-babylonlabs in #106
- add delegation by tx hash endpoint by @jeremy-babylonlabs in #104
- rename v2 global params by @jeremy-babylonlabs in #105
- fix: broken num conversion types by @jrwbabylonlab in #118
- improve routes error returns by @jeremy-babylonlabs in #117
- feat: support delegation allow list by @gusin13 in #121
- consume indexer queue events by @jeremy-babylonlabs in #120
- stats and staker stats endpoint by @jeremy-babylonlabs in #122
- Revert "delegation allowlist (#121)" by @gusin13 in #129
- chore: add staking_tx_hex in delegation endpoint by @gusin13 in #130
- feat: return covenant unbonding sig by @jrwbabylonlab in #131
- feat: granular delegation states by @gusin13 in #135
- feat: return IsEligibleForTransition in delegation by @jrwbabylonlab in #139
- chore: expose slashing tx by @gusin13 in #147
- feat: phase-1 delegatoin to check if FP has been transitioned by @jrwbabylonlab in #151
- Add network info endpoint by @jrwbabylonlab in #148
- fix: new configs shall align the formt using - by @jrwbabylonlab in #153
- fix: slashing state by @gusin13 in #154
- feat: v2 overall stats by @gusin13 in #149
- fix: bump queue client to fix delay time by @gusin13 in #157
- chore: remove unused slashed substate by @jrwbabylonlab in #159
- chore: bump bbn version by @gusin13 in #164
- feat: add MarkDelegationAsTransitioned method by @jeremy-babylonlabs in #163
- fix: return the transitioned state for phase-1 delegation by @jrwbabylonlab in #169
- feat: support fp stats by @gusin13 in #161
- fix: timestamp shall return as iso format by @jrwbabylonlab in #170
- fix: update params breaking changes by @jrwbabylonlab in #172
- fix: broken staking and unbonding timelock value by @jrwbabylonlab in #174
- fix: queue timeout by @gusin13 in #175
- chore: initialise metric server after script in main by @jrwbabylonlab in #178
- fix: stats and queues by @gusin13 in #180
- feat: add spendingHeight to slashing by @jrwbabylonlab in #184
- fix: delegation look up sorting order by @jrwbabylonlab in #191
- fix: wrong index was used for sorting v2 delegation by @jrwbabylonlab in #192
- chore: remove useless config by @jrwbabylonlab in #190
- chore: update swagger to v2 by @jrwbabylonlab in #195
- fix: replace the v1 delegation state filter with pending action filter by @jrwbabylonlab in #194
- chore: handle withdrawable and withdrawn staking events by @gusin13 in #189
- Rewrite mockery generation through go:generate command by @kirugan in #200
- Sort babylon params in /v2/network-info according version field (#186) by @kirugan in #199
- chore: deprecate some v1 endpoints by @jrwbabylonlab in #204
- Make all hex string values in db(v2) calls lower cased by @kirugan in #206
- fix: handle slashed case in stats by @gusin13 in #208
- Add more logging & metrics by @kirugan in #207
- feat: campaign endpoint point to phase 2 by @gusin13 in #216
- Implement few enhancements by @kirugan in #217
- chore: rm debug logs in stats by @gusin13 in #218
- fix: typo in campaign endpoint filter by @gusin13 in #219
- Reduce number of log.Fatal calls by @kirugan in #220
- Pass $ alongside TVL #489 by @kirugan in #202
- Add .github/CODEOWNERS by @kirugan in #222
- Backporting T&C endpoint into phase-2 codebase by @kirugan in #229
- Integrate chainanalysis by @kirugan in #239
- fix: enforce client response size limit by @jrwbabylonlab in #246
- Add bbn address query param to /v2/delegations endpoint by @kirugan in #248
- Fix babylon address validation by @kirugan in #250
- Replace swagger handlers with 1 handler serving swagger doc.json by @kirugan in #251
- Update dependencies to address potential security issues by @kirugan in #233
New Contributors
Full Changelog: v0.3.8...v1.0.0