Skip to content

Commit

Permalink
Added semi robust backfiller logic (still need snapshot tables) (sola…
Browse files Browse the repository at this point in the history
…na-labs#105)

- Backfiller/Gapfiller v1 prototype
  • Loading branch information
jarry-xiao authored Jun 17, 2022
1 parent 3383ca4 commit 3f5f7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/sdk/gummyroll/accounts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type MerkleRollHeader = {
};

type MerkleRoll = {
sequenceNumber: BN; // u128
sequenceNumber: BN; // u64
activeIndex: number; // u64
bufferSize: number; // u64
changeLogs: ChangeLog[];
Expand Down

0 comments on commit 3f5f7dd

Please sign in to comment.