Mehdi Zerouali
83c571d6eb
Delete fuzzing targets ( #586 )
2019-10-31 13:13:21 +11:00
Michael Sproul
0fd7dc64e1
Only run non-ef tests when executing make test ( #579 )
2019-10-30 21:24:51 +11:00
b-m-f
c450b4a18d
Rename make task to run EF tests
2019-10-30 09:42:32 +00:00
pscott
091ac07af9
Warn during long beacon state skips ( #566 )
...
* Add warn whenever trying to skip more than 3 blocks
* Define block skipping threshold warning as const
* Fix cargo fmt
2019-10-30 19:20:40 +11:00
Age Manning
5c97ed3562
Updates external dependencies ( #577 )
...
* Updates external dependencies
* Correct fmt formatting
2019-10-30 12:22:18 +11:00
b-m-f
dfe858b8cb
Only run non-ef tests when executing make test
2019-10-29 16:58:39 +00:00
Paul Hauner
2c6b40be78
Allow slot clock to work on genesis ( #573 )
...
* Allow slot clock to work on genesis
* Loose over-strict requirements for slot clock tests
2019-10-29 12:51:32 +11:00
gnattishness
a488c4dccd
Rename get_permutated_index to compute_shuffled_index. ( #564 )
...
To match name of equivalent function in v0.8.3 spec.
2019-10-29 12:07:12 +11:00
Paul Hauner
dd370b2e33
Revert "Implement push_leaf for MerkleTree ( #563 )" ( #572 )
...
This reverts commit 13faa47da1
.
2019-10-26 15:17:29 +11:00
pscott
13faa47da1
Implement push_leaf for MerkleTree ( #563 )
...
* Prototype for far_right push
* Add push method and tests
* Modify beacon_chain_builder for interop to use push instead of create
* Add Push method to MerkleTree
* Cargo fmt
* Remove redundant tests
* Fix typo
* Rename push to push_leaf
* Fix clippy warnings
* Add DepthTooSmall enum variant
* Avoid cloning in MerkleTree::push_leaf
* Add quickcheck test for push_leaf
* Cargo fmt updated
* Return err instead of using unwrap()
* Use enumerate instead of hard indexing
* Use if let and return string on error
* Fix typo in deposit_leave
2019-10-25 16:07:03 +11:00
Michael Sproul
6c2871637d
Delete unused validator_change crate ( #569 )
...
Hopefully for the last time...
2019-10-25 11:52:19 +11:00
Michael Sproul
6484d4197d
Run EF tests on GitLab ( #562 )
2019-10-22 12:35:35 +09:00
Michael Sproul
96a327fe50
Update Milagro BLS to v0.11.0 ( #554 )
2019-10-02 12:04:17 +10:00
gnattishness
ca843afca8
Update README spec. ( #555 )
2019-10-02 11:17:43 +10:00
Mehdi Zerouali
6ae62c952b
Change private key file permissions ( #551 )
...
* Import the libc crate for file permission management
* Tighten permissions on key file
* Fix code to match style guidelines
2019-10-02 11:16:34 +10:00
Paul Hauner
9aedb12bfc
Refactor docs into mdbook ( #547 )
...
* Refactor documentation, ef_tests makefile
* Add makefile to root
* Tidy readme
* Fix readme badges
* Tidy logs
* Add terminalize gif
* Update readme image
* Update readme image
* Tidy logs
* Update readme image
* Update readme
* Update readme
* Fix book link
* Update makefiles
* Update book
* Fix link in book
* Add readme for book
* Remove old docs, move api spec YAML
* Fix eth2/ dir readme
* Add readme for lcli
* Add about this book section
* Minor formatting improvements
* Address mehdi's comments
2019-10-02 11:04:56 +10:00
pscott
7eb82125ef
Clippy clean ( #536 )
...
* Change into_iter to iter
* Fix clippy 'easy' warnings
* Clippy eth2/utils
* Add struct NetworkInfo
* Clippy for types, utils, and beacon_node/store/src/iters.rs
* Cargo fmt
* Change foo to my_foo
* Remove complex signature
* suppress clippy warning for unit_value in benches
* Use enumerate instead of iterating over range
* Allow trivially_copy_pass_by_ref in serde_utils
2019-09-30 13:58:45 +10:00
Paul Hauner
682b11f248
Merge pull request #550 from sigp/protobuf-2.8
...
Fix the build for Rust 1.38, protobuf releases
2019-09-30 13:57:01 +10:00
Michael Sproul
392b4203d1
Consolidate lazy_static versions
2019-09-30 12:36:42 +10:00
Michael Sproul
01db3b6f4e
Fix SignedRoot macro attribute parsing
2019-09-30 12:32:44 +10:00
Michael Sproul
81325a0e05
Run rustfmt
2019-09-30 11:30:47 +10:00
Michael Sproul
23bcf9fe6f
Pin protobuf version to 2.8.x
...
Lighthouse doesn't build with protobuf 2.9.0, and there's no point
upgrading when it's about to be deleted.
2019-09-30 11:14:35 +10:00
Michael Sproul
3d559d8b41
Robustify derive macro attribute parsing ( #544 )
...
Missing whitespace in the implementation of `TokenStream::to_string` on
beta and nightly was breaking our parsing of derive macro attributes.
This change makes the parser ignore whitespace, and should make the beta
and nightly builds succeed again.
2019-09-28 14:29:14 +10:00
Paul Hauner
2399b9bbe0
Merge pull request #516 from sigp/interop
...
Interop
2019-09-26 14:02:00 +10:00
Paul Hauner
97a45cdcb8
Address Michael's comments
2019-09-26 13:00:31 +10:00
Paul Hauner
b4806d27eb
Fix comments from Michael
2019-09-26 10:46:56 +10:00
Paul Hauner
4ba6e916d5
Merge branch 'interop' of github.com:sigp/lighthouse into interop
2019-09-23 22:32:09 +10:00
Paul Hauner
4fccec158a
Fix wasted iterations when getting previous state
2019-09-23 22:22:19 +10:00
Paul Hauner
e7a580393c
Remove unnecessary drop()
2019-09-23 22:21:34 +10:00
Paul Hauner
b316086be0
Add write_ssz_files feature to beacon_chain crate
2019-09-23 22:20:47 +10:00
Paul Hauner
8ceb2e3d95
Refactor slot clock to remove underflow
...
Previously I had used `Instant` to refer to the genesis time.
2019-09-21 11:21:47 +10:00
Luke Anderson
43c110f228
Merge branch 'api-alignment' into interop
2019-09-16 09:36:47 +10:00
Paul Hauner
1b497e2e24
Gracefully shutdown the websocket server
2019-09-15 09:32:27 -04:00
Paul Hauner
33e62fb843
Add websockets page to book
2019-09-14 23:36:56 -04:00
Paul Hauner
9c5eded1ab
Add websocket config to CLI
2019-09-14 22:57:46 -04:00
Paul Hauner
da26341011
Add beacon chain event for finalization
2019-09-14 22:26:09 -04:00
Paul Hauner
879f5bfdd0
Fix signature serialization bug
2019-09-14 22:25:53 -04:00
Paul Hauner
07990e0e92
Adds beacon chain events, websocket event handler
2019-09-14 15:41:35 -04:00
Paul Hauner
110e627d7b
Add basic, not-useful websocket server
2019-09-14 10:34:03 -04:00
Paul Hauner
e1f6052d5e
Add unfinished pycli integration
2019-09-13 18:49:39 -04:00
Paul Hauner
2676c8a62d
Remove some dust code from beacon chain
2019-09-13 18:33:17 -04:00
Luke Anderson
23ce271b5f
Return HTTP 202 to indicate processing error.
...
- A processing error of a validator's block or attestation should not prevent publishing. Now a 202 error is returned, to indicate that it has not been processed, but has still been published.
- Added a publish_attestation function to the API, handling POST requests for /beacon/validator/attestation.
2019-09-13 21:22:32 +10:00
Luke Anderson
00a5f003c4
Merge branch 'api-alignment' into validator-post-fns
2019-09-13 20:53:38 +10:00
Luke Anderson
ec65934061
Merge branch 'interop' into api-alignment
2019-09-13 20:53:20 +10:00
Luke Anderson
d3ce182ddc
Renamed 'InvalidQueryParams' to 'BadRequest', since it is a more general error that is returned in a number of cases.
2019-09-13 20:52:12 +10:00
Luke Anderson
f48311900e
Restructured response builder to give YAML or JSON when SSZ is not available, not just JSON.
2019-09-13 20:42:56 +10:00
Luke Anderson
1dd86baf1a
Cleaning up the rest of the API functions.
...
- Removed all unused imports
- Fixed random compiler errors
- Removed all of the 'sucess_response' helpers.
- Enabled all of the API endpoints again, wrapping in 'into_boxfut'
- Tidied up /metrics endpoint
- Added a 'body_text' part to ResponseBuilder, mainly for the Prometheus /metrics endpoint
- Cleaned up the unnecessary helpers::* imports, to be more explicit.
2019-09-13 19:38:40 +10:00
Luke Anderson
006350c0cd
Fixed small bug with get_fork function
2019-09-13 19:14:09 +10:00
Luke Anderson
91f5f17566
Removing 'success_respons' in favour of 'ResponseBuilder'
2019-09-13 19:10:11 +10:00
Luke Anderson
09e11dd081
Merge branch 'api-alignment' into validator-post-fns
2019-09-13 19:06:32 +10:00