Skip to content

Commit

Permalink
enable evm fix feature in 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Nov 22, 2023
1 parent 5ba85eb commit d92568e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bcos-framework/bcos-framework/ledger/Features.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class Features
set(Flag::bugfix_statestorage_hash);
set(Flag::bugfix_evm_create2_delegatecall_staticcall_codecopy);
}
if (version >= protocol::BlockVersion::V3_6_VERSION)
if (version >= protocol::BlockVersion::V3_2_6_VERSION)
{
set(Flag::bugfix_event_log_order);
set(Flag::bugfix_delegatecall_noaddr_return);
Expand Down
2 changes: 2 additions & 0 deletions bcos-framework/bcos-framework/protocol/Protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ enum class BlockVersion : uint32_t
V3_5_VERSION = 0x03050000,
V3_4_VERSION = 0x03040000,
V3_3_VERSION = 0x03030000,
V3_2_6_VERSION = 0x03020600,
V3_2_5_VERSION = 0x03020500,
V3_2_4_VERSION = 0x03020400,
V3_2_3_VERSION = 0x03020300,
V3_2_VERSION = 0x03020000,
Expand Down

0 comments on commit d92568e

Please sign in to comment.