mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 11:31:05 +00:00
fix/chain_head: Ensure correct events for finalized branch (#13632)
* chain_head/follow: Ensure correct events for finalized branch Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Reenable tests Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Do some clean ups and add some more docs * Fix gramatic * Update client/rpc-spec-v2/src/chain_head/chain_head_follow.rs Co-authored-by: Sebastian Kunert <skunert49@gmail.com> * rpc/chain_head: Introduce error for absent headers Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: Bastian Köcher <info@kchr.de> Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
This commit is contained in:
@@ -1024,9 +1024,6 @@ async fn follow_prune_best_block() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[cfg(disable_flaky)]
|
||||
#[allow(dead_code)]
|
||||
// FIXME: https://github.com/paritytech/substrate/issues/11321
|
||||
async fn follow_forks_pruned_block() {
|
||||
let builder = TestClientBuilder::new();
|
||||
let backend = builder.backend();
|
||||
@@ -1140,9 +1137,6 @@ async fn follow_forks_pruned_block() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[cfg(disable_flaky)]
|
||||
#[allow(dead_code)]
|
||||
// FIXME: https://github.com/paritytech/substrate/issues/11321
|
||||
async fn follow_report_multiple_pruned_block() {
|
||||
let builder = TestClientBuilder::new();
|
||||
let backend = builder.backend();
|
||||
|
||||
Reference in New Issue
Block a user