forked from 0LNetworkCommunity/libra-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tools] support key rotation offer capability in libra-txs (0LNetwork…
…Community#208) Co-authored-by: coin1111 <celticsnow123@gmail.com>
- Loading branch information
1 parent
8a75f24
commit f89b21c
Showing
10 changed files
with
488 additions
and
14 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 |
---|---|---|
|
@@ -21,4 +21,7 @@ sccache.log | |
.idea | ||
|
||
# formal verification files | ||
*.bpl | ||
*.bpl | ||
|
||
# exclude diem dependency | ||
diem/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
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,6 @@ | ||
--- | ||
account_address: 058e4b7d6cf1b9cb2b865f76b17073d7da8c6a1b78ea51f33e451420232831d4 | ||
account_private_key: "0xbf86f7c31ea8959a9969d8f6c29da1ac3253da2434d3aeb08bd1819ad3509b1d" | ||
consensus_private_key: "0x4c80411f31b8cc4429a1a713e488e28a43667e19a25dbca5acf288e3fbfa31b4" | ||
full_node_network_private_key: "0x90bc05b0f7155e4ee4994acc4edc415ea80ebf0389ec2cd0eaf956aa6560b176" | ||
validator_network_private_key: "0x2885971d054a05d74947efe3716c7b36ee16b77988445358464e96d1b167394d" |
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,7 @@ | ||
--- | ||
account_address: 058e4b7d6cf1b9cb2b865f76b17073d7da8c6a1b78ea51f33e451420232831d4 | ||
account_public_key: "0x0e9ff45f96e133323e50cdf65a255cf5078e1332ef6a212e30d811083a5651d7" | ||
consensus_public_key: "0xaba923e2d1646703b9d140c8d3e8623c97d525c2ad96d131195d07fbd7e4dc39788df032bf4129fd464762012d74b692" | ||
consensus_proof_of_possession: "0xa8cc341c57033f806f831e1308c3b6d9711dc7f873ddf29f42b633f918ed0d4aef83967fca5e11b85c4dcf4552a92ec00a43b6a2259ff19a3f32be8de4946d8fd753db4706f2fbe2e41e4c2a363c0ee198b0044e71aaf10cd7189422cd338325" | ||
full_node_network_public_key: "0xe8f084ba20264e3baea8578467f15bc3f534144709adff8adf02d9726eb5ae69" | ||
validator_network_public_key: "0xc8fec65c13af8be06a4d468654f5e9b7635fe862f8c5f501d3b68df669217556" |
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
Oops, something went wrong.