-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update to katana
-compatible snos
#6
base: main
Are you sure you want to change the base?
Conversation
katana
-compatible snos
(don't merge yet)katana
-compatible snos
To have this revision of SNOS working, Katana must be started by doing the following:
|
// Since the `Felt` type is wrapping (`Felt::MAX + 1 = 0`), there is not | ||
// need for a special case for the genesis block, and `+1` works as expected. | ||
// | ||
// TODO: should we change to `settlement.next_block_number()` instead to always return `u64`? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xJonathanLEI I would tend to add the new method, or always manipulating the block number as a Felt
, wdyt?
Tested on Katana dojoengine/dojo#2980 with verification on Sepolia (layout bridge mocked). |
Update to our fork of
snos
. This version only works with the latest provable version ofkatana
.