This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
lighthouse
Watch
16
Star
0
Fork
0
You've already forked lighthouse
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
452b46a7af
lighthouse
/
.gitignore
11 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Restructure heavily
2018-08-07 00:08:39 +00:00
target/
Initial commit
2018-07-06 07:54:07 +00:00
**/*.rs.bk
Add WIP libp2p floodsub
2018-07-28 00:02:45 +00:00
*.pk
*.sk
Add support for loading keypairs from file
2019-03-12 01:46:44 +00:00
*.raw_keypairs
Add benches, examples for cached hashing. Ignore flamegraph files
2019-04-28 01:38:32 +00:00
flamegraph.svg
perf.data*
Run EF tests on GitLab (#562)
2019-10-22 03:35:35 +00:00
*.tar.gz
Implement slashing protection interchange format (#1544) ## Issue Addressed Implements support for importing and exporting the slashing protection DB interchange format described here: https://hackmd.io/@sproul/Bk0Y0qdGD Also closes #1584 ## Proposed Changes * [x] Support for serializing and deserializing the format * [x] Support for importing and exporting Lighthouse's database * [x] CLI commands to invoke import and export * [x] Export to minimal format (required when a minimal format has been previously imported) * [x] Tests for export to minimal (utilising mixed importing and attestation signing?) * [x] Tests for import/export of complete format, and import of minimal format * [x] ~~Prevent attestations with sources less than our max source (Danny's suggestion). Required for the fake attestation that we put in for the minimal format to block attestations from source 0.~~ * [x] Add the concept of a "low watermark" for compatibility with the minimal format Bonus! * [x] A fix to a potentially nasty bug involving validators getting re-registered each time the validator client ran! Thankfully, the ordering of keys meant that the validator IDs used for attestations and blocks remained stable -- otherwise we could have had some slashings on our hands! :scream: * [x] Tests to confirm that this bug is indeed vanquished
2020-10-02 01:42:27 +00:00
/bin
Delete uncompressed genesis states (#2092) ## Issue Addressed Replaces #2091 ## Proposed Changes * Delete the uncompressed genesis states from `eth2_network_config` after they were merged accidentally in #2029. * Tweak the build script to not overwrite `genesis.ssz` on every build, which caused spurious rebuilds.
2020-12-16 03:44:05 +00:00
genesis.ssz
Reference in New Issue
Copy Permalink