Leonid Logvinov
fa3d011f68
Add ethereum-types to extraFileIncludes
2018-05-31 11:04:05 -07:00
Leonid Logvinov
a7fc9caacb
Introduce ethereum-types package
2018-05-31 11:04:05 -07:00
Leonid Logvinov
1a3958ed60
Remove some types
2018-05-31 10:20:36 -07:00
Leonid Logvinov
bf18a90da7
Upgrade solidity parser
2018-05-23 11:21:33 -07:00
Leonid Logvinov
2ddd53b355
Fix trace test
2018-05-23 10:49:08 -07:00
Leonid Logvinov
c9aef16649
Fix linter issues
2018-05-23 10:39:56 -07:00
Leonid Logvinov
ebc750d5bf
Address feedback
2018-05-22 17:41:48 -07:00
Leonid Logvinov
d49f2c40ae
Parse compiler.json in SolCompilerArtifactsAdapter
2018-05-22 16:41:50 -07:00
Leonid Logvinov
8c7f0902c0
Add a more verbose comment for self-destruct
2018-05-22 16:29:10 -07:00
Leonid Logvinov
6e0aef5f2b
Fix depth tracking in a tracer
2018-05-22 15:27:18 -07:00
Leonid Logvinov
127b3e7d60
Fix sol-compiler version
2018-05-22 15:27:17 -07:00
Leonid Logvinov
9740199870
Fix sol-cov tests
2018-05-22 15:27:17 -07:00
Leonid Logvinov
06be580d2c
Fix a bug in CALL-like opcode handling
2018-05-22 15:27:17 -07:00
Leonid Logvinov
6540343f45
Remove trace.json
2018-05-22 15:27:17 -07:00
Leonid Logvinov
447b305e3c
Suppport subcalls in constructor
2018-05-22 15:27:17 -07:00
Leonid Logvinov
0c53d276f8
Use BlockParamLiteral.Latest
2018-05-22 15:27:17 -07:00
Leonid Logvinov
83c37c6a7a
Address feedback
2018-05-22 15:27:17 -07:00
Leonid Logvinov
ac52ad88a1
Use loglevel instead of verbose flag
2018-05-22 15:26:29 -07:00
Leonid Logvinov
84a1b5612d
Publish
...
- 0x.js@0.38 .0
- @0xproject/abi-gen@0.3.0
- @0xproject/assert@0.2.10
- @0xproject/base-contract@0.3.2
- @0xproject/connect@0.6.13
- @0xproject/contract-wrappers@0.0.2
- contracts@2.1.29
- @0xproject/dev-utils@0.4.2
- @0xproject/fill-scenarios@0.0.2
- @0xproject/json-schemas@0.7.24
- @0xproject/metacoin@0.0.7
- @0xproject/migrations@0.0.6
- @0xproject/monorepo-scripts@0.1.20
- @0xproject/order-utils@0.0.5
- @0xproject/order-watcher@0.0.2
- @0xproject/react-docs-example@0.0.12
- @0xproject/react-docs@0.0.12
- @0xproject/react-shared@0.1.7
- @0xproject/sol-compiler@0.5.0
- @0xproject/sol-cov@0.0.11
- @0xproject/sol-resolver@0.0.5
- @0xproject/sra-report@0.1.0
- @0xproject/subproviders@0.10 .2
- @0xproject/testnet-faucets@1.0.30
- @0xproject/tslint-config@0.4.18
- @0xproject/types@0.7.0
- @0xproject/typescript-typings@0.3.2
- @0xproject/utils@0.6.2
- @0xproject/web3-wrapper@0.6.4
- @0xproject/website@0.0.33
2018-05-22 15:25:47 -07:00
Leonid Logvinov
fa4e694859
Updated CHANGELOGS
2018-05-22 15:22:38 -07:00
Leonid Logvinov
f8c628b0c7
Updated CHANGELOGS
2018-05-22 15:22:12 -07:00
Leonid Logvinov
253bada643
Fix import paths
2018-05-22 15:20:35 -07:00
Leonid Logvinov
e4fe497504
Refactor ContractData lookup
2018-05-22 15:20:35 -07:00
Leonid Logvinov
5c9bde203e
Remove a comment
2018-05-22 15:20:35 -07:00
Leonid Logvinov
d9907f227e
Use a hidden directory for temp artifacts
2018-05-22 15:20:34 -07:00
Leonid Logvinov
08b08ef1d0
Match class names with file names
2018-05-22 15:20:34 -07:00
Leonid Logvinov
334ef5c3eb
Improve a CHANGELOG comment
2018-05-22 15:20:34 -07:00
Leonid Logvinov
86f17fb466
Rename ZeroExArtifactAdapter to SolCompilerArtifactAdapter
2018-05-22 15:20:34 -07:00
Leonid Logvinov
1ff34bd0f4
Remove web3Factory.create and remove dev-tools dependency on sol-cov
2018-05-22 15:20:34 -07:00
Leonid Logvinov
b86248f13f
Add CHANGELOG entries
2018-05-22 15:20:34 -07:00
Leonid Logvinov
427a29145d
Support all opcodes in a trace parser
2018-05-22 15:20:34 -07:00
Leonid Logvinov
974575b695
Make sol-cov work with truffle and other artifact adapters
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
Fabio Berger
cf7967e629
Disable magic number rule in more places where it isn't helping code readability
2018-05-17 14:07:44 +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
22f3f57f44
Merge branch 'development' into improvement/addCustomTslintRules
...
* development:
fix style errors
Fix circular dependency
Add my profile image to images
Add myself to about page
Add dogfood configs to website
Change minimum Node version to 6.12
Document Node.js version requirement and add it to package.json
2018-05-16 15:15:23 +02:00
Fabio Berger
839db68571
Fix TSLint rules
2018-05-16 14:59:10 +02:00
Alex Browne
0bc338ba42
Merge pull request #578 from 0xProject/document-node-version
...
Document Node.js version requirement and add it to package.json
2018-05-15 10:51:49 -07:00
Alex Browne
fdeab0475c
Change minimum Node version to 6.12
2018-05-14 18:46:53 -07:00
Alex Browne
f86cc0dc7a
Document Node.js version requirement and add it to package.json
2018-05-14 18:46:52 -07:00
Fabio Berger
a6773b85d2
Fix sol-compiler binary so it can be called directly from packages
2018-05-14 19:32:32 +02:00
Fabio Berger
76f9ad0705
Remove build from docs:stage commands
2018-05-14 19:24:47 +02:00
Fabio Berger
478f6ed011
Move from using lerna multi-package commands to wsrun, update README's accordingly
2018-05-14 19:23:50 +02:00
Leonid Logvinov
b74957acdf
Add missing type definitions
2018-05-14 10:35:13 +02:00
Fabio Berger
31763a018c
Revert "Remove gitkeeps"
...
This reverts commit 3f6876c419
.
2018-05-11 18:50:50 +02:00
Fabio Berger
3f6876c419
Remove gitkeeps
2018-05-11 17:41:35 +02:00
Fabio Berger
fb9c774558
Create coverage dir if doesn't exist
2018-05-11 17:41:25 +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
Fabio Berger
733fe5b335
Add artifacts to clean command
2018-05-11 12:05:32 +02:00
Leonid Logvinov
f854f3ee2b
Remove unused deployer docs configs
2018-05-10 17:47:38 +02:00