Changelog: BlockHeight

This commit is contained in:
Honza 2023-09-20 16:53:50 +02:00 committed by Kris Nuttycombe
parent 38ee6a80e9
commit 9045acdce9
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `feePaid` is nullable
- `blockTimeEpochSeconds` is nullable
### Removed
- Block heights are absolute, not relative. Thus, these two operations above the `BlockHeight` object were removed:
- `plus(other: BlockHeight): BlockHeight`
- `minus(other: BlockHeight): BlockHeight`
## [2.0.0-rc.1] - 2023-09-12
### Notable Changes