Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/retest/retest.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type EthTestPre struct {
type EthTest struct {
Pre map[string]EthTestPre `json:"pre"` // Pre determines preallocated accounts in the test case
Transaction EthTestTx `json:"transaction"` // Transaction is usually a test transaction
Env EthTestEnv `json:"env"` // Env sets the environment for execution. This is not relvant usually for creating load
Env EthTestEnv `json:"env"` // Env sets the environment for execution. This is not relevant usually for creating load
GenesisBlockHeader EthTestGenesis `json:"genesisBlockHeader"` // GenesisBlockHeader sets the typical genesis params of the network.
Blocks []EthTestBlocks `json:"blocks"` // Blocks are the blocks that lead to the state being tested
SealEngine string `json:"sealEngine"` // SealEngine is either Null or NoProof
Expand Down
2 changes: 1 addition & 1 deletion cmd/ulxly/ClaimAssetUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is the corresponding interface in the bridge contract:
* | 0 | mainnetFlag | rollupIndex | localRootIndex |
* note that only the rollup index will be used only in case the mainnet flag is 0
* note that global index do not assert the unused bits to 0.
* This means that when synching the events, the globalIndex must be decoded the same way that in the Smart contract
* This means that when syncing the events, the globalIndex must be decoded the same way that in the Smart contract
* to avoid possible synch attacks
* @param mainnetExitRoot Mainnet exit root
* @param rollupExitRoot Rollup exit root
Expand Down
2 changes: 1 addition & 1 deletion cmd/ulxly/ClaimMessageUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This command is used to claim a message type deposit. Here is the interface of t
* | 0 | mainnetFlag | rollupIndex | localRootIndex |
* note that only the rollup index will be used only in case the mainnet flag is 0
* note that global index do not assert the unused bits to 0.
* This means that when synching the events, the globalIndex must be decoded the same way that in the Smart contract
* This means that when syncing the events, the globalIndex must be decoded the same way that in the Smart contract
* to avoid possible synch attacks
* @param mainnetExitRoot Mainnet exit root
* @param rollupExitRoot Rollup exit root
Expand Down
2 changes: 1 addition & 1 deletion doc/polycli_ulxly_claim_asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This is the corresponding interface in the bridge contract:
* | 0 | mainnetFlag | rollupIndex | localRootIndex |
* note that only the rollup index will be used only in case the mainnet flag is 0
* note that global index do not assert the unused bits to 0.
* This means that when synching the events, the globalIndex must be decoded the same way that in the Smart contract
* This means that when syncing the events, the globalIndex must be decoded the same way that in the Smart contract
* to avoid possible synch attacks
* @param mainnetExitRoot Mainnet exit root
* @param rollupExitRoot Rollup exit root
Expand Down
2 changes: 1 addition & 1 deletion doc/polycli_ulxly_claim_message.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This command is used to claim a message type deposit. Here is the interface of t
* | 0 | mainnetFlag | rollupIndex | localRootIndex |
* note that only the rollup index will be used only in case the mainnet flag is 0
* note that global index do not assert the unused bits to 0.
* This means that when synching the events, the globalIndex must be decoded the same way that in the Smart contract
* This means that when syncing the events, the globalIndex must be decoded the same way that in the Smart contract
* to avoid possible synch attacks
* @param mainnetExitRoot Mainnet exit root
* @param rollupExitRoot Rollup exit root
Expand Down
Loading