Skip to content
Verified Commit 7d16604e authored by Michal Kucharczyk's avatar Michal Kucharczyk
Browse files

BlockId removal: tx-pool refactor

It changes following APIs:
- trait ChainApi
-- `validate_transaction`

- trait `TransactionPool`
--`submit_at`
--`submit_one`
--`submit_and_watch`

and some implementation details, in particular:
- impl `Pool`
--`submit_at`
--`resubmit_at`
--`submit_one`
--`submit_and_watch`
--`prune_known`
--`prune`
--`prune_tags`
--`resolve_block_number`
--`verify`
--`verify_one`A

- revalidation queue

All tests are also adjusted.
parent b09ab371
Pipeline #393320 failed with stages
in 4 minutes and 47 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment