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
Fabio Berger
f7c1e10b5a
Move configuration into package.json configs section
2018-03-14 14:07:24 +01: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
Fabio Berger
a2e848a7fa
Fix lint issues
2018-03-13 16:55:50 +01:00
Fabio Berger
ca25b816fa
move scripts to monorepro-scripts
2018-03-13 15:29:12 +01:00
Fabio Berger
9699ee4eff
Merge branch 'development' into addPackagePublishConfig
...
* development: (94 commits)
Update CHANGELOG
Add solc 0.4.20 and 0.4.21
Prettier sra-report README
Add new packages to top level README
Updated @0xproject/utils in top level package.json
Publish
Updated CHANGELOGs
Detail tests in the README
Add support for ropsten and rinkeby
Fix yarn.lock
Update list of packages and organize them alphabetically
Fix prettier issues
Add support for going back to previous hashes via the browser back button to wiki
Scroll to previous hashed elements when user clicks back button
Add back strict null checks to react-shared package and fix issues
remove ability to have implicit dependencies and add missing deps
update license
remove no-implicit-this
Add example & screenshot to npmignore
Remove `;` to be nice to windows users
...
2018-03-09 08:39:38 +01:00
Brandon Millman
8e5a876b37
Publish
...
- 0x.js@0.33 .1
- @0xproject/abi-gen@0.2.5
- @0xproject/assert@0.2.0
- @0xproject/base-contract@0.0.3
- @0xproject/connect@0.6.3
- contracts@2.1.15
- @0xproject/deployer@0.2.1
- @0xproject/dev-utils@0.2.1
- @0xproject/json-schemas@0.7.14
- @0xproject/react-docs@0.0.1
- @0xproject/react-shared@0.0.1
- @0xproject/sra-report@0.0.1
- @0xproject/subproviders@0.7.0
- @0xproject/testnet-faucets@1.0.16
- @0xproject/types@0.3.1
- @0xproject/utils@0.4.1
- @0xproject/web3-wrapper@0.2.1
- @0xproject/website@0.0.18
2018-03-08 10:20:46 -08:00
Fabio Berger
da277f5b27
Add package.json publishConfig so that these packages are published as public.
2018-03-08 16:57:09 +01:00
Fabio Berger
011bab3c80
Add missing instructions to add external types to tsconfig.json after installing the package
2018-03-05 06:11:53 +01:00
Fabio Berger
65eb3997d9
Publish
...
- 0x.js@0.33 .0
- @0xproject/abi-gen@0.2.4
- @0xproject/assert@0.1.0
- @0xproject/base-contract@0.0.2
- chai-as-promised-typescript-typings@0.0.10
- chai-typescript-typings@0.0.4
- @0xproject/connect@0.6.2
- contracts@2.1.14
- @0xproject/deployer@0.2.0
- @0xproject/dev-utils@0.2.0
- ethers-typescript-typings@0.0.2
- @0xproject/json-schemas@0.7.13
- @0xproject/monorepo-scripts@0.1.12
- @0xproject/subproviders@0.6.0
- @0xproject/testnet-faucets@1.0.15
- @0xproject/tslint-config@0.4.10
- @0xproject/types@0.3.0
- @0xproject/utils@0.4.0
- web3-typescript-typings@0.10 .0
- @0xproject/web3-wrapper@0.2.0
- @0xproject/website@0.0.17
2018-03-04 19:35:59 +01:00
Fabio Berger
47411b406d
Updated CHANGELOGS
2018-03-04 17:02:50 +01:00
Fabio Berger
42f4f07268
Merge pull request #429 from 0xProject/fix/incorrectDeps
...
Move required typing from devDeps to deps
2018-03-04 15:21:32 +01:00
Fabio Berger
c797c720be
Update all mentions of the repo name being 0x.js
to 0x-monorepo
2018-03-03 19:11:09 +01:00
Fabio Berger
8eafa62bbe
Add PR number
2018-03-03 10:36:53 +01:00
Fabio Berger
968c24f0bc
Add changelog entries from types and utils
2018-03-03 10:32:01 +01:00
Fabio Berger
eefce48e68
Move web3 and ethers types to deps for utils package
2018-03-03 10:24:29 +01:00
Leonid Logvinov
c07d64c6ff
Rename idx to i
2018-02-27 12:07:59 -08:00
Leonid Logvinov
758604fc1a
Include ethers types
2018-02-27 12:06:02 -08:00
Leonid Logvinov
34c1134b55
Create ethers-typescript-typings
2018-02-27 12:06:02 -08:00
Leonid Logvinov
42063f785e
Use as a backend to decode event args
2018-02-27 12:06:02 -08:00
Brandon Millman
93adee36b0
Move all dependencies on @0xproject/types out of devDependencies
2018-02-22 00:35:16 -08:00
Brandon Millman
f62d72e548
Publish
...
- 0x.js@0.32 .4
- @0xproject/abi-gen@0.2.3
- @0xproject/assert@0.0.20
- @0xproject/connect@0.6.0
- contracts@2.1.13
- @0xproject/deployer@0.1.0
- @0xproject/dev-utils@0.1.0
- @0xproject/json-schemas@0.7.12
- @0xproject/subproviders@0.5.0
- @0xproject/testnet-faucets@1.0.14
- @0xproject/types@0.2.3
- @0xproject/utils@0.3.4
- web3-typescript-typings@0.9.11
- @0xproject/web3-wrapper@0.1.14
- @0xproject/website@0.0.16
2018-02-16 09:53:35 -07:00
Fabio Berger
07d00cc515
Publish
...
- 0x.js@0.32 .3
- @0xproject/abi-gen@0.2.2
- @0xproject/assert@0.0.19
- @0xproject/connect@0.5.8
- contracts@2.1.12
- @0xproject/deployer@0.0.9
- @0xproject/dev-utils@0.0.13
- @0xproject/json-schemas@0.7.11
- @0xproject/monorepo-scripts@0.1.11
- @0xproject/subproviders@0.4.2
- @0xproject/testnet-faucets@1.0.13
- @0xproject/tslint-config@0.4.9
- @0xproject/types@0.2.2
- @0xproject/utils@0.3.3
- @0xproject/web3-wrapper@0.1.13
- @0xproject/website@0.0.15
2018-02-09 18:36:51 -08:00
Fabio Berger
634032d5be
Publish
...
- 0x.js@0.32 .2
- @0xproject/abi-gen@0.2.1
- @0xproject/assert@0.0.18
- chai-as-promised-typescript-typings@0.0.9
- chai-typescript-typings@0.0.3
- @0xproject/connect@0.5.7
- contracts@2.1.11
- @0xproject/deployer@0.0.8
- @0xproject/dev-utils@0.0.12
- @0xproject/json-schemas@0.7.10
- @0xproject/monorepo-scripts@0.1.10
- @0xproject/subproviders@0.4.1
- @0xproject/testnet-faucets@1.0.12
- @0xproject/tslint-config@0.4.8
- @0xproject/types@0.2.1
- @0xproject/utils@0.3.2
- web3-typescript-typings@0.9.10
- @0xproject/web3-wrapper@0.1.12
- @0xproject/website@0.0.14
2018-02-09 16:19:43 -08:00
Fabio Berger
602abc53dd
Fix version in CHANGELOG
2018-02-09 16:18:47 -08:00
Fabio Berger
efb6eb28ce
Merge pull request #389 from 0xProject/fix/npmInclusionIssues
...
Fix NPM Inclusion Issues
2018-02-09 14:39:05 -08:00
Fabio Berger
bc2415c70e
Add yarn-error.log
to all .npmignore
2018-02-09 14:03:08 -08:00
Fabio Berger
0fd411f83f
Add PR number to CHANGELOGs
2018-02-09 13:31:01 -08:00
Fabio Berger
b74ad0ad12
ignore all files starting with dots in all sub-packages
2018-02-09 13:28:32 -08:00
Fabio Berger
6e9109eaec
Add npmignore to utils and update CHANGELOG
2018-02-09 13:14:31 -08:00
Brandon Millman
6dec29e214
Simplify standard postpublish script and remove them from some private packages
2018-02-08 11:46:33 -08:00
Brandon Millman
58003a2811
Publish
...
- 0x.js@0.32 .1
- @0xproject/abi-gen@0.2.0
- @0xproject/assert@0.0.17
- @0xproject/connect@0.5.6
- contracts@2.1.10
- @0xproject/deployer@0.0.7
- @0xproject/dev-utils@0.0.11
- @0xproject/json-schemas@0.7.9
- @0xproject/subproviders@0.4.0
- @0xproject/testnet-faucets@1.0.11
- @0xproject/types@0.2.0
- @0xproject/utils@0.3.1
- @0xproject/web3-wrapper@0.1.11
- @0xproject/website@0.0.13
2018-02-07 13:25:39 -08:00
Leonid Logvinov
2205e2b9a0
Publish
...
- 0x.js@0.32 .0
- @0xproject/abi-gen@0.1.7
- @0xproject/assert@0.0.16
- @0xproject/connect@0.5.5
- contracts@2.1.9
- @0xproject/deployer@0.0.6
- @0xproject/dev-utils@0.0.10
- @0xproject/json-schemas@0.7.8
- @0xproject/monorepo-scripts@0.1.9
- @0xproject/subproviders@0.3.6
- @0xproject/testnet-faucets@1.0.10
- @0xproject/tslint-config@0.4.7
- @0xproject/types@0.1.9
- @0xproject/utils@0.3.0
- web3-typescript-typings@0.9.9
- @0xproject/web3-wrapper@0.1.10
- @0xproject/website@0.0.12
2018-02-05 22:29:42 +01:00
Leonid Logvinov
46ad7b1b38
Add dates to CHANGELOGs
2018-02-05 22:04:03 +01:00
Leonid Logvinov
6fce02d25e
Change CHANGELOGs
2018-02-05 21:53:41 +01:00
Leonid Logvinov
1f4cbb7479
Use forEach instead of map
2018-02-05 13:04:49 +01:00
Leonid Logvinov
5458a1c1b7
Fix an exception when a signature collision happens
2018-02-05 12:59:10 +01:00
Leonid Logvinov
85b4a82a4b
Add missing comas
2018-02-05 12:03:13 +01:00
Leonid
f18fa8e947
Merge branch 'development' into feature/build_watch
2018-02-05 12:00:05 +01:00
Leonid
03b1b12ef1
Merge pull request #359 from 0xProject/feature/ts-2.7
...
TS 2.7
2018-02-05 11:24:36 +01:00
Leonid Logvinov
45ac960308
Add build:watch to README's
2018-02-02 12:42:19 +01:00
Leonid Logvinov
d4631e14b2
Publish
...
- 0x.js@0.31 .1
- @0xproject/abi-gen@0.1.6
- @0xproject/assert@0.0.15
- chai-as-promised-typescript-typings@0.0.8
- @0xproject/connect@0.5.4
- contracts@2.1.8
- @0xproject/deployer@0.0.5
- @0xproject/dev-utils@0.0.9
- @0xproject/json-schemas@0.7.7
- @0xproject/monorepo-scripts@0.1.8
- @0xproject/subproviders@0.3.5
- @0xproject/testnet-faucets@1.0.9
- @0xproject/tslint-config@0.4.6
- @0xproject/types@0.1.8
- @0xproject/utils@0.2.4
- web3-typescript-typings@0.9.8
- @0xproject/web3-wrapper@0.1.9
- @0xproject/website@0.0.11
2018-02-01 16:39:06 +01:00
Leonid Logvinov
39e3733be4
Upgrade TS to the newest version
2018-02-01 12:50:55 +01:00
Leonid Logvinov
09659cc304
Add build:watch command to all TS packages
2018-02-01 12:32:05 +01:00
Leonid Logvinov
c02dfc4fb1
Fix tslint issues
2018-01-30 16:01:37 +01:00
Leonid Logvinov
1e9147b8bb
Normalize the dependencies
2018-01-30 16:01:37 +01:00
Leonid Logvinov
bc37cc8a91
Remove duplicate code
2018-01-30 16:01:36 +01:00
Leonid Logvinov
387363283c
Remove truffle from tests
2018-01-30 16:01:36 +01:00
Fabio Berger
2e3c02887e
Publish
...
- 0x.js@0.31 .0
- @0xproject/abi-gen@0.1.5
- @0xproject/assert@0.0.14
- chai-as-promised-typescript-typings@0.0.7
- @0xproject/connect@0.5.3
- contracts@2.1.7
- @0xproject/deployer@0.0.4
- @0xproject/dev-utils@0.0.8
- @0xproject/json-schemas@0.7.6
- @0xproject/monorepo-scripts@0.1.7
- @0xproject/subproviders@0.3.4
- @0xproject/testnet-faucets@1.0.8
- @0xproject/tslint-config@0.4.5
- @0xproject/types@0.1.7
- @0xproject/utils@0.2.3
- web3-typescript-typings@0.9.7
- @0xproject/web3-wrapper@0.1.8
- @0xproject/website@0.0.10
2018-01-30 13:54:36 +01:00