This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Conversation
This was referenced Jan 29, 2021
Merged
Member
|
FYI to add this type while testing: Thanks to @jacogr for this info. |
Contributor
|
@ddorgan If you test against Polkadot (which is @shawntabrizi No Westend? |
wpank
reviewed
Feb 4, 2021
Contributor
wpank
left a comment
There was a problem hiding this comment.
Also add this to Westend and this should be good to merge I think.
Member
Author
|
@ddorgan changes look good |
wpank
approved these changes
Feb 4, 2021
Member
Author
|
bot merge |
|
Missing process info; check that the PR belongs to a project column. Merge can be attempted if:
See https://github.com/paritytech/parity-processbot#faq |
kianenigma
approved these changes
Feb 4, 2021
Member
|
bot merge |
|
Trying merge. |
s3krit
pushed a commit
that referenced
this pull request
Feb 4, 2021
* cancel proxy * fix * Remove reject_announcement and add CancelProxy to westend Co-authored-by: David Dorgan <david@parity.io>
s3krit
added a commit
that referenced
this pull request
Feb 4, 2021
* Cancel Proxy Type (#2334) * cancel proxy * fix * Remove reject_announcement and add CancelProxy to westend Co-authored-by: David Dorgan <david@parity.io> * node: pass local authorship info to the transaction pool (#2385) * node: pass local authorship to the transaction pool * update substrate Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: David Dorgan <david@parity.io>
ordian
added a commit
that referenced
this pull request
Feb 5, 2021
This pull request was closed.
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This is a PR to introduce a new proxy type which has the power to specifically reject and remove announced proxy calls.
cc @wpank @ddorgan