-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update testdata, move rpc to custom_reth * docs: update readme
- Loading branch information
1 parent
3cef759
commit e2372c9
Showing
12 changed files
with
55 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ mod custom_reth; | |
mod db; | ||
mod operator; | ||
mod prover; | ||
mod rpc; | ||
mod settlement; | ||
|
||
#[tokio::main] | ||
|
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
testdata/layer1/account1.keystore/0x0B89A9229940747EAc5918027d3c76968631F304
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"d246c0b6aa409dbec802d40a7dda4e20"},"ciphertext":"7086f3f17e254079cca6924e559b1bf58abf52cd504a0c2a2bc31093f348ef1e","kdf":"scrypt","kdfparams":{"dklen":32,"n":8192,"p":1,"r":8,"salt":"c6e5881f372ec129acd5e9ae9fabe560a114e80689d704fd874eb794def55082"},"mac":"116dfc402c4c1284705b68b445e573cb8db5bbbc07161f974aabc9e7aad912bb"},"id":"992073b6-f016-4abb-8398-45c81ad2d8b0","version":3} |
1 change: 1 addition & 0 deletions
1
testdata/layer1/account2.keystore/0xF8259389fF5c18034bDa9C136269D79Bd8ab2BD6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"crypto":{"cipher":"aes-128-ctr","cipherparams":{"iv":"0183cc2d1f7b4582b30c1570ad1a8f55"},"ciphertext":"42e616d01595aa4364f287d0e455802c79e06ffe368d57f7a22f5b58c4090044","kdf":"scrypt","kdfparams":{"dklen":32,"n":8192,"p":1,"r":8,"salt":"713e56751fd89327d4dfeee5297ceaf51f9ca7d59af71d9e560775a466d248db"},"mac":"c0dde26babd342ebca9d7e29ceaae08074904e4417a9475f2c236f9b557df5cc"},"id":"0c097b2c-059f-46f0-b2cf-cbcde8231cae","version":3} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"nonce": "0x42", | ||
"timestamp": "0x0", | ||
"extraData": "0x5343", | ||
"gasLimit": "0x1388", | ||
"difficulty": "0x400000000", | ||
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"coinbase": "0x0000000000000000000000000000000000000000", | ||
"alloc": { | ||
"0x0B89A9229940747EAc5918027d3c76968631F304": { | ||
"balance": "0x4a47e3c12448f4ad000000" | ||
}, | ||
"0xF8259389fF5c18034bDa9C136269D79Bd8ab2BD6": { | ||
"balance": "0x4a47e3c12448f4ad000000" | ||
} | ||
}, | ||
"number": "0x0", | ||
"gasUsed": "0x0", | ||
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"config": { | ||
"ethash": {}, | ||
"chainId": 12345, | ||
"homesteadBlock": 0, | ||
"eip150Block": 0, | ||
"eip155Block": 0, | ||
"eip158Block": 0, | ||
"byzantiumBlock": 0, | ||
"constantinopleBlock": 0, | ||
"petersburgBlock": 0, | ||
"istanbulBlock": 0, | ||
"berlinBlock": 0, | ||
"londonBlock": 0, | ||
"terminalTotalDifficulty": 0, | ||
"terminalTotalDifficultyPassed": true, | ||
"shanghaiTime": 0 | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.