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

Moved DigestItem impl to impl_outer_log#932

Merged
gavofyork merged 15 commits intomasterfrom
impl_outer_log_ex
Oct 19, 2018
Merged

Moved DigestItem impl to impl_outer_log#932
gavofyork merged 15 commits intomasterfrom
impl_outer_log_ex

Conversation

@svyatonik
Copy link
Contributor

closes #926

Brief overview:

  1. moved impl DigestImpl for Log from runtime to impl_outer_log macro, so that it is implemented by construct_runtime macro
  2. removed default impls of DigestItem::as_* methods to make sure when methods are adding, impl_outer_log macro is also updated

@svyatonik svyatonik added A0-please_review Pull request needs code review. M4-core labels Oct 18, 2018
@gavofyork gavofyork added A7-looksgoodtestsfail and removed A0-please_review Pull request needs code review. labels Oct 18, 2018
@svyatonik svyatonik added A3-in_progress Pull request is in progress. No review needed at this stage. and removed A7-looksgoodtestsfail labels Oct 18, 2018
@svyatonik
Copy link
Contributor Author

Seems like CI issue is not related to changes - it keeps failing even after revert. Also could confirm that I checked all tests before opening PR, after seeing CI failure, after reverting + after reverting revert && it always succeeded

@svyatonik svyatonik added A7-looksgoodtestsfail and removed A3-in_progress Pull request is in progress. No review needed at this stage. labels Oct 18, 2018
@gavofyork gavofyork merged commit 2fe31ae into master Oct 19, 2018
@gavofyork gavofyork deleted the impl_outer_log_ex branch October 19, 2018 07:47
lamafab pushed a commit to lamafab/substrate that referenced this pull request Jun 16, 2020
helin6 pushed a commit to boolnetwork/substrate that referenced this pull request Jul 25, 2023
* Move all deps to workspace toml

* cargo fmt and codec 3.4, removing now unneeded 'full' feature

* add wasm-tests to workspace and fix subxt inheritng

* cargo fmt

* wasm-test thing can't be in workspace so revert that

* remove unwanted target dir from wasm-tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DigestItem decl should be part of macro

4 participants