Commit Graph

15 Commits (c8369d483cd1621bfbfb3f48bf83cc80e4af20d1)

Author SHA1 Message Date
Hadrien Croubois a72c9561b9
Finalize test migration: remove legacy dependencies and test helpers (#4797) 1 year ago
Renan Souza 9702b67ce1
Migrate utils-cryptography to ethers (#4749) 1 year ago
Ernesto García 0053ee040a
Move `ECDSA` message hash methods to its own `MessageHashUtils` library (#4430) 2 years ago
Ernesto García b425a72240
Replace revert strings with custom errors (#4261) 2 years ago
Yamen Merhi 53235263a3
Implement `0x00` version of EIP-191 in ECDSA Library (#4063) 2 years ago
Francisco a28aafdc85
Use Prettier for JS files (#3913) 2 years ago
Hadrien Croubois c1d9da4052
Use hardhat-exposed to reduce the need for mocks (#3666) 2 years ago
t11s 324eda228c
Remove redundant ECDSA constraint (#3591) 3 years ago
Francisco d693d89d99
Fix ECDSA signature malleability (#3610) 3 years ago
Pandapip1 faf5820f03
Fix many spelling errors (#3274) 3 years ago
td-bn 5b28259dac
#890: Add ECDSA.toEthSignedMessageHash(bytes) for abritrary length message hashing (#2865) 3 years ago
Anton Bukov 541e82144f
Optimize EOA signature verification (#2661) 4 years ago
Hadrien Croubois 1488d4f678
Improve ECDSA tests and docs (#2619) 4 years ago
Hadrien Croubois 555be63c90
Add support for EIP2098 "short signatures" in the ECDSA library (#2582) 4 years ago
Hadrien Croubois 24a0bc23cf
Reorganize the repo structure (#2503) 4 years ago
Francisco Giordano f06738828b
Migrate to Hardhat (#2397) 4 years ago
Francisco Giordano ace35fdeda
Update all dependencies transitively (#2363) 4 years ago
Nicolás Venturo 65e4ffde58
Make ECDSA.recover revert on error. (#2114) 5 years ago
Nicolás Venturo 5f92adc2e7 Migrate from truffle to test-environment (#2007) 5 years ago
Nicolás Venturo 3274d9db00
Upgrade to @openzeppelin/test-helpers@0.5.1 (#1942) 5 years ago
Nicolás Venturo 226c6bd8f1
Remove SignatureBouncer from drafts (#1879) 6 years ago
Yohann Pereira 489d2e85f1 Replace chai.should with chai.expect (#1780) 6 years ago
Nicolás Venturo a71c3bce32
Update test-helpers to v0.4.0. (#1770) 6 years ago
Balaji Pachai 3682c6575c Added message string for require() (#1704) 6 years ago
ckshei 19c705d928 Fix/rename anyone account #1357 (#1718) 6 years ago
Thomas Bocek 79dd498b16 Signature Malleability: (#1622) 6 years ago
Nicolás Venturo 3e82db2f6f
Migration to truffle 5 (and web3 1.0 (and BN)) (#1601) 6 years ago
Aniket 70fd243e3b Test setup helper added (#1482) 6 years ago
Nicolás Venturo 26f9cc8e74 Moved some test files around to better reflect the directory layout. (#1428) 6 years ago
Nicolás Venturo 7cd0d5a452 Replaced assertJump, assertRevert and expectThrow with shouldFail. (#1363) 6 years ago
Nicolás Venturo d8ab8a00f2
Moved some test files around to better reflect the directory layout. (#1428) 6 years ago
Nicolás Venturo b0da0fded0
Replaced assertJump, assertRevert and expectThrow with shouldFail. (#1363) 6 years ago
Leo Arias 08bf6bbed9 Add missing tests to ECSDA (#1248) 6 years ago
Leo Arias 75c0a59bb4 Add missing tests to ECSDA (#1248) 6 years ago
Leo Arias 2441fd7d17 Move contracts to subdirectories (#1253) 7 years ago
Matt Condon 1c57637fd5 fix: refactor sign.js and related tests (#1243) 7 years ago
Nicolás Venturo 4fb9bb7020
Minor test style improvements (#1219) 7 years ago
jacob 64c324e37c remove arrow functions from js tests (#1225) 7 years ago
Nicolás Venturo 20cf885430
No longer assigning awaits to temporary variables. (#1216) 7 years ago
Nicolás Venturo ac91af9a6a Replace all asserts with chai.should (#1183) 7 years ago
Nicolás Venturo 4544df47da
All tests now use account names, and dont use accounts[0] (except ERC… (#1137) 7 years ago
Nicolás Venturo 567b773242
Prefer const in test files (#1117) 7 years ago
Justus Perlwitz e6c15b34da Remove chai-as-promised (#1116) 7 years ago
Nicolás Venturo 67b67b791e
Changed before for beforeAll, refactored Bouncer tests. (#1094) 7 years ago
Nicolás Venturo cea2a85a42
Remove Babel (#1074) 7 years ago
Leonardo 99e4b081dc ECRecover test should revert because of wrong calldata size (#1050) 7 years ago
Matt Condon 6a7114fdb4
Bouncer contract implementation (#883) 7 years ago
Francisco Giordano a7e91856f3
Update to Truffle 4.1.5 and Ganache 6.1.0 (#876) 7 years ago
Chenyang Wu e299a7950e Change ECRecovery recover method's visibility to internal (#818) 7 years ago
Matt Condon f4228f1b49 fix: reference contract name rather than filepath (#698) 7 years ago