Author | SHA1 | Message | Date |
---|---|---|---|
Dev Ojha | b1bc3e4f89 |
crypto/secp256k1: Fix signature malleability, adopt more efficient en… (#2239)
* crypto/secp256k1: Fix signature malleability, adopt more efficient encoding This removes signature malleability per ADR 14, and makes secp match the encoding in ADR 15. * (squash this) add lock |
6 years ago |
Peng Zhong | 20e35654c6 |
lint markdown docs using a stop-words and write-good linters (#2195)
* lint docs with write-good, stop-words * remove package-lock.json * update changelog * fix wrong paragraph formatting * fix some docs formatting * fix docs format * fix abci spec format |
6 years ago |
ValarDragon | 6691492540 | (squash this) indicate what Ethereum does | 6 years ago |
ValarDragon | 3d5d254932 | (squash this) Mixed up field element and curve element. Idea still stands. | 6 years ago |
ValarDragon | af2894c0f8 | (squash this) improve grammar. | 6 years ago |
ValarDragon | 5955eddc7d |
ADR: Fix malleability problems in Secp256k1 signatures
Previously you could not assume that your transaction hash would appear on chain. |
6 years ago |