Released on November 13, 2024.
Backward-incompatible API changes
- (Libplanet.Action) Added
MaxGasPrice
property toIActionContext
interface and its implementations. [#3912] - (Libplanet.Explorer) Added
self
field toNoteStateType
. [#3912] - (Libplanet.Action) Removed
IFeeCollector
interface and its implementations. [#3912] - (Libplanet.Action) Removed following methods from the
IActionContext
interface. [#3912]- Removed
IActionContext.UseGas(long)
. - Removed
IActionContext.GasUsed()
. - Removed
IActionContext.GasLimit()
.
- Removed
- (Libplanet.Action) Added
GasTracer
static class. [#3912] - (Libplanet.Action) Added
LastCommit
property toIActionContext
interface and its implementations. [#3912] - (Libplanet.Action) Added
CancelTrace
method toGasTracer
. [#3974]