aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts/globals.d.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move files up and remove ts folderLeonid Logvinov2017-05-291-63/+0
|
* Setup blockchain snapshotting before/after every test, implemented unit ↵Fabio Berger2017-05-261-0/+5
| | | | tests for exchangeWrapper.isValidSignature
* Merge branch 'master' into implementFirstExchangeMethodFabio Berger2017-05-261-0/+5
|\ | | | | | | | | | | | | | | # Conflicts: # package.json # src/ts/0x.js.ts # src/ts/globals.d.ts # src/ts/types.ts
| * Address feedbackLeonid Logvinov2017-05-261-1/+1
| |
| * Port getOrderHashLeonid Logvinov2017-05-251-0/+5
| |
* | Add initial exchange contract function, set up web3Wrapper, added types and ↵Fabio Berger2017-05-261-0/+28
|/ | | | utils
* Merge branch 'master' into isValidOrderHashLeonid2017-05-251-2/+13
|\
| * Add toUnitAmount and toBaseUnitAmount static helpers and testsFabio Berger2017-05-251-0/+13
| |
* | Remove type aliasesLeonid Logvinov2017-05-251-4/+3
| |
* | Merge branch 'master' into isValidOrderHashLeonid2017-05-251-0/+4
|\|
| * Add schema validation and assertion, create ECSignature schemaFabio Berger2017-05-251-0/+4
| |
* | Remove HexString typeLeonid Logvinov2017-05-251-3/+2
| |
* | Port isValidOrderHash and testsLeonid Logvinov2017-05-251-2/+3
|/
* Address feedbackLeonid Logvinov2017-05-251-3/+3
|
* Type the ethereumjs-utilLeonid Logvinov2017-05-251-1/+11
|
* Add isSignatureValid method and tests for itLeonid Logvinov2017-05-251-0/+1