Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 4508b58

Browse files
committed
Merge branch 'master' into ao-sled
* master: (27 commits) Faster kill_garbage (#11514) [EngineSigner]: don't sign message with only zeroes (#11524) fix compilation warnings (#11522) [ethcore cleanup]: various unrelated fixes from `#11493` (#11507) Add benchmark for transaction execution (#11509) Add Smart Contract License v1.0 Misc fixes (#11510) [dependencies]: unify `rustc-hex` (#11506) Activate on-chain randomness in POA Sokol (#11505) Grab bag of cleanup (#11504) Implement eth/64 (EIP-2364) and drop support for eth/62 (#11472) [dependencies]: remove `util/macros` (#11501) OpenEthereum bootnodes are added (#11499) [ci benches]: use `all-features` (#11496) [verification]: make test-build compile standalone (#11495) complete null-signatures removal (#11491) Include the seal when populating the header for a new block (#11475) fix compilation warnings (#11492) cargo update -p cmake (#11490) update to published rlp-derive (#11489) ...
2 parents 3aaedaf + 8572d61 commit 4508b58

File tree

257 files changed

+2062
-29648
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+2062
-29648
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ cargo-check-benches:
9696
stage: test
9797
<<: *docker-cache-status
9898
script:
99-
- time cargo check --all --benches --target $CARGO_TARGET --locked --verbose --color=always
99+
- time cargo check --workspace --benches --target $CARGO_TARGET --locked --verbose --color=always --all-features
100100
- sccache --show-stats
101101

102102
cargo-audit:

0 commit comments

Comments
 (0)