Fabio Berger
129876d1be
remove unused imports from 0x.js test
2018-06-06 12:22:15 +02:00
fragosti
9778695b4a
Try enabling no-unused-variable...
2018-06-04 19:48:21 -07:00
Amir Bandeali
8f2fd9b603
Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT
2018-05-30 17:11:31 -07:00
Leonid Logvinov
92b0efff5a
Migrate migrations to v2
2018-05-24 13:59:30 -07:00
Leonid Logvinov
447b305e3c
Suppport subcalls in constructor
2018-05-22 15:27:17 -07:00
Leonid Logvinov
1ff34bd0f4
Remove web3Factory.create and remove dev-tools dependency on sol-cov
2018-05-22 15:20:34 -07:00
Fabio Berger
cc840a6911
Merge pull request #594 from 0xProject/improvement/addCustomTslintRules
...
Add more tslint rules
2018-05-22 18:04:50 +02:00
Alex Browne
251218af8b
Use make-promises-safe to catch unhandled rejections in tests
2018-05-16 17:36:37 -07:00
Fabio Berger
839db68571
Fix TSLint rules
2018-05-16 14:59:10 +02:00
Leonid Logvinov
b74957acdf
Add missing type definitions
2018-05-14 10:35:13 +02:00
Fabio Berger
d370296e82
Merge branch 'development' into breakUp0xjs
...
* development:
Fix ganache subprovider config
Fix a bug in compiler config precedence
Fix linter errors
Fix templates
Remove unused deployer docs configs
Add a legacy endpoint for the deployer
Add a check for compiler output
Add a comment
Put ARTIFACTS_VERSION in a config
Improve a comment
Remove _applyDefaultsToDeployTxDataAsync
Add a HACK comment
Fix linter issues
Rename deployer to sol-compiler
Remove deployer
Remove deployer from 0x.js and migrations
Configure migrations with a compiler.json
Remove deployer from metacoin and contract tests
Update wallet footer and add remove token functionality
# Conflicts:
# .gitignore
# packages/0x.js/package.json
# packages/0x.js/src/0x.ts
# packages/contracts/package.json
# packages/contracts/test/multi_sig_with_time_lock.ts
# packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts
# packages/contracts/util/artifacts.ts
# packages/deployer/test/deployer_test.ts
# packages/migrations/package.json
2018-05-11 12:32:57 +02:00
Leonid Logvinov
f854f3ee2b
Remove unused deployer docs configs
2018-05-10 17:47:38 +02:00
Leonid Logvinov
a5fea3b9c3
Add a check for compiler output
2018-05-10 17:47:38 +02:00
Leonid Logvinov
1dec6a442e
Put ARTIFACTS_VERSION in a config
2018-05-10 17:47:38 +02:00
Leonid Logvinov
ebc296ea31
Add a HACK comment
2018-05-10 17:47:38 +02:00
Leonid Logvinov
a6f72de09d
Rename deployer to sol-compiler
2018-05-10 17:47:38 +02:00
Leonid Logvinov
f9d80adaee
Remove deployer from 0x.js and migrations
2018-05-10 17:46:57 +02:00
Fabio Berger
eeb08b7fae
Fix type error for latched on property
2018-05-10 16:53:03 +02:00
Fabio Berger
d3adb48c2e
Fix no-any-propagation
2018-05-10 14:59:37 +02:00
Fabio Berger
209266dbed
Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifying library with the same interface
2018-05-09 20:36:28 +02:00
Leonid Logvinov
0499541e11
Move order utils to @0xproject/order-utils
2018-05-02 15:10:24 +03:00
Jacob Evans
b36587fac8
Execute taker side in trade simulation
...
Fill if the taker address is open
2018-05-01 14:43:47 +10:00
Fabio Berger
1ca86730fa
Remove hack above migrations package
2018-04-19 10:37:13 +09:00
Leonid Logvinov
2574405699
Fix expiration watcher comparator
2018-04-18 13:45:04 +02:00
Fabio Berger
bf4873e519
Merge pull request #510 from avonian/development
...
Implement `zeroEx.exchange.getOrderStateAsync`
2018-04-17 23:09:05 +09:00
Jacob Evans
73e23996a6
Remove truffle-hdwallet from 0x.js tests
2018-04-13 13:16:30 +10:00
Fabio Berger
e472f7899f
Fix lint issue
2018-04-11 22:04:26 +09:00
Fabio Berger
f892b7dbf6
Move NULL_BYTES to @0xproject/utils
2018-04-11 22:00:54 +09:00
Fabio Berger
b146acc69e
Simplify the tests
2018-04-11 21:59:30 +09:00
Ara Kevonian
c80b42712a
Lint/Prettify
2018-04-09 07:05:46 -07:00
Ara Kevonian
8d76d74a17
Implement zeroEx.exchange.getOrderStateAsync
2018-04-09 04:49:05 -07:00
Fabio Berger
27575e9866
Remove 0x.js test artifacts
2018-04-09 17:17:05 +09:00
Fabio Berger
919b327fc5
Move migrations into separate monorepo subpackage and hook it up to 0x.js and contracts
2018-04-09 17:14:25 +09:00
Fabio Berger
6f24337a53
Remove unused var
2018-04-07 10:17:53 +09:00
Fabio Berger
24454938e5
Move away from using web3 directly in 0x.js tests
2018-04-06 15:03:14 +09:00
Fabio Berger
89a72ebf0d
Merge branch 'development' into removeMigrateStep
...
* development:
Fix tests
Call static functions as static
Address feedback
Move our contract templates to accept Provider instead of Web3Wrapper
2018-04-05 21:06:58 +09:00
Leonid Logvinov
b99c797945
Fix tests
2018-04-05 13:52:19 +02:00
Leonid Logvinov
59edca4166
Call static functions as static
2018-04-05 13:06:16 +02:00
Leonid Logvinov
249bf0163d
Move our contract templates to accept Provider instead of Web3Wrapper
2018-04-04 11:56:32 +03:00
Fabio Berger
3e648cfb7e
Move migrations over from contracts to 0x.js
2018-04-04 16:33:18 +09:00
Fabio Berger
2106d7476d
Add contract artifacts to 0x.js tests
2018-04-04 16:32:32 +09:00
Fabio Berger
43e07e7ce3
Update 0x.js to run tests against in-process ganache
2018-04-04 16:31:57 +09:00
Amir Bandeali
ff7c3012a5
Run prettier, update deployer CHANGELOG
2018-04-01 10:45:30 -07:00
Ara Kevonian
57ca611e12
Monitor different state layers with OrderWatcher
...
Allow instantiation of stand-alone OrderWatchers
that can monitor different blockchain state
layers (e.g. pending or latest)
2018-03-30 05:59:09 -07:00
Leonid Logvinov
01e27426d6
Fix stubbing of a non-existent property
2018-03-28 10:43:42 +02:00
Leonid Logvinov
d72b7299c6
Move common types out of web3 types
2018-03-27 17:56:21 +02:00
Leonid Logvinov
a2e4aaa9a3
Add clean-state tests
2018-03-27 17:47:04 +02:00
Fabio Berger
05daab5dea
Fix typos
2018-03-22 20:13:25 +00:00
Fabio Berger
beb483ea85
Merge branch 'development' into addExtraDocs
...
* development:
Change blockchain prop to not optional
Other style changes
Updated padding and colors
Refactor TokenState type
Fix a bug causing fillOrdersUpTo validation to fail because of some extra orders being passed
Implement initial wallet interface
# Conflicts:
# packages/react-shared/CHANGELOG.md
# packages/website/ts/types.ts
2018-03-22 12:00:41 +00:00
Leonid Logvinov
1dda8c1468
Fix a bug causing fillOrdersUpTo validation to fail because of some extra orders being passed
2018-03-21 15:30:04 +01:00