Closed jfinkhaeuser closed 5 years ago
After this, it should be simple enough to move the code to #74
As discussed separately, you're right - the main point for me was to make development more independent of a running storage node rather than CI integration. For CI integration, we should either run a prepped node, or mock the base/polkadot API, effectively.
It seems like a lot of effort for what we're trying to get going right now, but we should open an issue for it in the new repo!
Implements #71
Not all functionality is tested, because the runtime state that's required is a bit complex to set up. But as a baseline of tests, it's probably a good start, to be fleshed out later. WDYT?