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

depend on sdk 1.14 and api-client 0.18 #374

Merged
merged 11 commits into from
Sep 7, 2024
Merged

depend on sdk 1.14 and api-client 0.18 #374

merged 11 commits into from
Sep 7, 2024

Conversation

brenzi
Copy link
Member

@brenzi brenzi commented Sep 2, 2024

No description provided.

@brenzi
Copy link
Member Author

brenzi commented Sep 3, 2024

suspecting a feature propsagation issue which zepter doesn't fix:

 error[E0433]: failed to resolve: use of undeclared crate or module `alloc`
      --> /home/brenzi/.cargo/registry/src/index.crates.io-6f17d22bba15001f/frame-benchmarking-36.0.0/src/v1.rs:1738:2
       |
  1738 | /     sp_runtime::format_runtime_string!(
  1739 | |         "\n* Pallet: {}\n\
  1740 | |         * Benchmark: {}\n\
  1741 | |         * Components: {:?}\n\
  ...    |
  1750 | |         error_message,
  1751 | |     )
       | |_____^ use of undeclared crate or module `alloc`
       |
       = note: this error originates in the macro `sp_runtime::format_runtime_string` (in Nightly builds, run with -Z macro-backtrace for more info)

@clangenb
Copy link
Member

clangenb commented Sep 7, 2024

This is an upstream bug, which will be fixed by paritytech/polkadot-sdk#5632, for now I recommend just ignoring the error as it concerns only the benchmarks that we don't care much about in the testnode.

@brenzi brenzi merged commit 3f739e3 into master Sep 7, 2024
1 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants