Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup: blockchain package - remove ganache (#2219)
* chore: rename ganache helper package * clean: symlink only required folders * clean: replace deposit.test.ts with an e2e test * clean: replace price feed test * rm: price feed fixtures * rm: rollup_processor test as it is mirrored in contracts tests * rm: no longer used tests - covered in contracts or e2e * rm: further cleanup * chore: remove ganache references in literature * fix: run deposit approval test * fix: use data provider interface * 🖖 bye bye ganache * fix: update account hardener script to use new e2e flows * clean: remove blockchain-cli reference from blockchain * fix: minor test in rollup processor * wip: e2e rollup processor test * ci: add new test to ci * stage for lasse * fix: add getTxReceipt + forward options to inner sends * fix: bugfixes in e2e_rollup_processor.test.ts * fix: apline -> alpine * fix: update inner-outer size * fix: Cleanup e2e_rollup_processor.test.ts * fix: references to ganache in markdown + old comment removed Co-authored-by: LHerskind <lasse.herskind@gmail.com>
- Loading branch information