nimbus-eth2/beacon_chain/rpc
tersec afbaa36ef7
make subnet cycling more robust; use one stability subnet/validator; explicitly represent gossip enabled/disabled (#2201)
* make subnet cycling more robust; use one stability subnet/validator; explicitly represent gossip enabled/disabled

* fix asymmetry in _snappy being used for subscriptions but not unsubscriptions

* remove redundant comment

* minimal RPC and VC support for infoming BN of subnets

* create and verify slot signatures in RPC interface and VC

* loosen old slot check

* because Slot + uint64 works but uint64 + Slot doesn't

* document assumptions for head state use; don't clear stability subnets; guard against VC not having checked an epoch ahead, fixing a crash; clarify unsigned comparison

* revert unsub fix
2020-12-22 10:05:36 +01:00
..
beacon_api.nim Fix a logical typo in beacon_api/validator.getStatus 2020-12-03 21:24:01 +02:00
config_api.nim More complete reset of the web3 provider on each failure; Fix #2184 2020-12-16 00:21:11 +02:00
debug_api.nim Address review comments 2020-11-20 17:13:51 +02:00
event_api.nim move rpc api to own folder, mimic upstream structure (#1905) 2020-10-27 10:00:57 +01:00
nimbus_api.nim add getGossipSubPeers RPC (#2107) 2020-11-29 20:07:20 +01:00
node_api.nim Peer stuff (#2084) 2020-11-26 20:23:45 +01:00
rpc_utils.nim move rpc api to own folder, mimic upstream structure (#1905) 2020-10-27 10:00:57 +01:00
validator_api.nim make subnet cycling more robust; use one stability subnet/validator; explicitly represent gossip enabled/disabled (#2201) 2020-12-22 10:05:36 +01:00