Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Init eth2-core * Init eth2-beaconchain * Remove compiled ts files * WIP error handling * WIP added more API methods * WIP eth2 packages refactor * WIP typescript fixes * Add lodestar-types * Update schema from Typescript interface, to just an object * Give Beaconchain default schema type IBaseAPISchema * Add I to beginning of interface names * Cleanup and update interface names * Update name of imported interface * WIP uncommenting for example * Add ETH22Function type, update ETH2CoreOpts to ETH2BaseOpts * Add chainHead to schema, remove param and return types from base schema * Fix malformed URL * WIP * Remove testing code * Add notImplemented flag * add providerSuffix * Handle no router indentifiers and methods not implemented * Add notImplemented flag * Init makefile with docker command for local lodestar node * Init Jest * Init tests for API wrappers * Additional notImplemented methods * Finish initial pass of integration tests * Add jest and types * Init jest * Switch order of constructor params, add check in routeBuilder * Formatting * Init constructor test * Init routeBuilder test * Fix linter errors * Additional notImplemented methods * Update providerSuffix to match latest Lodestar URL * Requested changes * Update tsconfig * Add rule to enforce I in interface * Update tsconfig * Update tsconfigs * Remove sudo from Docker command * Ran npm run postinstall & npm update * Ran lerna add web3-eth2-core --scope=web3-eth2-beaconchain * Temporarily add ts-ignore to fix imports * Remove ./ from outDir in tsconfig * Debugging failing linter test * Remove scripts not used * Give eth2BeaconChain any type since types aren't implemented yet * Update changelog Co-authored-by: frankiebee <frankie.diamond@gmail.com>
- Loading branch information