This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Recover transaction pool on light client #3833
Merged
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
34ea521
recover tx pool on light client
svyatonik 4b6b1c9
Merge branch 'master' into light_tx_pool3
svyatonik 5b207b9
revert local tests fix
svyatonik 28b0388
removed import renamings
svyatonik 736cabe
futures03::Future -> std::future::Future
svyatonik 2d485e7
Update core/transaction-pool/graph/src/error.rs
svyatonik eecb819
replace remove_from_ready with remove_invalid
svyatonik b5cdc4e
avoid excess hashing
svyatonik 184420b
Merge branch 'light_tx_pool3' of https://github.com/paritytech/substr…
svyatonik bf9d91b
debug -> warn
svyatonik e9f0d33
TransactionPool + BasicTransactionPool
svyatonik fc5406e
pause future tx reject when resubmitting
svyatonik a349d20
bump impl_version to make CI happy
svyatonik 7e6712a
Merge branch 'master' into light_tx_pool3
svyatonik 30c2a05
and revert back local test fixes
svyatonik b1340ab
alter doc to restart CI
svyatonik b283fc3
Transaction::clone() -> Transaction::duplicate()
svyatonik 92c4eea
transactions -> updated_tranasctions
svyatonik 1faa209
remove explicit consensus-common ref
svyatonik a8318ba
::std:: -> std::
svyatonik 3a220bf
manual set/unset flag -> calling clusore with given flag value
svyatonik 1c2f75e
removed comments
svyatonik f645a41
removed force argument
svyatonik 441a771
BestIterator -> Box<Iterator>
svyatonik 8d67a59
separate crate for TxPool + Maintainer trait
svyatonik 3db29ec
long line fix
svyatonik a3e4662
Merge branch 'master' into light_tx_pool3
svyatonik b21f3ca
Merge branch 'master' into light_tx_pool3
svyatonik 0edc893
pos-merge fix
svyatonik 3a26f36
fix benches compilation
svyatonik 50e99f2
Rename txpoolapi to txpool_api
tomusdrw a014b9f
Merge branch 'master' into light_tx_pool3
tomusdrw d7e67a5
Clean up.
tomusdrw deaedd2
Finalize merge.
tomusdrw 6660f98
Merge branch 'master' into light_tx_pool3
svyatonik b6b4473
post-merge fix
svyatonik d36edbc
Move transaction pool api to primitives directly.
tomusdrw 53b86fc
Consistent naming for txpool-runtime-api
tomusdrw 2ce206b
Warn about missing docs.
tomusdrw 446647d
Move abstraction for offchain calls to tx-pool-api.
tomusdrw 1bd6c28
Merge RPC instantiation.
tomusdrw 6e5d0cd
Merge branch 'master' into light_tx_pool3
tomusdrw f141a45
Update cargo.lock
tomusdrw 416f609
Merge branch 'master' into light_tx_pool3
tomusdrw aa37301
Post merge fixes.
tomusdrw 564d1f0
Avoid depending on client.
tomusdrw 159a3a4
Merge branch 'master' into light_tx_pool3
gavofyork a90a7cd
Fix build
gavofyork File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
separate crate for TxPool + Maintainer trait
- Loading branch information
commit 8d67a59de56cfbe628922969ca3ed39bb79fee53
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.