-
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.
- Loading branch information
Showing
136 changed files
with
13,056 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cargo build --manifest-path ../parity/Cargo.toml && cp ../parity/target/debug/parity . && ./parity --chain dev |
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,30 @@ | ||
# /*var Web3 = require('web3'); | ||
# var EC = require('elliptic').ec; | ||
# var BN = require('bn.js'); | ||
# const keccak = require('keccakjs'); | ||
# | ||
# var ec = new EC('secp256k1'); | ||
# var web3 = new Web3(Web3.givenProvider || "http://localhost:8545"); | ||
# web3.eth.personal.sign(0xdeadbeef, "0x33a0B352470124757eab6ADbb7402537f2588b93", "password") | ||
# // .then((signature) => web3.eth.personal.ecRecover("0xdeadbeef", signature)) | ||
# .then((signature) => { | ||
# var r = new BN(signature.substr(2, 64), 16); | ||
# var s = new BN(signature.substr(66, 64), 16); | ||
# var v = new BN(signature.substr(130, 2), 16) - 27; | ||
# console.log(signature); | ||
# console.log(r.toString(16)); | ||
# console.log(s.toString(16)); | ||
# console.log(v.toString(16)); | ||
# | ||
# | ||
# var hash = new keccak(256); | ||
# hash.update('\x19Ethereum Signed Message:\n4') | ||
# //hash.update(new Buffer('42004200', 'hex')) | ||
# hash.update(new Buffer('0xdeadbeef', 'hex')); | ||
# var binHash = hash.digest('hex'); // hex output | ||
# | ||
# var public = ec.recoverPubKey(binHash, { r: r, s: s }, v, 'hex'); | ||
# return "0x" + public.x.toString(16) + public.y.toString(16); | ||
# }) | ||
# .then(console.log);*/ | ||
./ethstore public 31A5A0fef65ad8D3afA8848Da4ff277Fdc663162 password.file --dir poa_integration/db.poa_ss1/keys/POA |
Binary file added
BIN
+5.43 KB
...est/pubdb.dev_ss1/chains/DevelopmentChain/db/1484bce8c021f2ca/overlayrecent/db/000025.sst
Binary file not shown.
Binary file added
BIN
+1.14 KB
...est/pubdb.dev_ss1/chains/DevelopmentChain/db/1484bce8c021f2ca/overlayrecent/db/000026.sst
Binary file not shown.
Binary file added
BIN
+980 Bytes
...est/pubdb.dev_ss1/chains/DevelopmentChain/db/1484bce8c021f2ca/overlayrecent/db/000027.sst
Binary file not shown.
Binary file added
BIN
+1.04 KB
...est/pubdb.dev_ss1/chains/DevelopmentChain/db/1484bce8c021f2ca/overlayrecent/db/000028.sst
Binary file not shown.
Binary file added
BIN
+1000 Bytes
...est/pubdb.dev_ss1/chains/DevelopmentChain/db/1484bce8c021f2ca/overlayrecent/db/000029.sst
Binary file not shown.
Binary file added
BIN
+1.72 KB
...est/pubdb.dev_ss1/chains/DevelopmentChain/db/1484bce8c021f2ca/overlayrecent/db/000030.sst
Binary file not shown.
Binary file added
BIN
+956 Bytes
...est/pubdb.dev_ss1/chains/DevelopmentChain/db/1484bce8c021f2ca/overlayrecent/db/000031.sst
Binary file not shown.
Binary file added
BIN
+143 Bytes
...est/pubdb.dev_ss1/chains/DevelopmentChain/db/1484bce8c021f2ca/overlayrecent/db/000032.log
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...t_test/pubdb.dev_ss1/chains/DevelopmentChain/db/1484bce8c021f2ca/overlayrecent/db/CURRENT
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 @@ | ||
MANIFEST-000024 |
1 change: 1 addition & 0 deletions
1
..._test/pubdb.dev_ss1/chains/DevelopmentChain/db/1484bce8c021f2ca/overlayrecent/db/IDENTITY
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 @@ | ||
b1ffe8c9-8aab-4386-aa7c-84b311c96715 |
Empty file.
895 changes: 895 additions & 0 deletions
895
thibaut_test/pubdb.dev_ss1/chains/DevelopmentChain/db/1484bce8c021f2ca/overlayrecent/db/LOG
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+1.08 KB
...ubdb.dev_ss1/chains/DevelopmentChain/db/1484bce8c021f2ca/overlayrecent/db/MANIFEST-000024
Binary file not shown.
Oops, something went wrong.