Skip to content

Commit

Permalink
add genesis/initialization functions for the hard fork
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed Dec 18, 2023
1 parent d2e5831 commit 89c3c9f
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lib/hardfork/hftypes.ak
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ pub type ForkDatum {
fork_block_height: Int,
fortuna_next_validator_hash: ByteArray,
}
LockState { locked_tuna: Int }
MinerLockState { locked_tuna: Int, block_signals: Int }
LockState { locked_tuna: Int }
NftState { nft_key: ByteArray }
}

Expand Down
Loading

0 comments on commit 89c3c9f

Please sign in to comment.