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

Uplift swanky-node to polkadot-v0.9.43 #77

Merged
merged 17 commits into from
Mar 29, 2024
Merged

Conversation

prxgr4mm3r
Copy link
Contributor

@prxgr4mm3r prxgr4mm3r commented Feb 22, 2024

resolves #73

Copy link
Contributor

@ipapandinas ipapandinas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 tests are failing:

running 5 tests
test tests::instant_seal ... FAILED
test tests::instant_seal_delayed_finalize ... FAILED
test tests::manual_seal_and_finalization ... FAILED
test tests::manual_seal_post_hash ... ok
test tests::manual_seal_fork_blocks ... ok

failures:

---- tests::instant_seal stdout ----
thread 'tests::instant_seal' panicked at 'called `Result::unwrap()` on an `Err` value: EmptyTransactionPool', client/consensus/manual-seal/src/lib.rs:444:53
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- tests::instant_seal_delayed_finalize stdout ----
thread 'tests::instant_seal_delayed_finalize' panicked at 'called `Result::unwrap()` on an `Err` value: EmptyTransactionPool', client/consensus/manual-seal/src/lib.rs:534:53

---- tests::manual_seal_and_finalization stdout ----
thread 'tests::manual_seal_and_finalization' panicked at 'called `Result::unwrap()` on an `Err` value: EmptyTransactionPool', client/consensus/manual-seal/src/lib.rs:608:47


failures:
    tests::instant_seal
    tests::instant_seal_delayed_finalize
    tests::manual_seal_and_finalization

test result: FAILED. 2 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 22.54s

runtime/src/chain_extensions.rs Outdated Show resolved Hide resolved
runtime/src/lib.rs Show resolved Hide resolved
runtime/src/lib.rs Outdated Show resolved Hide resolved
runtime/src/lib.rs Outdated Show resolved Hide resolved
@ipapandinas ipapandinas merged commit 45ad1ee into main Mar 29, 2024
5 checks passed
@ipapandinas ipapandinas deleted the feature/pokadot-v0.9.43 branch March 29, 2024 14:28
@ipapandinas ipapandinas restored the feature/pokadot-v0.9.43 branch March 29, 2024 14:29
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.

swanky-node: Update to Polkadot 0.9.43
4 participants