Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add repl server to client * Add example pectra4 genesis file for development * Add engine and execution rpc servers to repl context and experiment with repl commands * Ignore type errors in repl script * Activate all execution/engine rpc methods as repl commands * Cleanup helper function * Ignore import error * Implement admin_addPeer endpoint * Add TODO comments * Implement admin_addPeer endpoint * Fix type errors * Update package-lock file * Add test for admin_addPeer * Fix admin_addPeer implementation * Ignore type error * Implement debug_setHead * Parameterize repl * Increase test timeout * Encapsulate yarg usage * Fix lint issues * Add common to returned values * DRY up the code * Move simutils to src instead of keeping it in test directory * Fix spelling errors * Fix broken simutils imports * Fix spelling error * Update package.json file * Fix and clean up repl.ts * Only move inline function to src from simutils.ts * Remove genesis file used for development * Fix imports * Remove defaulted script param * Add some minimal documentation * client/bin: export cli helpers and import those by both cli and repl * fix lint and comment stuff * Rename file * Fix imports * Fix imports again * Fix lint issue * Fix sim test imports * Make client and repl exit clean * Add more docs on repl usage * fix logging and empty params error * Fix lint issue * client: linter ignore console in repl * client: remove ignore console rules from client/bin --------- Co-authored-by: acolytec3 <[email protected]> Co-authored-by: Jochem Brouwer <[email protected]>
- Loading branch information