-
Notifications
You must be signed in to change notification settings - Fork 107
dev: replace dojo SequencerConfig
#1397
Comments
I can take this up |
Hey @varun-doshi! |
@varun-doshi I think that you should wait for dojoengine/dojo#2467 because for now we still need to use this struct as long as it is used to initialize our testing sequencer using this: |
Understood...I'll wait for it go through and then get started here |
hey @varun-doshi, just letting you know that dojoengine/dojo#2467 was merged. |
Thanks for the heads up @greged93 Any specific files I need to correct or should I go through the entire codebase? |
To setup the Katana sequencer, we are using a
SequencerConfig
structure:kakarot-rpc/src/test_utils/katana/mod.rs
Line 72 in 4061385
But this structure is in the process of removal on Dojo side:
https://github.com/dojoengine/dojo/blob/60c1575927db63e98ababda56c5ffa9f6337fb56/crates/katana/core/src/sequencer.rs
so that we need to replace it in the codebase to avoid relying on something deprecated.
Related #1389 (comment)
The text was updated successfully, but these errors were encountered: