Fabio Berger
b2ea4f6aaf
Update requirement sections
2019-01-17 12:53:09 +01:00
Fabio Berger
6871f36dad
Update 0x url
2019-01-16 18:44:52 +01:00
Fabio Berger
ae147e615a
Merge branch 'development' into fix/dev-tools-pages/finalTouches
...
* development: (87 commits)
Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts
Make mapping namings direct
Remove unused tslint disable
Revert "Remove logAsyncErrors hack"
Remove logAsyncErrors hack
Refactor logAsyncErrors to follow our conventions
Export Sources and SourceCodes out of tracing utils
Replace console.log with logUtils.log (#1515 )
strict decoding of return values using generics
makerAssetFillAmount -> takerAssetFillAmount
Ran prettier
Linter
Fix build after rebase
Style cleanup for Compressed Calldata in Contract Wrappers PR
Use simpler `_.find` to locate fillOrderBai
Updated dutch auction wrapper
Added back abi-gen-wrappers
Renamed signatureParser.ts to signature_parser.ts
Renamed decode rule `structsAsObjects` to `shouldConvertStructsToObjects`
circle build failed. New commit to resubmit job.
...
2019-01-15 15:10:50 +01:00
Leonid Logvinov
18084588ea
Merge pull request #1498 from 0xProject/fix/sol-cov
...
Sol tracing fixes
2019-01-15 14:45:02 +01:00
Fabio B
64d99dc07c
Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com >
2019-01-15 14:44:52 +01:00
Leonid Logvinov
63a63543be
Make mapping namings direct
2019-01-15 13:37:10 +01:00
Leonid Logvinov
75a4bbc5f2
Remove unused tslint disable
2019-01-15 12:09:48 +01:00
Leonid Logvinov
c2ec4174b7
Revert "Remove logAsyncErrors hack"
...
This reverts commit 7ea274b731
.
2019-01-15 12:09:17 +01:00
Leonid Logvinov
7ea274b731
Remove logAsyncErrors hack
2019-01-15 11:55:06 +01:00
Leonid Logvinov
d9675ad6d3
Refactor logAsyncErrors to follow our conventions
2019-01-15 11:48:04 +01:00
Leonid Logvinov
a8e32d8c87
Export Sources and SourceCodes out of tracing utils
2019-01-15 11:34:31 +01:00
Jacob Evans
16a2cf7be6
Merge pull request #1503 from 0xProject/feature/multi-asset-proxy-migration
...
Add MultiAssetProxy Migration
2019-01-15 13:27:07 +11:00
Jacob Evans
b4621f6a69
Merge pull request #1514 from 0xProject/bug/exchange-wrapper-matchOrders
...
Remove optimization from matchOrdersAsync in Exchange wrapper
2019-01-15 13:23:45 +11:00
F. Eugene Aumson
c859788fde
Replace console.log with logUtils.log ( #1515 )
2019-01-14 18:21:12 -05:00
Greg Hysen
1c25d8e997
Merge pull request #1475 from 0xProject/feature/monorepo/useNewAbiEncoder
...
Use Compressed Calldata in Contract Wrappers
2019-01-14 11:48:17 -08:00
Francesco Agosti
fc89b97818
Merge pull request #1516 from 0xProject/fix/website/update-react-highlight
...
[website] Update react-highlight dep in website to latest commit
2019-01-14 11:33:35 -08:00
Greg Hysen
b0817854e8
strict decoding of return values using generics
2019-01-14 10:49:44 -08:00
Greg Hysen
1907ecc02e
makerAssetFillAmount -> takerAssetFillAmount
2019-01-14 10:49:44 -08:00
Greg Hysen
cf2dee60dc
Ran prettier
2019-01-14 10:49:44 -08:00
Greg Hysen
80aa2884a3
Linter
2019-01-14 10:49:44 -08:00
Greg Hysen
3a28eb1c6a
Fix build after rebase
2019-01-14 10:49:44 -08:00
Greg Hysen
82a44559f6
Style cleanup for Compressed Calldata in Contract Wrappers PR
2019-01-14 10:49:44 -08:00
Greg Hysen
892be49b98
Use simpler _.find
to locate fillOrderBai
2019-01-14 10:49:44 -08:00
Greg Hysen
1cbc03ae43
Updated dutch auction wrapper
2019-01-14 10:49:44 -08:00
Greg Hysen
1c9a49cd08
Added back abi-gen-wrappers
2019-01-14 10:49:44 -08:00
Greg Hysen
4f53335db0
Renamed signatureParser.ts to signature_parser.ts
2019-01-14 10:49:44 -08:00
Greg Hysen
0b87aec9c6
Renamed decode rule structsAsObjects
to shouldConvertStructsToObjects
2019-01-14 10:49:44 -08:00
Greg Hysen
6892f929fb
circle build failed. New commit to resubmit job.
2019-01-14 10:49:44 -08:00
Greg Hysen
f39c03191c
Ran linter
2019-01-14 10:49:44 -08:00
Greg Hysen
05adb38a09
Removed console log from handlebars
2019-01-14 10:49:44 -08:00
Greg Hysen
f73c68ee61
Created an interface for abi decoded fillOrder data
2019-01-14 10:49:44 -08:00
Greg Hysen
33f3405226
let
-> const
in callAsync
2019-01-14 10:49:44 -08:00
Greg Hysen
86caa4a0bb
Ran prettier and linter
2019-01-14 10:49:44 -08:00
Greg Hysen
6d832deb62
Decodes revert reason as array to appease Geth
2019-01-14 10:49:44 -08:00
Greg Hysen
0b6c9c8468
Ran prettier
2019-01-14 10:49:44 -08:00
Greg Hysen
d1fd4421be
Use string argument encoding with new encoder
2019-01-14 10:49:44 -08:00
Greg Hysen
b06f8239e1
Finished porting new abi encoder to contracts
2019-01-14 10:49:44 -08:00
Greg Hysen
7991de9ed0
Generalized create
for signature / dataItems. Cleaner.
2019-01-14 10:49:44 -08:00
Greg Hysen
e9a82905e3
Abi Encoder tests fixed + added a signature parser for cases where MethodAbi/DataItems are not readily available
2019-01-14 10:49:44 -08:00
Greg Hysen
f8684d6a77
All contract tests working with new abi encoder
2019-01-14 10:49:44 -08:00
Greg Hysen
e4551c8f60
Works for almost all tests
2019-01-14 10:49:44 -08:00
Greg Hysen
2f1454e90e
Working for almost every test
2019-01-14 10:49:29 -08:00
Greg Hysen
b89f986949
Ensure that addresses are lower case
2019-01-14 10:49:29 -08:00
Greg Hysen
285fb3dead
Progress
2019-01-14 10:49:29 -08:00
Brandon Millman
923234eed1
Update react-highlight dep in website to latest commit
2019-01-14 10:44:23 -08:00
Leonid Logvinov
83b46cbf71
Rename mappins to have a direct naming scheme instead of a reverse one
2019-01-14 14:52:00 +01:00
Leonid Logvinov
4689309857
Add SourceCodes and Sources types
2019-01-14 14:43:14 +01:00
Leonid Logvinov
02543fdd0c
Add a link to tracing examples
2019-01-14 14:43:14 +01:00
Fabio B
1f7179b178
Update packages/sol-tracing-utils/src/source_maps.ts
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com >
2019-01-14 14:29:01 +01:00
Fabio B
e14f1646d6
Update packages/sol-tracing-utils/CHANGELOG.json
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com >
2019-01-14 13:54:50 +01:00