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 and ngundotra committed Sep 8, 2022
1 parent a81d869 commit 7cb626b
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 7cb626b

Please sign in to comment.