|
@@ -3,7 +3,9 @@
|
|
|
Title: Account Seals: Cryptographically Secure Account Histories
|
|
|
Type: Protocol
|
|
|
Impact: Hard-Fork
|
|
|
- Author: Herman Schoenfeld <[email protected]>
|
|
|
+ Author: Herman Schoenfeld <[email protected]>
|
|
|
+ Copyright: Herman Schoenfeld, 2019 (All Rights Reserved)
|
|
|
+ License: GNU Public License
|
|
|
Comments-URI: https://discord.gg/sJqcgtD (channel #pip-0029)
|
|
|
Status: Proposed
|
|
|
Created: 2019-03-29
|
|
@@ -128,7 +130,7 @@ OPHASH = [BLOCK NUMBER] ++ [SIGNER ACCOUNT] ++ [N_OPERATION] ++ [OPID]
|
|
|
|
|
|
In order to prove an prior account state is valid, the user needs a copy of that account state, and a list of hash-pairs from that state to the current state.
|
|
|
|
|
|
-```pascal
|
|
|
+```pascal
|
|
|
TStateProof = record
|
|
|
AccountState : TAccount;
|
|
|
OPID : TBytes[20]
|