Skip to content

Version v0.13.0

Compare
Choose a tag to compare
@KonradStaniec KonradStaniec released this 16 Oct 12:45
· 64 commits to main since this release
v0.13.0
976e94b

v0.13.0

API Breaking

  • #194 Adjusted handling of FinalityProviderSigningInfo in finality keeper queries to improve API security.
    • Modified QuerySigningInfosResponse to remove direct exposure of sensitive fields.
    • Updated related tests in x/finality/keeper/grpc_query_test.go.
  • #200 Adjusted handling of Gauge in incentive keeper queries to improve API security.
  • #201 Adjusted handling of ValidatorWithBlsKey in checkpoint keeper queries to improve API security.
  • #202 Adjusted handling of FinalityProviderWithMeta in btcstaking keeper queries to improve API security.

State Machine Breaking

  • #181 Modify BTC heights and depths to be of uint32 type instead of uint64.

Bug fixes

  • #197 Fix BTCDelgationResponse missing staking_time
  • #193 Fix witness construction of slashing tx
  • #154 Fix "edit-finality-provider" cmd argument index
  • #186 Do not panic on nil Proof when handling finality votes

Improvements

  • #188 Simplify logic of FP set rotation
  • #169 Improve external events format and update events doc
  • #148 Add block results query

Misc Improvements

  • #170 Go releaser setup
  • #168 Remove devdoc from Makefile and remove unnecessary gin replace.
  • #184 Remove localnet setup as it provides no additional testing value.