-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathenableRounds.toml
More file actions
13 lines (10 loc) · 864 Bytes
/
enableRounds.toml
File metadata and controls
13 lines (10 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# All activation rounds need to be declared as strings containing valid uint64 numbers. All values will be checked in the
# enableRoundsHandler for correctness. The toml parser library can not correctly parse uint64, currently.
# Each activation round definition contains an optional slice of strings. These are useful, for example, when we have
# some exceptions to process in a different manner at a special round (say a block, a transaction, a smart contract result and such)
# The Options field for each activation round can have some custom array of strings (for using them in exceptions or other use cases)
# Example: Options = ["test string1", "test string 2"]
[RoundActivations]
[RoundActivations.DisableAsyncCallV1]
Options = []
Round = "18216765" # epoch 1265 should begin at round 14401 * 1265 = 18217265 (500 will be subtracted)