framework
framework copied to clipboard
Just checking 👀
Currently, signatures could theoretically be replay-attacked on chains with similar runtime method signatures, since the methodId is only the hash of the module name + method name. Therefore, any user...
In processor, some modules are duplicated instead of importing them from sequencer. Fix that by pulling changes upstream in case there are any, or import the sequencer's implementations. Examples are:...
Based on #269
Depends on #260
Instead of storing the STs and STBatches as json in a table, which makes them hard to query, we now create separate tables to store the information. This also requires...
Merge into #287
The following array-struct breaks the on-chain state due to `Provable.witness` not being able to process the dummy value we generate from the `Ballot` struct. ```ts const BALLOT_LENGTH = 10; export...
I just reseted my chain data 4 times. Everytime it reaches more than 200K blocks, we have this kind of error when trying to fetch the Protokit module It can...
When the sequencer process loses connection to redis, the whole process crashes