Fabio Berger
79f521b555
Publish
...
- 0x.js@0.33 .2
- @0xproject/abi-gen@0.2.6
- @0xproject/assert@0.2.1
- @0xproject/base-contract@0.0.4
- chai-as-promised-typescript-typings@0.0.11
- chai-typescript-typings@0.0.5
- @0xproject/connect@0.6.4
- contracts@2.1.16
- @0xproject/deployer@0.3.0
- @0xproject/dev-utils@0.3.0
- ethers-typescript-typings@0.0.3
- @0xproject/json-schemas@0.7.15
- @0xproject/monorepo-scripts@0.1.13
- @0xproject/react-docs-example@0.0.2
- @0xproject/react-docs@0.0.2
- @0xproject/react-shared@0.0.2
- @0xproject/sol-cov@0.0.2
- @0xproject/sra-report@0.0.2
- @0xproject/subproviders@0.8.0
- @0xproject/testnet-faucets@1.0.17
- @0xproject/tslint-config@0.4.11
- @0xproject/types@0.4.0
- @0xproject/utils@0.4.2
- web3-typescript-typings@0.10 .1
- @0xproject/web3-wrapper@0.3.0
- @0xproject/website@0.0.19
@0xproject/monorepo-scripts@0.1.13
@0xproject/react-docs-example@0.0.2
@0xproject/sol-cov@0.0.2
@0xproject/sra-report@0.0.2
@0xproject/testnet-faucets@1.0.17
@0xproject/website@0.0.19
0x.js@0.33.2
@0xproject/deployer@0.3.0
@0xproject/dev-utils@0.3.0
contracts@2.1.16
2018-03-18 19:49:46 +01:00
Fabio Berger
fffcb98ac4
Updated CHANGELOGS
@0xproject/json-schemas@0.7.15
@0xproject/subproviders@0.8.0
@0xproject/abi-gen@0.2.6
@0xproject/assert@0.2.1
@0xproject/base-contract@0.0.4
@0xproject/connect@0.6.4
@0xproject/react-docs@0.0.2
@0xproject/react-shared@0.0.2
@0xproject/tslint-config@0.4.11
@0xproject/types@0.4.0
@0xproject/utils@0.4.2
@0xproject/web3-wrapper@0.3.0
chai-as-promised-typescript-typings@0.0.11
chai-typescript-typings@0.0.5
ethers-typescript-typings@0.0.3
web3-typescript-typings@0.10.1
2018-03-18 19:22:55 +01:00
Brandon Millman
d4c1b3b0bd
Merge pull request #456 from 0xProject/feature/connect/consolidate-types
...
Add SignedOrder, Order, and ECSignature types to the types package
2018-03-16 11:23:28 -07:00
Brandon Millman
bbdb072634
Fix quotation marks
2018-03-16 11:22:43 -07:00
Leonid Logvinov
2acb767640
Merge pull request #457 from 0xProject/feature/sol-cov-tests
...
Add tests for sol-cov
2018-03-16 13:32:21 +01:00
Leonid Logvinov
a9b1dcb32a
Add a complex test for ast visitor
2018-03-16 10:49:20 +01:00
Leonid Logvinov
8f8577b7c6
Move opcodes to constants
2018-03-16 10:27:12 +01:00
Fabio Berger
0225d34b74
Fix issue with bundling subproviders for the browser by ignoring the ganache-core
dependency
2018-03-15 19:51:07 +01:00
Fabio Berger
8137d41ce5
Add changelog entry about pragma addition
2018-03-15 19:25:06 +01:00
Fabio Berger
4b7f0bd374
Add pragma above command-line script
2018-03-15 19:23:57 +01:00
Leonid Logvinov
f6c01520ae
Add tests for sol-cov
2018-03-15 16:19:01 +01:00
Brandon Millman
0fb4de85c4
Updated CHANGELOGs
2018-03-14 16:36:21 -07:00
Brandon Millman
ffe7363776
Add SignedOrder, Order, and ECSignature types to the types package
2018-03-14 16:33:10 -07:00
Brandon Millman
4a27a7dc58
Merge pull request #452 from 0xProject/feature/utils/console-log
...
Consolidate all console.log utils into @0xproject/utils
2018-03-14 15:30:59 -07:00
Brandon Millman
3b3d5b12bc
Keep console.log in monorepo-scripts
2018-03-14 14:58:16 -07:00
Brandon Millman
380e51ca50
Merge branch 'development' into feature/utils/console-log
...
* development: (25 commits)
Enable coverage for all other packages with tests
Fix parallel coverage results reporting
Fix linter issuesx
Remove outdated comment
Add script copying to build command
Add postpublish script to sol-cov
Move configuration into package.json configs section
Transform input data before encoding for callAsync and getABIEncodedTransactionData
Consolidate docs generation and uploading logic
Use async/await instead of promise syntax
Move changelog entry
remove unneeded include
remove unused dep
Fix lint issues
Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency
small fixes
move scripts to monorepro-scripts
Fix gitignore
Move abi-gen scripts to src
Add missing dep
...
2018-03-14 14:36:04 -07:00
Leonid Logvinov
aea7207b9f
Merge pull request #455 from 0xProject/fix/coveralls
...
Enable coverage reporting for all packages that have tests
2018-03-14 17:36:23 +01:00
Leonid Logvinov
40ebb533b3
Enable coverage for all other packages with tests
2018-03-14 17:15:38 +01:00
Leonid Logvinov
7fe26ee719
Fix parallel coverage results reporting
2018-03-14 17:14:25 +01:00
Fabio Berger
e16feb27f4
Merge pull request #450 from 0xProject/convertScriptsToTs
...
Convert Scripts to TS & Other Misc. Fixes
2018-03-14 15:18:16 +01:00
Fabio Berger
83ae7ba08d
Fix linter issuesx
2018-03-14 14:50:09 +01:00
Fabio Berger
28abcef1ca
Remove outdated comment
2018-03-14 14:32:45 +01:00
Fabio Berger
32d15d79f1
Add script copying to build command
2018-03-14 14:30:15 +01:00
Fabio Berger
538ac604a8
Add postpublish script to sol-cov
2018-03-14 14:27:36 +01:00
Fabio Berger
009b70f5b2
Merge branch 'development' into convertScriptsToTs
...
* development: (71 commits)
Transform input data before encoding for callAsync and getABIEncodedTransactionData
Update coverage badge to show development coverage
Configure post build hook
Notify coveralls after all tasks have finished
Address feedback
Revert "Report all coverage reports together"
Separate published packages and typescript typings on README
Report all coverage reports together
Add other statement types
Properly and consistently parse ENV vars
Add forgotten file
Start using solidity-parser-antlr
Fix the default always overriding to address
Submit a TD PR
Add an explanatory comment for making ranges unique
Fix a typo in handling env variables
Introduce TESTRPC_FIRST_ADDRESS
Make BlockchainLifecycle accept only web3Wrapper
Fix comments
Fix deployer CHANGELOG
...
# Conflicts:
# README.md
# packages/deployer/package.json
# packages/subproviders/src/globals.d.ts
# yarn.lock
2018-03-14 14:16:08 +01:00
Fabio Berger
f7c1e10b5a
Move configuration into package.json configs section
2018-03-14 14:07:24 +01:00
Leonid Logvinov
3f3e8be004
Merge pull request #453 from 0xProject/fix/contract-templates/transformData
...
Transform input data before encoding
2018-03-14 05:50:02 +01:00
Amir Bandeali
cb612360ca
Transform input data before encoding for callAsync and getABIEncodedTransactionData
2018-03-13 20:41:07 -07:00
Brandon Millman
6a8c2cb717
Update CHANGELOGs
2018-03-13 18:16:31 -07:00
Brandon Millman
c8a8b851d8
Consolidate all console.log into the @0xproject/utils package
2018-03-13 18:13:48 -07:00
Leonid Logvinov
c2f8858aab
Update coverage badge to show development coverage
2018-03-13 20:47:21 +01:00
Leonid Logvinov
1f81fa1c6c
Configure post build hook
2018-03-13 20:38:33 +01:00
Leonid Logvinov
db44a5bca7
Merge pull request #426 from 0xProject/feature/solcov
...
Sol-cover
2018-03-13 19:49:30 +01:00
Leonid Logvinov
53e1815c1d
Notify coveralls after all tasks have finished
2018-03-13 19:30:54 +01:00
Leonid Logvinov
20985d515f
Address feedback
2018-03-13 19:13:37 +01:00
Leonid Logvinov
0334004b11
Revert "Report all coverage reports together"
...
This reverts commit 11ed5d62ba
.
2018-03-13 19:09:16 +01:00
Brandon Millman
95e2b37d62
Separate published packages and typescript typings on README
2018-03-13 09:57:28 -07:00
Fabio Berger
dba1b8a7e9
Consolidate docs generation and uploading logic
2018-03-13 17:55:16 +01:00
Fabio Berger
ee29ed26ff
Use async/await instead of promise syntax
2018-03-13 17:36:12 +01:00
Fabio Berger
a08ae722c1
Move changelog entry
2018-03-13 17:04:38 +01:00
Fabio Berger
b3c1c0ccad
remove unneeded include
2018-03-13 17:04:31 +01:00
Fabio Berger
e1fa65f5ef
remove unused dep
2018-03-13 17:04:14 +01:00
Fabio Berger
a2e848a7fa
Fix lint issues
2018-03-13 16:55:50 +01:00
Fabio Berger
67fbffc964
Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency
2018-03-13 16:55:35 +01:00
Fabio Berger
c3b4359e87
small fixes
2018-03-13 16:36:05 +01:00
Leonid Logvinov
11ed5d62ba
Report all coverage reports together
2018-03-13 16:34:37 +01:00
Leonid Logvinov
5827170815
Add other statement types
2018-03-13 15:49:46 +01:00
Fabio Berger
ca25b816fa
move scripts to monorepro-scripts
2018-03-13 15:29:12 +01:00
Leonid Logvinov
a9db0e8ebe
Properly and consistently parse ENV vars
2018-03-13 15:19:31 +01:00
Leonid Logvinov
a0791455e1
Add forgotten file
2018-03-13 14:41:46 +01:00