ejMina226
ejMina226
Test for https://github.com/MinaProtocol/mina/issues/14709 Launches two local nodes and lets them run through all steps of hard-fork flow
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...
The latest version of o1js includes the ability to mock a zkProgram. This was the original motivation behind the zkProgrammable abstract class and so it can be removed. This PR...
1. Add in libraries to make this linting possible. 2. Make changes to all the other files to make pipeline pass