Skip to content

Commit

Permalink
docs: update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Aug 2, 2024
1 parent c03f128 commit 6db26e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ To be released.

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

### Backward-incompatible network protocol changes
Expand All @@ -20,6 +29,8 @@ To be released.

### Added APIs

- (Libplanet.Action) Added `GasTracer` static class. [[#3868]]

### Behavioral changes

### Bug fixes
Expand All @@ -30,6 +41,9 @@ To be released.

[#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


Version 5.2.0
Expand Down

0 comments on commit 6db26e1

Please sign in to comment.