ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
GNU General Public License v3.0
975 stars 308 forks source link

gg recid #86

Closed omershlo closed 4 years ago

oleiba commented 4 years ago

2 small comments:

  1. Please make sure all Travis tests pass
  2. When updating to a new version, make sure you increment minor and not patch version (0.X.Y into 0.X+1.Y and not 0.X.Y+1) because it is a breaking change.
oleiba commented 4 years ago

I have mistakenly told you in previous command that 0.X.Y should be advanced to 0.X+1.Y. It should be advanced to 0.X+1.0 (i.e. 0.3.0 in our case).