Alex Browne
d0c348e595
Refactor sol-cov to de-duplicate code for coverage and profiling
2018-06-12 15:40:18 -07:00
Alex Browne
f50d3088dc
Merge pull request #691 from 0xProject/fix/sol-cov-memory
...
Refactor sol-cov to avoid keeping traceInfo in memory
2018-06-12 15:38:28 -07:00
Alex Browne
627ea6c860
Rename computeCoverageAsync -> computeSingleTraceCoverageAsync
2018-06-12 14:11:11 -07:00
Alex Browne
bcc76b3764
Fix linter errors
2018-06-12 14:09:42 -07:00
Alex Browne
33f0669100
Refactor sol-cov to avoid keeping traceInfo in memory
2018-06-12 12:42:14 -07:00
Leonid Logvinov
787015f537
Upgrade solidity-parser-entlr 0.2.11 => 0.2.12
2018-06-12 10:22:15 -07:00
Leonid Logvinov
fb624fddc4
Fix import order
2018-06-11 22:30:14 -07:00
Leonid Logvinov
605ddacb71
Merge pull request #689 from 0xProject/geth-increase-startup-tx-delay
...
Increase delay when sending transactions during devnet startup
2018-06-11 22:15:51 -07:00
Leonid Logvinov
71934f05a8
Merge pull request #687 from 0xProject/feature/metacoin-docs
...
Add profiler and geth tests to metacoin
2018-06-11 22:03:22 -07:00
Leonid Logvinov
534a0d6836
Fix typos
2018-06-11 22:03:07 -07:00
Leonid Logvinov
746b1d0c4d
Merge pull request #688 from 0xProject/feature/await-transaction-speedup
...
Speedup awaitTransactionMinedAsync and reduce polling interval in contracts tests
2018-06-11 21:56:56 -07:00
Leonid Logvinov
387c80e00a
Merge pull request #690 from 0xProject/feature/truffle-sol-cov-fixes
...
Sol-cov fixes
2018-06-11 21:55:38 -07:00
Leonid Logvinov
05c914691f
Add CHANGELOGs
2018-06-11 18:12:32 -07:00
Leonid Logvinov
94398d70f4
Speed-up sol-cov
2018-06-11 18:01:33 -07:00
Alex Browne
915ddb2b2b
Increase delay when sending transactions during devnet startup
2018-06-11 17:26:10 -07:00
Alex Browne
b916e7f7ef
Add note to web3-wrapper CHANGELOG.json
2018-06-11 17:13:58 -07:00
Alex Browne
3cc30f91a9
Speedup awaitTransactionMinedAsync and reduce polling interval in contracts tests
2018-06-11 17:07:28 -07:00
Leonid Logvinov
f4a61b4c70
Don't throw when no config file is found
2018-06-11 16:10:56 -07:00
Leonid Logvinov
6eebd693ce
Fix solidityVersion schema regex
2018-06-11 16:10:15 -07:00
Fabio Berger
bc0ae6be31
Merge pull request #684 from 0xProject/fix/contract-wrappers/exchangeTransferSimulator
...
Move ExchangeTransferSimulator & OrderValidationUtils to Order-Utils
2018-06-12 00:14:19 +02:00
Fabio Berger
c03119d10a
Stop exporting ArtifactWriter
2018-06-12 00:13:57 +02:00
Fabio Berger
e1879ef4d9
Fix no-unused-variable tslint rule to include parameters and fix issues
2018-06-11 23:42:30 +02:00
Fabio Berger
b6df727efb
Fix linter exclude rule
2018-06-11 23:15:03 +02:00
Fabio Berger
fe58b44916
Validate all signature types rather then only ECSignatures
2018-06-11 22:14:03 +02:00
Fabio Berger
0a2694811d
Store the instantiated OrderValidationUtils
2018-06-11 22:13:36 +02:00
Fabio Berger
31fe232bac
Remove global hooks from tests and deploy contracts from within the specific tests
2018-06-11 22:13:12 +02:00
Leonid Logvinov
682f6d273c
Fix linter issues
2018-06-11 12:49:46 -07:00
Leonid Logvinov
83ddaccf4a
Add profiler and geth tests to metacoin
2018-06-11 11:59:48 -07:00
Leonid Logvinov
e0c0584c59
Add EmitStatement to ASTVisitor
2018-06-11 11:14:49 -07:00
Fabio Berger
60f5a52964
Merge branch 'v2-prototype' into fix/contract-wrappers/exchangeTransferSimulator
...
* v2-prototype:
Fix a bug in SolCompilerArtifacts adapter config overriding
Increase timeout for contract migrations
Remove some copy-paste code
Await transactions in migrations
Fix typos
Await transactions in migrations
Await fake transactions
Fix a typo
Implement SolidityProfiler & adapt sol-cov to work with Geth
# Conflicts:
# packages/migrations/CHANGELOG.json
2018-06-11 19:54:59 +02:00
Leonid Logvinov
7e5866ce3f
Merge pull request #675 from 0xProject/feature/sol-cov-geth
...
`ProfilerSubprovider` & Geth-related fixes for `sol-cov`
2018-06-11 10:48:18 -07:00
Fabio Berger
89b7b56a2c
Fix tslint issues
2018-06-11 19:43:40 +02:00
Fabio Berger
ae54b13d4b
Add back artifacts file
2018-06-11 19:43:25 +02:00
Leonid Logvinov
927ccc489c
Fix a bug in SolCompilerArtifacts adapter config overriding
2018-06-11 10:28:30 -07:00
Fabio Berger
21f7722f10
Move OrderValidationUtils (+ tests) and ExchangeTransferSimulator to order-utils
2018-06-11 19:21:32 +02:00
Fabio Berger
e4afe603f9
export parseECSignature method
2018-06-11 19:15:41 +02:00
Fabio Berger
30d15a1438
Export ArtifactWriter from migrations package
2018-06-11 19:12:55 +02:00
Fabio Berger
c84586dd66
Remove unused artifact file
2018-06-11 19:12:35 +02:00
Fabio Berger
e9f87c2026
Pass in generated contract wrapper to orderValidationUtils at instantiation
2018-06-11 14:44:53 +02:00
Fabio Berger
afa27a3c2a
Refactor orderValidationUtils to use the generated contract wrapper instead of the higher-level one
2018-06-11 14:34:00 +02:00
Fabio Berger
ce6078ed94
Refactor ExchangeTransferSimulator public interface to accet an AbstractBalanceAndProxyAllowanceLazyStore so that this module could be re-used in different contexts.
2018-06-11 10:24:55 +02:00
Leonid Logvinov
6d5949ba9c
Increase timeout for contract migrations
2018-06-08 15:27:59 -07:00
Leonid Logvinov
cdb165af7f
Remove some copy-paste code
2018-06-08 14:56:46 -07:00
Leonid Logvinov
88a3f8e4aa
Await transactions in migrations
2018-06-08 14:56:46 -07:00
Leonid Logvinov
1c3dc757c3
Fix typos
2018-06-08 14:56:45 -07:00
Leonid Logvinov
25866095db
Await transactions in migrations
2018-06-08 14:56:45 -07:00
Leonid Logvinov
b6c8d8e971
Await fake transactions
2018-06-08 14:56:45 -07:00
Leonid Logvinov
ab94b0b231
Fix a typo
2018-06-08 14:56:45 -07:00
Leonid Logvinov
760bab8f86
Implement SolidityProfiler & adapt sol-cov to work with Geth
2018-06-08 14:56:45 -07:00
Greg Hysen
817c332d11
Merge pull request #627 from 0xProject/feature/contracts/erc721SafeTransferFrom
...
On-Chain AssetData Decoding Lib + safeTransferFrom for ERC721 + Memcpy
2018-06-08 11:58:23 -07:00