Skip to content

Commit

Permalink
config: enable Cockatrice hardfork
Browse files Browse the repository at this point in the history
Close #3434.

Signed-off-by: Anna Shaleva <[email protected]>
  • Loading branch information
AnnaShaleva committed May 17, 2024
1 parent 2d4993a commit c1ed62c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/protocol.mainnet.neofs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ProtocolConfiguration:
Hardforks:
Aspidochelone: 3000000
Basilisk: 4500000
Cockatrice: TODO

ApplicationConfiguration:
SkipBlockVerification: false
Expand Down
1 change: 1 addition & 0 deletions config/protocol.mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ProtocolConfiguration:
Hardforks:
Aspidochelone: 1730000
Basilisk: 4120000
Cockatrice: 5450000

ApplicationConfiguration:
SkipBlockVerification: false
Expand Down
4 changes: 4 additions & 0 deletions config/protocol.testnet.neofs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ ProtocolConfiguration:
- morph7.t5.fs.neo.org:50333
VerifyTransactions: true
P2PSigExtensions: true
Hardforks:
Aspidochelone: TODO
Basilisk: TODO
Cockatrice: TODO

ApplicationConfiguration:
SkipBlockVerification: false
Expand Down
1 change: 1 addition & 0 deletions config/protocol.testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ProtocolConfiguration:
Hardforks:
Aspidochelone: 210000
Basilisk: 2680000
Cockatrice: 3967000

ApplicationConfiguration:
SkipBlockVerification: false
Expand Down

0 comments on commit c1ed62c

Please sign in to comment.