Paul Hauner
ea4a52984c
Add /node/health endpoint ( #1197 )
...
* Start adding health endpoint
* Use psutil more
* Add get_health test
* Expose health to Prom
* Update comments
* Add /node/health to docs
* Update Prom naming
2020-05-28 11:24:24 +10:00
Paul Hauner
8bc82c573d
Update local testnet scripts, fix eth1 sim ( #1184 )
...
* Update local testnet scripts
* Add logs when decrypting validators
* Update comment
* Update account manager
* Make random key generation explicit
* Remove unnecessary clap constraint
* Only decrypt voting keypair for eth1 deposit
* Use insecure kdf for insecure keypairs
* Simplify local testnet keygen
* Update local testnet
* Fix eth1 sim
* Add eth1 sim to CI again
* Remove old local testnet docs
* Tidy
* Remove checks for existing validators
* Tidy
* Fix typos
2020-05-26 18:30:44 +10:00
Paul Hauner
ad4e5adabc
Integrate Witti testnet ( #1193 )
...
* Update for latest master
* Shift delay inside loop
* Clean up genesis service
* Tidy
* Tidy logs
* Address Michael's comments
* Add pre-genesis logging
* Remove est time till genesis
* Fix time formatting
* Tidy
* Update docs for Witti
* Update JS for Witti
* Ensure deposit data is 0x-prefixed hex
* Hard code witti testnet dir
* Add --auto-register warning
* Integrate local sigp testnet source
* Reword warning
2020-05-26 15:31:41 +10:00
Paul Hauner
c93f9c351b
Improve bls::SecretKey privacy ( #1164 )
...
* Improve bls::SecretKey privacy
* Add missed file
* Remove more methods from bls::SecretKey
* Add as_bytes() to SecretKey, remove as_raw
* Remove as_raw
* Add back as_raw
* Address review comments
2020-05-19 11:23:08 +10:00
Paul Hauner
4331834003
Directory Restructure ( #1163 )
...
* Move tests -> testing
* Directory restructure
* Update Cargo.toml during restructure
* Update Makefile during restructure
* Fix arbitrary path
2020-05-18 21:24:23 +10:00