Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
ad54bc36
Unverified
Commit
ad54bc36
authored
10 months ago
by
Riko
Committed by
GitHub
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fixed link (#4539)
parent
b06306c4
Branches
gh-readonly-queue/master/pr-4006-1bca825cc27599dfea7b254d0ce00e3c51e632ea
Branches containing commit
No related merge requests found
Pipeline
#476893
waiting for manual action with stages
in 1 hour, 12 minutes, and 16 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bridges/modules/grandpa/README.md
+1
-1
1 addition, 1 deletion
bridges/modules/grandpa/README.md
with
1 addition
and
1 deletion
bridges/modules/grandpa/README.md
+
1
−
1
View file @
ad54bc36
...
...
@@ -87,7 +87,7 @@ It'd be better for anyone (for chain and for submitters) to reject all transacti
already known headers to the pallet. This way, we leave block space to other useful transactions and
we don't charge concurrent submitters for their honest actions.
To deal with that, we have a
[
signed extension
](
./src/call_ext
)
that may be added to the runtime.
To deal with that, we have a
[
signed extension
](
./src/call_ext
.rs
)
that may be added to the runtime.
It does exactly what is required - rejects all transactions with already known headers. The submitter
pays nothing for such transactions - they're simply removed from the transaction pool, when the block
is built.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment