forked from integritee-network/worker
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #68
Merged
Merged
Merge upstream #68
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* make itp-utils purely no-std * code fixes after itp-utils change * [itp-utils] fix test compilation
* get rid of ita_stf::Getter dependencies * introduce trait TrustedCallSigning * fix cli build * WIP: started removing generic hashes TxHash and BlockHash for top pool. not sure if this works out nicely * feels alright to remove hash generic. intermediate commit * progressing with hardcoded HAsh * getting there...now need to solve hashing of TOP * taplo fmt * finally looping back to app-libs errors now * hopefully fixed executor_test * finally got to enclave_runtime crate now * enclave builds. holy moly! * sidechain build works * cargo fix root workspace * more cleanup manual * before messing with ParenchainHeader generic * ParentchainHeader untangled in executor * builds * no more dependency on app-libs from core-primitives! builds * fixing unit tests * before fixing ChainApi type args * before messing with AuthorApiMock * fixed unit test build * clean build * taplo fmt * fix evm build and fmt * fix executing_tops_from_pool_works unit test * fix evm cli build * fix nonce_is_computed_correctly enclave test * fix executor tests * get rid of log-jamming pretty-print for debug logging * fix cargo test * fix enclave tests * fix evm build * add debug logs for indirect unshielding which fails * add pool status getter and fix M6 demo * fix unit tests * remove auto-inserted extern crate core * std feature cleanup and minors * rename error and cosmetics
…the `cargo test` from the docker build command. (integritee-network#1480) * [docker] Don't run cargo test as part of the build process, but add it as a separate command instead * [GHA] add --release to test command * [GHA] remove cargo test command, as it will not work anyhow. * remove unnecessary change * [GHA] fix workflow syntax * [GHA] fix docker flag * [service] remove static linking to `Enclave_u` for cargo tests * don't link against anything if we run tests * fix build.rs for test and builds * [GHA] fix cargo test flag * fix toml fmt * [GHA] run cargo test on integritee builder * [GHA] remove cargo test from the matrix * [GHA] fix syntax * [GHA] run cargo test not in container but on host directly * [buil_and_test] run without rustup * [buil_and_test] run cargo test on the github actions runner again * working `cargo test` implementation * [build_and_test] fix feature flag * [enclave-api] rename `real-ffi` to `implement-ffi` * [enclave-api] remove obsolete compiler error * toml fmt * fix clippy warnings in itp-enclave-api * [service] extract main file to a separate file * remove more clippy warnings from enclave-api * fix clippy warnings in setup file * allow unused functions due to link-binary flag * fix clippy * fix teeracle clippy * [integritee-service] fix feature gating * remove redundant feature flags * [GHA] execute cargo test with --release flag * [GHA] fix cargo test
…argo-test # Conflicts: # Cargo.lock # app-libs/stf/src/getter.rs # app-libs/stf/src/trusted_call.rs # build.Dockerfile # core-primitives/stf-primitives/src/types.rs # core-primitives/top-pool-author/src/author.rs # enclave-runtime/Cargo.lock
Closed
m-yahya
approved these changes
Nov 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This will fix the out of space error in the Github CI observed on integritee-network#1478.