Releases: iotexproject/iotex-proto
Releases · iotexproject/iotex-proto
v0.5.6
v0.5.5
v0.5.4
Add gas limit/price for ReadContract
v0.5.2 add gas limit/price for ReadContract (#115)
v0.5.1
Update AccountMeta and BlockMeta
- add contractByteCode in AccountMeta
- add gasLimit and gasUsed in BlockMeta
Support RLP-encoded transaction
- add Action.Encoding to support RLP encoding
- add ActionCore.ChainID to mitigate replay attack
- add Log.BlkHash and ActionInfo.Index
Add syncStage for GetChainMetaResponse
syncStage tells if the node is synced to tip of blockchain
Add ExecutionRevertMsg into Receipt
ExecutionRevertMsg records the error message in case execution is reverted by EVM
Add transaction logs into block info
This feature will enable fetching transaction logs in batch with block info