Fabio Berger
|
232e031959
|
don't use uppercase for constant variable unless it's global to the entire file
|
2017-05-29 13:34:49 +02:00 |
|
Fabio Berger
|
4a3a20ef43
|
Standardize all comments
|
2017-05-29 13:30:13 +02:00 |
|
Leonid Logvinov
|
6213407f54
|
Refactor test commands
|
2017-05-29 13:27:26 +02:00 |
|
Leonid Logvinov
|
055763cd37
|
Add umd test command and separate public and private npm scripts
|
2017-05-29 12:44:22 +02:00 |
|
Leonid Logvinov
|
144456503c
|
Make eventually a PromisedAssertion
|
2017-05-29 12:19:50 +02:00 |
|
Leonid Logvinov
|
b088559850
|
Rename build:bundle to build:umd
|
2017-05-29 12:01:18 +02:00 |
|
Leonid Logvinov
|
bb3e7a2b7d
|
Use only 0x public interface in contract wrapper tests
|
2017-05-29 11:55:43 +02:00 |
|
Leonid Logvinov
|
405857fa81
|
Use constants from test utils
|
2017-05-29 11:50:03 +02:00 |
|
Leonid
|
3819030a40
|
Merge pull request #15 from 0xProject/rm-ts
Remove typescript folder
|
2017-05-29 11:42:44 +02:00 |
|
Leonid Logvinov
|
209d8483cf
|
Fix linter command
|
2017-05-29 11:42:17 +02:00 |
|
Leonid Logvinov
|
ff5db0d1cb
|
Fix lint command
|
2017-05-29 11:41:09 +02:00 |
|
Leonid Logvinov
|
021391744f
|
Fix imports
|
2017-05-29 11:39:20 +02:00 |
|
Leonid Logvinov
|
0848fe96cf
|
Move files up and remove ts folder
|
2017-05-29 11:39:12 +02:00 |
|
Fabio Berger
|
62cc3b919c
|
Merge branch 'master' of github.com:0xProject/0x.js
# Conflicts:
# src/ts/0x.js.ts
# src/ts/utils/utils.ts
|
2017-05-29 09:09:54 +02:00 |
|
Fabio Berger
|
281b9eaa5d
|
Move bigNumberToBN to utils module
|
2017-05-29 09:06:24 +02:00 |
|
Fabio Berger
|
b897bdab79
|
Merge pull request #14 from 0xProject/implementFirstExchangeMethod
Implement first exchange method
|
2017-05-26 18:54:56 +02:00 |
|
Fabio Berger
|
5d4c2dcb29
|
use commit hash instead of branch
|
2017-05-26 18:49:53 +02:00 |
|
Fabio Berger
|
2d0f867a9a
|
clone specific branch where contract artifacts are fixed to the version of the 0x.js library version
|
2017-05-26 18:45:36 +02:00 |
|
Fabio Berger
|
a34d083cad
|
Refactor to ternary
|
2017-05-26 18:35:35 +02:00 |
|
Leonid Logvinov
|
7e96b45ea0
|
Make zero address regex stricter
|
2017-05-26 18:25:45 +02:00 |
|
Fabio Berger
|
95f07a428b
|
Merge branch 'implementFirstExchangeMethod' of github.com:0xProject/0x.js into implementFirstExchangeMethod
|
2017-05-26 18:20:43 +02:00 |
|
Fabio Berger
|
90db58bb2a
|
remove todo
|
2017-05-26 18:20:34 +02:00 |
|
Leonid Logvinov
|
2f5ffe6670
|
Remove unnecessary ./s
|
2017-05-26 18:17:20 +02:00 |
|
Leonid Logvinov
|
75c67f3ce3
|
Simplify zero address regex
|
2017-05-26 18:14:39 +02:00 |
|
Fabio Berger
|
4c3c1d049b
|
improve comment
|
2017-05-26 18:08:50 +02:00 |
|
Fabio Berger
|
d5feb5fc79
|
rename BlockClean to BlockchainLifecycle and setupAsync to startAsync, restoreAsync to revertAsync
|
2017-05-26 18:01:54 +02:00 |
|
Fabio Berger
|
badd4a98e9
|
import reorder
|
2017-05-26 17:51:47 +02:00 |
|
Fabio Berger
|
b65ca931f2
|
remove outdated comment
|
2017-05-26 17:51:07 +02:00 |
|
Fabio Berger
|
aa3ae700b0
|
remove stray console log
|
2017-05-26 17:49:26 +02:00 |
|
Fabio Berger
|
0aabade166
|
return undefined if not address found
|
2017-05-26 17:49:16 +02:00 |
|
Fabio Berger
|
a6da9cd073
|
Add missing return types
|
2017-05-26 17:47:00 +02:00 |
|
Fabio Berger
|
1d4a52fe15
|
Merge branch 'implementFirstExchangeMethod' of github.com:0xProject/0x.js into implementFirstExchangeMethod
|
2017-05-26 17:41:23 +02:00 |
|
Fabio Berger
|
79249f5e8a
|
move console log into UNHANDLED_ERROR clause
|
2017-05-26 17:41:08 +02:00 |
|
Fabio Berger
|
066c7ff0aa
|
rename networkId to networkIdIfExists
|
2017-05-26 17:40:51 +02:00 |
|
Fabio Berger
|
a4ec739ce6
|
remove comment
|
2017-05-26 17:40:35 +02:00 |
|
Fabio Berger
|
57b820c746
|
import re-order
|
2017-05-26 17:40:23 +02:00 |
|
Leonid Logvinov
|
a7d57c38bb
|
Add linting to test pipeline
|
2017-05-26 17:39:31 +02:00 |
|
Leonid Logvinov
|
635ebdc670
|
Install contract dependencies
|
2017-05-26 17:33:00 +02:00 |
|
Leonid Logvinov
|
dc34492898
|
Fix paths in circle.yml
|
2017-05-26 17:30:51 +02:00 |
|
Leonid Logvinov
|
65caf64441
|
Add contracts deployment and copying the artefacts to circle.ym
|
2017-05-26 17:28:28 +02:00 |
|
Leonid Logvinov
|
a2f283379d
|
Add testrpc as a dependency and a command for running it
|
2017-05-26 17:25:00 +02:00 |
|
Fabio Berger
|
555bac19cb
|
Setup blockchain snapshotting before/after every test, implemented unit tests for exchangeWrapper.isValidSignature
|
2017-05-26 17:12:22 +02:00 |
|
Fabio Berger
|
f4bf9fc423
|
Add missing semi-colon
|
2017-05-26 17:10:12 +02:00 |
|
Fabio Berger
|
5a6df03b64
|
cleanup isValidSignature method
|
2017-05-26 17:10:02 +02:00 |
|
Fabio Berger
|
123cfb7c00
|
Add missing require
|
2017-05-26 17:09:47 +02:00 |
|
Fabio Berger
|
e545ade857
|
Spacing and import re-order
|
2017-05-26 17:09:34 +02:00 |
|
Fabio Berger
|
3cf25d0787
|
Postfix test files with _test
|
2017-05-26 17:08:45 +02:00 |
|
Leonid Logvinov
|
c5cc388a59
|
Remove unused bignum import
|
2017-05-26 15:08:44 +02:00 |
|
Leonid Logvinov
|
97fc77d8e9
|
Remove es6 target
|
2017-05-26 15:00:40 +02:00 |
|
Fabio Berger
|
6d7625296b
|
include jsonschema type defs
|
2017-05-26 14:51:21 +02:00 |
|