Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Use from_ss58check and to_ss58check from Ss58Codec for ed25519 #2355

Merged
merged 3 commits into from
Apr 24, 2019

Conversation

marcio-diaz
Copy link
Contributor

PR for issue #2332

@@ -92,7 +92,7 @@ fn grandpa_observer<B, E, Block: BlockT<Hash=H256>, RA, S>(

// if the commit we've received targets a block lower than the last
// finalized, ignore it and continue with the current state
if commit.target_number < last_finalized_number {
if commit.target_number <= last_finalized_number {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks like some different fix hiding in this pr. I think we should move this into a new pr + add a test for it.

Copy link
Contributor Author

@marcio-diaz marcio-diaz Apr 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I was just testing as the commit name was trying to suggest (it was getting stuck in some grandpa tests).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh okay :)

@marcio-diaz marcio-diaz force-pushed the marcio/fix-conflict-ss58check branch from bfb2fba to 1e871d1 Compare April 24, 2019 08:31
@gavofyork gavofyork merged commit 2a991dd into master Apr 24, 2019
@gavofyork gavofyork deleted the marcio/fix-conflict-ss58check branch April 24, 2019 09:58
thiolliere pushed a commit that referenced this pull request May 31, 2019
* fix: use Ss58Codec for from_ss58check and to_ss58check

* Update lib.rs

* chore: clean
gavofyork pushed a commit that referenced this pull request Jun 4, 2019
#2750)

* fix: use Ss58Codec for from_ss58check and to_ss58check

* Update lib.rs

* chore: clean
MTDK1 pushed a commit to bdevux/substrate that referenced this pull request Jul 10, 2019
…ytech#2355)

* fix: use Ss58Codec for from_ss58check and to_ss58check

* Update lib.rs

* chore: clean
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants