From 7b8b6ad6d76eb3652d03a0d895253c358a074612 Mon Sep 17 00:00:00 2001 From: s2quake Date: Fri, 25 Oct 2024 16:07:57 +0900 Subject: [PATCH] chore: Changes --- CHANGES.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1d575cff42..6499f4a1f1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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]] @@ -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 @@ -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