Commit Graph

11 Commits

Author SHA1 Message Date
tersec 06894dd2f6
remove some debugRaiseAsserts and fill in Electra functionality () 2024-04-05 21:30:06 +02:00
tersec fd8429da74
rm Web3Signer Bellatrix block support () 2024-03-11 22:09:31 +00:00
Etan Kissling f5e9d3ffe4
add trivial `{.push raises: [].}` to `research` and `test` folders ()
Annotate the `research` and `test` files for which no further changes
are needed to successfully compile them, to not interfere with periodic
tasks such as spec reference bumps.
2024-02-29 13:24:08 +00:00
Jacek Sieka 62cbdeefc5
verify `genesis_time` more strictly (fixes ) ()
Bogus values lead to crashes down the line when timers overflow
2024-01-06 15:26:56 +01:00
tersec b25ca0833b
use v1.4.0-alpha.1 consensus spec test vectors () 2023-06-03 21:55:08 +00:00
zah e8572c0246
More relaxed parsing of RemoteKeystores to regain compatibility with version 1 () 2023-05-16 19:06:16 +03:00
zah 5bf9284e62
Initial public version of the Verifying Web3Signer functionality ()
* Allow the list of proved properties for web3signer to be configured
* Document the Web3Signer setups (regular, distributed and verified)
2023-05-09 11:16:43 +03:00
zah fca20e08d6
Keymanager API for the validator client ()
* Keymanager API for the validator client
* Properly treat the 'description' field as optional when loading Keystores
* Spec-compliant serialization of the slashing data in Keymanager's DeleteKeys response ()

Fixes 
Fixes 
Closes  by adding test
2022-08-19 13:30:07 +03:00
tersec a07d14cd99
remove unused imports in tests/ () 2022-06-07 17:05:06 +00:00
tersec e7ed7332b3
MEV REST serialization and call signatures () 2022-05-17 13:56:19 +00:00
zah 6d11ad6ce1
Support for distributed keystores with multiple remotes based on threshold signatures ()
Other fixes:

* Fix bit rot in the `make prater-dev-deposit` target.
* Correct content-type in the responses of the Nimbus signing node
* Invalid JSON payload was being sent in the web3signer requests
2022-05-10 03:32:12 +03:00