tersec
|
d3cad92693
|
remove some BeaconState use and abstract over other uses (#2482)
* remove some BeaconState use and abstract over other uses
* remove out-of-context comment
|
2021-04-08 08:24:25 +00:00 |
Jacek Sieka
|
74732a23fe
|
json cleanups (#2456)
* move json-rpc specific marshalling to rpc
* serialize Epoch/Slot with cast to avoid Defect
* avoid a few eth1 deps
* simplify imports
|
2021-03-26 15:11:06 +01:00 |
Jacek Sieka
|
2695cfa864
|
EH cleanup (#2455)
almost 100% raises in nimbus-eth2 now!
* fix some rare exception-related crashes in json-rpc
|
2021-03-26 07:52:01 +01:00 |
Mamy Ratsimbazafy
|
2f17ac7b64
|
Move SSZ, deposit_contracts & eth1_monitor [reorg files 3/5] (#2371)
* move deposit_contract
* Move SSZ
* fix ssz import in tests
* move also eth1_monitor
* forgot to delete the original
* fix comma [skip ci]
* Fix "make" & tools imports
* Fix import
* Fix import again
* rename deposit_contract -> eth1
* Revert ssz move to subfolder
* path fixes [skip ci]
|
2021-03-03 07:23:05 +01:00 |
Zahary Karadjov
|
fa99c3b417
|
Fix #2261
Also bumps Confutils to allow setting the hidden --web3-mode param
(to allow testing the eth1 syncing without validators)
|
2021-01-30 01:32:20 +02:00 |
Zahary Karadjov
|
8ebf9c30b0
|
More complete reset of the web3 provider on each failure; Fix #2184
|
2020-12-16 00:21:11 +02:00 |
Zahary Karadjov
|
983b3c9fbf
|
Add a 'we3 test' command for verifying the compatibility of a web3 provider
|
2020-12-10 02:54:58 +02:00 |
cheatfate
|
3a13750734
|
Try to obtain deposit contract address from config.
Attempt to fix json generation.
|
2020-11-25 18:30:44 +02:00 |
cheatfate
|
68f4ad64a4
|
Disable exception if depositAddress is not available.
|
2020-11-25 18:30:44 +02:00 |
cheatfate
|
af3862da48
|
Make depositAddress public in eth1_monitor.
Fix representation of config.
Add deposit_contract implementation.
|
2020-11-25 18:30:44 +02:00 |
cheatfate
|
8eafbb4e09
|
Add config_spec implementation.
|
2020-11-25 18:30:44 +02:00 |
Jacek Sieka
|
95f5f76180
|
Datatype cleanup (#1953)
* clear up spec todo
* test fix
* remove unnecessary toSszType
* type
* one more
|
2020-11-04 21:52:47 +00:00 |
Jacek Sieka
|
020a32ffa4
|
minor api cleanups (#1913)
* readd getNodeVersion
* implement get_v1_config_fork_schedule
* fix formatting of several types
|
2020-10-28 19:51:38 +01:00 |
Jacek Sieka
|
ee2ebc96a8
|
move rpc api to own folder, mimic upstream structure (#1905)
also implements a few more endpoints
|
2020-10-27 10:00:57 +01:00 |