IMPORTANT NOTICE
v0.4.x is not a stable release yet. This first release is for testnet launch and subject to other major changes in the coming weeks before reach to a stable state.
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
Full Changelog: v0.3.8...v0.4.0
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
Full Changelog: v0.3.8...v0.4.0-rc.1