Skip to content

Failed Attempt 1 Bulk Migrate pallets from standalone chain that was updated to common branch 'polkadot-v0.9.17'#15

Closed
ltfschoen wants to merge 13 commits into
mainfrom
luke/migrate-standalone-pr-215
Closed

Failed Attempt 1 Bulk Migrate pallets from standalone chain that was updated to common branch 'polkadot-v0.9.17'#15
ltfschoen wants to merge 13 commits into
mainfrom
luke/migrate-standalone-pr-215

Conversation

@ltfschoen

@ltfschoen ltfschoen commented Mar 11, 2022

Copy link
Copy Markdown
Contributor

TODO

  • Unable to figure out what library we're using that is causing this no std build errors
  error: duplicate lang item in crate `std`: `panic_impl`.
    |
    = note: the lang item is first defined in crate `sp_io` (which `datahighway_parachain_runtime` depends on)
    = note: first definition in `sp_io` loaded from /Users/ls2/code/DataHighway-DHX/DataHighway-Parachain/target/release/wbuild/datahighway-parachain-runtime/target/wasm32-unknown-unknown/release/deps/libsp_io-062aada906e39ead.rmeta
    = note: second definition in `std` loaded from /Users/ls2/.rustup/toolchains/nightly-2021-12-15-x86_64-apple-darwin/lib/rustlib/wasm32-unknown-unknown/lib/libstd-10bfc64443a2c69d.rlib

  error: duplicate lang item in crate `std`: `oom`.
    |
    = note: the lang item is first defined in crate `sp_io` (which `datahighway_parachain_runtime` depends on)
    = note: first definition in `sp_io` loaded from /Users/ls2/code/DataHighway-DHX/DataHighway-Parachain/target/release/wbuild/datahighway-parachain-runtime/target/wasm32-unknown-unknown/release/deps/libsp_io-062aada906e39ead.rmeta
    = note: second definition in `std` loaded from /Users/ls2/.rustup/toolchains/nightly-2021-12-15-x86_64-apple-darwin/lib/rustlib/wasm32-unknown-unknown/lib/libstd-10bfc64443a2c69d.rlib

  error[E0282]: type annotations needed
     --> /Users/ls2/code/DataHighway-DHX/DataHighway-Parachain/runtime/src/lib.rs:597:6
      |
  597 | impl<LocalCall> frame_system::offchain::CreateSignedTransaction<LocalCall> for Runtime
      |      ^^^^^^^^^ cannot infer type for type parameter `LocalCall`

  error[E0282]: type annotations needed
     --> /Users/ls2/code/DataHighway-DHX/DataHighway-Parachain/runtime/src/lib.rs:649:9
      |
  649 | impl<C> frame_system::offchain::SendTransactionTypes<C> for Runtime
      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `C`

@ltfschoen ltfschoen changed the title Migrate pallets from standalone chain that was updated to common branch 'polkadot-v0.9.17' Attempt 1: Migrate pallets from standalone chain that was updated to common branch 'polkadot-v0.9.17' Mar 11, 2022
@ltfschoen ltfschoen changed the title Attempt 1: Migrate pallets from standalone chain that was updated to common branch 'polkadot-v0.9.17' Failed Attempt: Migrate pallets from standalone chain that was updated to common branch 'polkadot-v0.9.17' Mar 11, 2022
@ltfschoen ltfschoen changed the title Failed Attempt: Migrate pallets from standalone chain that was updated to common branch 'polkadot-v0.9.17' Failed Attempt 1 Bulk Migrate pallets from standalone chain that was updated to common branch 'polkadot-v0.9.17' Mar 12, 2022
@ltfschoen

Copy link
Copy Markdown
Contributor Author

replaced by #17

@ltfschoen ltfschoen closed this Mar 13, 2022
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.

1 participant