Skip to content

Commit

Permalink
chore: Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Oct 25, 2024
1 parent 2571c79 commit 7b8b6ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ To be released.

- (Libplanet.Action) Added `MaxGasPrice` property to `IActionContext`
interface and its implementations. [[#3912]]
- (Libplanet.Action) Added `GasLimit` property to `IActionContext`
- (Libplanet.Explorer) Added `self` field to `NoteStateType`. [[#3912]]
- (Libplanet.Action) Removed `IFeeCollector` interface
and its implementations. [[#3912]]
Expand All @@ -23,7 +24,10 @@ To be released.
- (Libplanet.Action) Added `GasTracer` static class. [[#3912]]
- (Libplanet.Action) Added `LastCommit` property to `IActionContext`
interface and its implementations. [[#3912]]

- (Libplanet.Action) Added `GasLimit` property to `IActionContext`
interface and its implementations. [[#3974]]
- (Libplanet.Action) Added `gasAvailable` parameter to
`GasTracer.Initialize()`. [[#3974]]

### Backward-incompatible network protocol changes

Expand All @@ -40,6 +44,7 @@ To be released.
### CLI tools

[#3912]: https://github.com/planetarium/libplanet/pull/3912
[#3974]: https://github.com/planetarium/libplanet/pull/3974


Version 5.3.1
Expand Down

0 comments on commit 7b8b6ad

Please sign in to comment.