Skip to content

Commit

Permalink
chore: Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Oct 22, 2024
1 parent b8c2482 commit d65ff91
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ To be released.
### Backward-incompatible API changes

- (Libplanet.Action) Added `MaxGasPrice` property to `IActionContext`
interface and its implementations. [[#3762]]
- (Libplanet.Explorer) Added `self` field to `NoteStateType`. [[#3841]]
interface and its implementations. [[#3912]]
- (Libplanet.Explorer) Added `self` field to `NoteStateType`. [[#3912]]
- (Libplanet.Action) Removed `IFeeCollector` interface
and its implementations. [[#3867]]
and its implementations. [[#3912]]
- (Libplanet.Action) Removed following methods from the
`IActionContext` interface. [[#3868]]
`IActionContext` interface. [[#3912]]
- Removed `IActionContext.UseGas(long)`.
- Removed `IActionContext.GasUsed()`.
- Removed `IActionContext.GasLimit()`.
- (Libplanet.Action) Added `GasTracer` static class. [[#3868]]
- (Libplanet.Action) Added `GasTracer` static class. [[#3912]]
- (Libplanet.Action) Added `LastCommit` property to `IActionContext`
interface and its implementations. [[#3912]]

Expand All @@ -39,10 +39,6 @@ To be released.

### CLI tools

[#3762]: https://github.com/planetarium/libplanet/pull/3762
[#3841]: https://github.com/planetarium/libplanet/pull/3841
[#3867]: https://github.com/planetarium/libplanet/pull/3867
[#3868]: https://github.com/planetarium/libplanet/pull/3868
[#3912]: https://github.com/planetarium/libplanet/pull/3912


Expand Down

0 comments on commit d65ff91

Please sign in to comment.