nimbus-eth2/beacon_chain
Jacek Sieka 540fc5a1af
Polish, remove beta warning for validator monitor (#3531)
Validator monitoring improves logging by giving more specific monitoring
information, and can now be seen as complete.

Previously, logging has focused on "Attestation sent" messages which
carry little informational value when things go wrong, and are overly
aggressive when everything works as expected (sending attestations is
the norm).

* lower "Attestation sent" log to `INFO`
* mark 1.7.0 as the start of the validator monitor feature - previous
versions had significant bugs in totals mode
2022-04-06 19:44:03 +03:00
..
consensus_object_pools use snappy-framed format for compressing bellatrix+ database entries (#3551) 2022-03-29 11:33:06 +00:00
eth1 use Eth1Monitor as abstraction; increase timeouts; handle newPayload 'accepted' (#3563) 2022-04-05 08:40:59 +00:00
fork_choice era: load blocks and states (#3394) 2022-03-23 09:58:17 +01:00
gossip_processing Validator monitor polish (#3569) 2022-04-06 09:23:01 +00:00
networking remove bundled pyrmont support (#3568) 2022-04-05 12:59:25 +00:00
rpc reformat long lines (#3539) 2022-03-29 09:15:42 +02:00
spec JWT support (#3561) 2022-03-31 14:43:05 +00:00
sync era: load blocks and states (#3394) 2022-03-23 09:58:17 +01:00
validator_client VC: Fix forks handling. (#3389) 2022-02-16 12:31:23 +01:00
validators Polish, remove beta warning for validator monitor (#3531) 2022-04-06 19:44:03 +03:00
.editorconfig Add .editorconfig file and remove trailing newlines 2021-09-14 12:12:49 +03:00
.gitignore Rename binaries; Mimic the original repo layout in the distribution 2020-11-09 11:38:52 +02:00
beacon_chain_db.nim use snappy-framed format for compressing bellatrix+ database entries (#3551) 2022-03-29 11:33:06 +00:00
beacon_chain_db_immutable.nim rename random -> prev_randao in Bellatrix for CL specs v1.1.10 (#3460) 2022-03-03 16:08:14 +00:00
beacon_clock.nim automated CL spec ref URL updates from v1.1.9 to v1.1.10 (#3455) 2022-03-02 10:00:21 +00:00
beacon_node.nim move wallet/deposit commands to separate files (#3372) 2022-02-11 21:40:49 +01:00
beacon_node_status.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
conf.nim serve light client data on `prater` by default (#3559) 2022-04-01 23:58:06 +02:00
deposits.nim better error messages on directory creation failure (#3536) 2022-03-22 17:06:21 +00:00
era_db.nim era: load blocks and states (#3394) 2022-03-23 09:58:17 +01:00
extras.nim use ForkedHashedBeaconState in StateData (#2634) 2021-06-11 20:51:46 +03:00
filepath.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
interop.nim bump `nim-stint` (#2969) 2021-10-14 14:13:51 +03:00
nim.cfg enable chronosStrictException (#3533) 2022-03-22 09:42:28 +01:00
nimbus_beacon_node.nim serve light client data on `prater` by default (#3559) 2022-04-01 23:58:06 +02:00
nimbus_beacon_node.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
nimbus_binary_common.nim Helpful error message when the user fails to use an array type in TOML 2022-03-09 19:11:41 +02:00
nimbus_signing_node.nim Allow running Nimbus as a Windows service (--run-as-service) 2022-03-05 15:53:47 +02:00
nimbus_signing_node.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
nimbus_validator_client.nim Allow running Nimbus as a Windows service (--run-as-service) 2022-03-05 15:53:47 +02:00
nimbus_validator_client.nim.cfg Revert writing backfill root to database (#3215) 2021-12-21 11:40:14 +01:00
sszdump.nim introduce light client processor (#3509) 2022-03-17 23:26:56 +01:00
statediff.nim time: spring cleaning (#3262) 2022-01-11 11:01:54 +01:00
statusbar.nim switch result = foo to expression return; unexport rest of logtrace symbols (#2788) 2021-08-17 09:51:39 +00:00
trusted_node_sync.nim tns: checkpoint wal periodically while backfilling (#3516) 2022-03-18 12:32:20 +01:00
version.nim Final v22.3.0: Add examples for migrating from JSON-RCP to REST 2022-03-10 16:46:11 +02:00
wallets.nim move wallet/deposit commands to separate files (#3372) 2022-02-11 21:40:49 +01:00