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
Integrate transaction pool to the proposal logic #80
Merged
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
482a074
reshuffle consensus libraries
rphmeier 917b092
polkadot-useful type definitions for statement table
rphmeier 8e2fd3c
begin BftService
rphmeier 776cf13
Merge branch 'master' into rh-split-bft-table
rphmeier 6abfed4
primary selection logic
rphmeier fc18524
bft service implementation without I/O
rphmeier 017fd51
extract out `BlockImport` trait
rphmeier 25990ee
Merge branch 'master' into rh-split-bft-table
rphmeier c33c3ff
allow bft primitives to compile on wasm
rphmeier acab9a3
Block builder (substrate)
gavofyork 1830fa7
take polkadot-consensus down to the core.
rphmeier 767a9d9
test for preemption
rphmeier 7fc4b4d
fix test build
rphmeier 9acd3f9
Fix wasm build
gavofyork ca5900f
Bulid on any block
gavofyork d11cfe1
Test for block builder.
gavofyork b973ccc
Block import tests for client.
gavofyork ec61865
Tidy ups
gavofyork 23638cd
clean up block builder instantiation
rphmeier dda6d24
Merge branch 'rh-split-bft-table' into rh-justification-verification
rphmeier 340ce39
justification verification logic
rphmeier 170b0d1
JustifiedHeader and import
rphmeier 6a1a851
Propert block generation for tests
arkpar 1352765
network and tablerouter trait
rphmeier 2758503
use statement import to drive creation of further statements
rphmeier a1247bd
Fixed rpc tests
arkpar a1a19b6
custom error type for consensus
rphmeier 40a9496
create proposer
rphmeier 9e4f273
asynchronous proposal evaluation
rphmeier 673fc2c
Merge branch 'master' into rh-justification-verification
rphmeier 8636b77
Merge branch 'rh-justification-verification' into rh-polkadot-propose
rphmeier a5c09c8
inherent transactions in polkadot runtime
rphmeier 7b1a563
fix tests to match real polkadot block constraints
rphmeier 8d08573
implicitly generate inherent functions
rphmeier 2abbe6c
add inherent transaction functionality to block body
rphmeier 5bace3a
Merge branch 'master' into rh-polkadot-propose
rphmeier a87afa7
block builder logic for polkadot
rphmeier e891649
some tests for the polkadot API
rphmeier 5b3556c
avoid redundancy in native code compatibility check
rphmeier ad8a576
helper for extracting nonce
rphmeier 40b5e4c
transaction pool implementation
rphmeier 760aeff
transaction pool
rphmeier 198ff7b
integrate transaction pool with proposer
rphmeier 3d052fb
Merge branch 'master' into rh-transaction-pool
rphmeier fd8e624
indentation
rphmeier 8458389
kill storage keys module
rphmeier 81ff2ad
accept new transactions to replace old
rphmeier 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
avoid redundancy in native code compatibility check
- Loading branch information
commit 5b3556c3dfa67448d8c1b2999f990d7e60e9b583
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
worth making this implement
AsRef?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
potentially, but it's more overhead to implement the trait for any types