Skip to content

Commit e1b085b

Browse files
authored
chore: add status to btc delegation rest (#146)
- Removed ZoneConcierge params from swagger docs - Add status to `QueryBTCDelegationsRequest` - Moved from `/babylon/btcstaking/v1/btc_delegations/{staking_tx_hash_hex}` to `/babylon/btcstaking/v1/btc_delegation/{staking_tx_hash_hex}` in `QueryBTCDelegationRequest`
1 parent 935668b commit e1b085b

8 files changed

Lines changed: 2352 additions & 9213 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3737

3838
## Unreleased
3939

40-
### Bug Fixes
41-
42-
* [#140](https://github.com/babylonlabs-io/babylon/pull/140) Removed `unbonding`
43-
and add `verified` to delegation status parse `NewBTCDelegationStatusFromString`.
44-
4540
### State Machine Breaking
4641

4742
* [#132](https://github.com/babylonlabs-io/babylon/pull/132) Add CosmWasm parameters
@@ -59,6 +54,8 @@ refund transaction fee for certain transactions from protocol stakeholders
5954
pre-approval flow.
6055
* [#138](https://github.com/babylonlabs-io/babylon/pull/138) Intercept staking module
6156
messages inside `authz.MsgExec`.
57+
* [#146](https://github.com/babylonlabs-io/babylon/pull/146) Add property status as a filter
58+
to BTC delegations rest request `QueryBTCDelegationsRequest`.
6259

6360
### Improvements
6461

@@ -71,6 +68,8 @@ for upgrade handler `testnet` and `mainnet`.
7168

7269
* [#141](https://github.com/babylonlabs-io/babylon/pull/141) Generate voting
7370
power events only once when reaching covenant committee quorum
71+
* [#140](https://github.com/babylonlabs-io/babylon/pull/140) Removed `unbonding`
72+
and add `verified` to delegation status parse `NewBTCDelegationStatusFromString`.
7473

7574
## v0.11.0
7675

client/docs/config.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@
3737
"Params": "CheckpointingParams"
3838
}
3939
}
40-
},
41-
{
42-
"url": "./tmp-swagger-gen/babylon/zoneconcierge/v1/query.swagger.json",
43-
"operationIds": {
44-
"rename": {
45-
"Params": "ZoneConciergeParams"
46-
}
47-
}
4840
}
4941
]
5042
}

0 commit comments

Comments
 (0)