Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge upstream #66

Merged
merged 10 commits into from
Mar 15, 2019
Merged

merge upstream #66

merged 10 commits into from
Mar 15, 2019

Conversation

niklasad1
Copy link

No description provided.

General-Beck and others added 10 commits March 7, 2019 14:45
* Revert "CI aws git checkout (openethereum#10451)"

This reverts commit 3e1d731.

* Update .gitlab-ci.yml

revert aws script with small fixes

* Delete publish-aws.sh
….0 (openethereum#10389)

* docs: move changelog 2-3 to docs/

* docs: fix changelog 2-3 path

* docs: add changelogs for 2.2.{8,9,10,11}

* docs: add changelogs for 2.3.{1,2,3,4}

* Update CHANGELOG.md

* Update CHANGELOG-2.3.md

* Update CHANGELOG.md

* Update CHANGELOG.md
* tests splitted, phase 1

* typo

* fix wrong launch commands

* typos

* rearrangements

* use `nproc` function for threads

* use nproc for threads

* let theads be auto, build-andriod no more in regular run

* split val chain and cargo check

* renamed some files

* wrong phase

* check rust files before test jobs

* lint error

* rust files modivied var

* test except changes

* add rust_changes except

* lint error

* fixes

* .gitlab-ci.yml can't be excluded

* pipeline shouldn't start

* pipeline must go

* pipeline must go 2

* pipeline must go 3

* pipeline must go 4

* pipeline must go 5

* pipeline must go 6

* pipeline must go 7

* pipeline must not go 1

* pipeline must go 8

* avoid skippng tests yet, reintroducing them after the caching

* test theory

* parallelized cargo check with combusting helicopters

* less uploads

* alias for cargo checks

* nice template
* simplify ethcore machine by removing redundant traits

* further ethereum machine simplifications

* removed obsolete todo
* removed AuxiliaryRequest from Machin trait

* removed AncestryAction from Machine trait

* removed AuxiliaryData from Machine trait

* removed LocalizedMachine trait
@soc1c
Copy link

soc1c commented Mar 14, 2019

does not compile somehow

  Compiling ethcore v1.12.0 (/home/travis/build/goerli/parity-goerli/ethcore)
error[E0407]: method `executive_author` is not a member of trait `Engine`
   --> ethcore/src/engines/clique/mod.rs:748:2
    |
748 |       fn executive_author(&self, header: &Header) -> Address {
    |  _____^
749 | |         // Should have been verified now.
750 | |         recover_creator(header).expect("Unable to extract creator.")
751 | |     }
    | |_____^ not a member of trait `Engine`
error[E0599]: no method named `executive_author` found for type `&dyn engines::EthEngine` in the current scope
   --> ethcore/src/block.rs:517:10
    |
517 |         engine.executive_author(&header),
    |                ^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors
Some errors occurred: E0407, E0599.
For more information about an error, try `rustc --explain E0407`.
error: Could not compile `ethcore`.
To learn more, run the command again with --verbose.
The command "cargo build -p parity-ethereum" exited with 101.

@soc1c soc1c merged commit 7968581 into goerli:master Mar 15, 2019
@niklasad1 niklasad1 deleted the merge-parity branch March 15, 2019 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants