Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
57c9541
Init eth2-core
Spacesai1or Sep 21, 2020
7da5860
Init eth2-beaconchain
Spacesai1or Sep 21, 2020
b287583
Remove compiled ts files
Spacesai1or Sep 21, 2020
34ad4b5
WIP error handling
Spacesai1or Sep 21, 2020
c88cf9b
WIP added more API methods
Spacesai1or Sep 21, 2020
24c6416
WIP eth2 packages refactor
Spacesai1or Sep 23, 2020
98e0946
WIP typescript fixes
Spacesai1or Sep 24, 2020
a108604
Add lodestar-types
Spacesai1or Sep 25, 2020
0569a8d
Update schema from Typescript interface, to just an object
Spacesai1or Sep 25, 2020
90d6d1d
Give Beaconchain default schema type IBaseAPISchema
Spacesai1or Sep 25, 2020
8dc7f2f
Add I to beginning of interface names
Spacesai1or Sep 25, 2020
bd6d2cd
Cleanup and update interface names
Spacesai1or Sep 25, 2020
f226862
Update name of imported interface
Spacesai1or Sep 25, 2020
9d6dc52
WIP uncommenting for example
Spacesai1or Sep 25, 2020
3ca9175
Add ETH22Function type, update ETH2CoreOpts to ETH2BaseOpts
Spacesai1or Sep 28, 2020
7472281
Add chainHead to schema, remove param and return types from base schema
Spacesai1or Sep 28, 2020
e46acdc
Fix malformed URL
Spacesai1or Sep 28, 2020
46717a8
WIP
Spacesai1or Oct 7, 2020
481d386
Remove testing code
Spacesai1or Oct 13, 2020
3fbba62
Add notImplemented flag
Spacesai1or Oct 13, 2020
b85bb4e
add providerSuffix
Spacesai1or Oct 13, 2020
3621245
Handle no router indentifiers and methods not implemented
Spacesai1or Oct 13, 2020
6b65c45
Add notImplemented flag
Spacesai1or Oct 13, 2020
3857e1d
Init makefile with docker command for local lodestar node
Spacesai1or Oct 13, 2020
f03df2a
Init Jest
Spacesai1or Oct 13, 2020
d713e8d
Init tests for API wrappers
Spacesai1or Oct 13, 2020
4949053
Additional notImplemented methods
Spacesai1or Oct 13, 2020
12413c1
Finish initial pass of integration tests
Spacesai1or Oct 13, 2020
bf027d8
Merge branch '1.x' into wyatt/eth2-refactor
Spacesai1or Oct 13, 2020
843b58e
Add jest and types
Spacesai1or Oct 13, 2020
fa0cd95
Init jest
Spacesai1or Oct 13, 2020
b54d8ad
Switch order of constructor params, add check in routeBuilder
Spacesai1or Oct 13, 2020
dba5599
Formatting
Spacesai1or Oct 13, 2020
466c72e
Init constructor test
Spacesai1or Oct 13, 2020
07e49ed
Init routeBuilder test
Spacesai1or Oct 13, 2020
cbece1f
Fix linter errors
Spacesai1or Oct 13, 2020
f3f74f5
Additional notImplemented methods
Spacesai1or Oct 13, 2020
49bbca0
Update providerSuffix to match latest Lodestar URL
Spacesai1or Oct 13, 2020
7a472cc
Requested changes
Spacesai1or Oct 15, 2020
bd159f5
Merge branch '1.x' into wyatt/eth2-refactor
Spacesai1or Oct 16, 2020
41d417b
Update tsconfig
Spacesai1or Oct 16, 2020
844c15d
Merge branch 'wyatt/eth2-refactor' of github.com:ethereum/web3.js int…
Spacesai1or Oct 16, 2020
48d9df0
Add rule to enforce I in interface
Spacesai1or Oct 16, 2020
81ad5f5
Update tsconfig
Spacesai1or Oct 16, 2020
89d7ee4
Update tsconfigs
Spacesai1or Oct 16, 2020
2e1d4bc
Remove sudo from Docker command
Spacesai1or Oct 16, 2020
4c0f6ec
Ran npm run postinstall & npm update
Spacesai1or Oct 16, 2020
324a1c3
Merge branch 'wyatt/eth2-refactor' of github.com:ethereum/web3.js int…
Spacesai1or Oct 16, 2020
deb4d21
Ran lerna add web3-eth2-core --scope=web3-eth2-beaconchain
Spacesai1or Oct 16, 2020
a7bccb3
Temporarily add ts-ignore to fix imports
Spacesai1or Oct 16, 2020
6e00031
Remove ./ from outDir in tsconfig
Spacesai1or Oct 21, 2020
1a8dd0f
Merge branch '1.x' into wyatt/eth2-refactor
Spacesai1or Oct 21, 2020
92d073a
Debugging failing linter test
Spacesai1or Oct 21, 2020
74e6dac
Remove scripts not used
Spacesai1or Oct 21, 2020
af7b9f1
Give eth2BeaconChain any type since types aren't implemented yet
Spacesai1or Oct 21, 2020
2c405cc
Update changelog
Spacesai1or Oct 22, 2020
43bc20f
Merge branch '1.x' into wyatt/eth2-refactor
Spacesai1or Oct 22, 2020
72b050b
Merge branch '1.x' into wyatt/eth2-refactor
Spacesai1or Oct 22, 2020
b61f87f
Merge branch '1.x' of github.com:ethereum/web3.js into wyatt/eth2-ref…
frankiebee Oct 22, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,11 @@ Released with 1.0.0-beta.37 code base.

## [1.3.1]

### Added

- Add `web3-eth2-core` package (#3743)
- Add `web3-eth2-beaconchain` package (#3743)

### Changed

- bump utils 0.10.0^ -> 0.12.0 (#3733)
Expand Down
42,279 changes: 21,081 additions & 21,198 deletions package-lock.json

Large diffs are not rendered by default.

49 changes: 26 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,52 +87,55 @@
}
],
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/runtime": "^7.12.1",
"@chainsafe/geth-dev-assistant": "^0.1.5",
"@ensdomains/ens": "^0.4.5",
"@ensdomains/resolver": "^0.2.4",
"@types/bignumber.js": "^4.0.2",
"@types/bn.js": "^4.11.5",
"@types/node": "^12.12.6",
"@types/underscore": "^1.8.0",
"@types/bn.js": "^4.11.6",
"@types/node": "^12.12.68",
"@types/underscore": "^1.10.24",
"babel-loader": "^8.1.0",
"bignumber.js": "^9.0.0",
"bignumber.js": "^9.0.1",
"bn.js": "^4.11.9",
"browserify": "^16.5.1",
"browserify": "^16.5.2",
"buffer": "^4.9.2",
"bundlesize": "^0.18.0",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.4.8",
"crypto-js": "^3.1.9-1",
"core-js": "^3.6.5",
"crypto-js": "^3.3.0",
"decache": "^4.6.0",
"dependency-check": "^4.1.0",
"ethereumjs-common": "^1.3.2",
"ethereumjs-tx": "^2.1.1",
"ethereumjs-tx": "^2.1.2",
"ethers": "^5.0.18",
"ethjs-signer": "^0.1.1",
"ganache-cli": "^6.7.0",
"jshint": "^2.10.2",
"karma": "^5.1.0",
"ganache-cli": "^6.12.0",
"jshint": "^2.12.0",
"karma": "^5.2.3",
"karma-browserify": "^7.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.2.0",
"karma-firefox-launcher": "^1.3.0",
"karma-mocha": "^2.0.1",
"karma-spec-reporter": "0.0.32",
"lerna": "^3.20.2",
"mocha": "^6.2.1",
"lerna": "^3.22.1",
"mocha": "^6.2.3",
"nyc": "^14.1.1",
"pify": "^4.0.1",
"sandboxed-module": "^2.0.3",
"sandboxed-module": "^2.0.4",
"ts-node": "^8.10.2",
"typescript": "^3.9.5",
"typescript": "^3.9.7",
"underscore": "1.9.1",
"wait-port": "^0.2.6",
"webpack": "^4.43.0",
"wait-port": "^0.2.9",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {}
Expand Down
Loading