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

Bump schnorrkel to 0.8.3 #3283

Merged
merged 7 commits into from
Aug 1, 2019
Merged

Conversation

jacogr
Copy link
Contributor

@jacogr jacogr commented Aug 1, 2019

@bkchr This is intended to merge into your upgrade branch.

  • allows for verification of 0.1.1 and 0.8.x signatures
  • aligns derivation with 0.1.1
  • aligns expansion of pairs with 0.1.1

Ok(some_signature) => some_signature,
Err(_) => return false
};
// Match both schnorrkel 0.1.1 and 0.8.0+ signatures, supporting both wallets
Copy link
Member

Choose a reason for hiding this comment

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

I think we should open an issue for this? So we don't forget to switch.

Copy link

Choose a reason for hiding this comment

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

Probably. And/or on schnorrkel. I'll remove the preaudit_deprecated feature entirely whenever all testnets migrate.

Copy link
Member

Choose a reason for hiding this comment

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

Okay, yeah then let's add this issue to schnorrkel.

Copy link

Choose a reason for hiding this comment

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

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
@bkchr bkchr merged commit e59e24d into bkchr-schnorrkel-new-version Aug 1, 2019
@bkchr bkchr deleted the jg-schnorrkel-0.8.1 branch August 1, 2019 12:22
folsen pushed a commit that referenced this pull request Aug 7, 2019
* Update to schnorrkel `0.8.0`

* Increase `spec_version`

* Bump schnorrkel to 0.8.3 (#3283)

* Schnorrkel 0.8.1 (builds on bkchr upgrade branch)

* Add tests for known hard/soft derivation values

* Bump all schnorrkel versions

* Flatten for easier inspection

* 0.8.2

* 0.8.3

* Update subkey/Cargo.toml

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

* Update `Cargo.lock`

* 0.8.4

* Fix cargo lock file.

* Adding an error message for `NotMarkedSchnorrkel` as that was missing.
Also fixing a typo, strage -> stage.
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.

3 participants