Fabio Berger
|
311b925919
|
Add to doc comment why a block might not be returned to the caller
|
2018-09-24 15:14:07 +01:00 |
|
Fabio Berger
|
d0448c2bbd
|
Fix bug where if block wasn't found, getBlockAsync would throw. Now it returns undefined
|
2018-09-24 15:02:06 +01:00 |
|
Fabio Berger
|
4e8ec2359d
|
Also make sure the transactionReceipt contains a blockNumber when checking if a transaction has been mined.
|
2018-09-21 10:56:31 +01:00 |
|
Fabio Berger
|
b4cf69b021
|
Cleanup web3-wrapper and subproviders index.ts
|
2018-08-20 13:50:28 +01:00 |
|
Fabio Berger
|
2f2582a0da
|
Merge development
|
2018-08-14 14:21:47 -07:00 |
|
Leonid Logvinov
|
d44ff6a915
|
Add @return comments
|
2018-08-09 17:02:13 +02:00 |
|
Fabio Berger
|
3ee3fc2fb3
|
Add missing doc comments
|
2018-08-03 17:13:10 +02:00 |
|
Leonid Logvinov
|
bb4d15005a
|
Add comments
|
2018-08-03 16:45:26 +02:00 |
|
Leonid Logvinov
|
bd488020df
|
Export RPC data types from web3-wrapper
|
2018-08-03 13:36:16 +02:00 |
|
Leonid Logvinov
|
74d5f2f0b9
|
Export marshaller from web3-wrapper
|
2018-08-03 13:32:45 +02:00 |
|
Fabio Berger
|
10f6647ab3
|
Add missing types to web3-wrapper index.ts
|
2018-08-03 13:27:20 +02:00 |
|
Fabio Berger
|
4579e1637d
|
Add missing exports discovered by generating compact typedoc JSON
|
2018-07-29 21:59:09 +02:00 |
|
Fabio Berger
|
f4a2e227e1
|
Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate release note publishing to publish script
|
2018-07-29 21:58:39 +02:00 |
|
fragosti
|
da4b70fcae
|
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/web3-wrapper/unexport-marshaller
|
2018-07-25 10:33:13 -07:00 |
|
Amir Bandeali
|
0a976a3fb8
|
Get actual gasPrice from transaction instead of setting default
|
2018-07-23 10:00:23 -05:00 |
|
fragosti
|
067adbfb62
|
Stop exporting marshaller from web3-wrapper
|
2018-07-20 07:37:17 -07:00 |
|
Igor Kroitor
|
5bb68974ec
|
Deduplicate assert web3-wrapper signMessageAsync
|
2018-07-20 08:49:16 +03:00 |
|
Fabio Berger
|
34df5af295
|
Don't export object literal because the docs cannot yet render them, moved type to types file
|
2018-07-19 17:46:24 +02:00 |
|
Leonid Logvinov
|
bf8ac3b9e6
|
Fix tslint issues
|
2018-07-17 12:59:02 +02:00 |
|
fragosti
|
c753e24f0a
|
Export marshaller and use it to unmarshal tx dataa
|
2018-07-06 10:35:13 -07:00 |
|
fragosti
|
acfbba5476
|
Revert moving formatUtils into utils
|
2018-07-06 10:23:24 -07:00 |
|
fragosti
|
608442b2e8
|
Add to changelog, rename to formatUtils and lint
|
2018-07-05 18:56:58 -07:00 |
|
fragosti
|
a72eae7ea8
|
Unmarshall txn data in SignerSubprovider before calling web3wrapper sendTransactionAsync
|
2018-07-05 18:32:28 -07:00 |
|
fragosti
|
30e3afc0fb
|
Add unmarshallTxData to marshaller
|
2018-07-05 17:48:02 -07:00 |
|
Fabio Berger
|
a1fb438a8c
|
Prettier fixes
|
2018-07-05 13:03:33 +02:00 |
|
Fabio Berger
|
1c9a657693
|
Add schema assertion checks for callData and txData
|
2018-07-05 12:35:16 +02:00 |
|
Fabio Berger
|
11747c6cf4
|
Make sure from is included in txData
|
2018-07-05 12:34:15 +02:00 |
|
Fabio Berger
|
0a32ae6cb5
|
Add defaultBlock param to getBalanceInWeiAsync
|
2018-07-05 12:04:08 +02:00 |
|
Fabio Berger
|
3d67f122a5
|
Move 'from' check to sendTransaction
|
2018-07-05 12:03:34 +02:00 |
|
Fabio Berger
|
f5b1fe0e6b
|
Fix linter issues
|
2018-07-05 01:45:56 +02:00 |
|
Fabio Berger
|
139d289b01
|
remove stray console.log
|
2018-07-05 01:39:46 +02:00 |
|
Fabio Berger
|
fd242a9cba
|
Remove web3Utils dep and write necessary utility methods
|
2018-07-05 01:38:14 +02:00 |
|
Fabio Berger
|
7efa17ef7d
|
Add new param javadoc comment
|
2018-07-05 00:40:43 +02:00 |
|
Fabio Berger
|
a0b9c7777b
|
merge v2-prototype
|
2018-07-05 00:38:15 +02:00 |
|
Fabio Berger
|
1050ecdf3c
|
Refactor Web3Wrapper to no longer use Web3.js & add more test coverage
|
2018-07-05 00:36:01 +02:00 |
|
Fabio Berger
|
d712dc47d9
|
Removee getContractFromAbi method since we no longer use it and do not recommend others use it
|
2018-07-04 18:11:50 +02:00 |
|
Fabio Berger
|
cd766ea2a1
|
Add more assertions to Web3Wrapper public methods
|
2018-07-04 08:54:43 +02:00 |
|
Alex Browne
|
dc956020ef
|
Move NodeType caching out of web3-wrapper and into our internal code
|
2018-07-03 12:57:11 -07:00 |
|
Alex Browne
|
c5fcea1dbd
|
Actually cache node type in web3-wrapper
|
2018-07-03 10:40:54 -07:00 |
|
Alex Browne
|
5b64b3ea93
|
Improve robustness of revert reason assertions
|
2018-07-02 18:57:33 -07:00 |
|
Ara Kevonian
|
df50232ed9
|
Update default params in sendRawPaylodAsync for improved JSON-RPC compatibility
|
2018-06-19 04:13:32 -07:00 |
|
Alex Browne
|
3cc30f91a9
|
Speedup awaitTransactionMinedAsync and reduce polling interval in contracts tests
|
2018-06-11 17:07:28 -07:00 |
|
Leonid Logvinov
|
1c3dc757c3
|
Fix typos
|
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 |
|
Alex Browne
|
dd8727d3ae
|
Apply various fixes based on PR feedback
|
2018-06-06 12:41:15 -07:00 |
|
Alex Browne
|
d6d7f4e875
|
Update more things to work with both Geth and Ganache
|
2018-06-06 12:40:31 -07:00 |
|
Alex Browne
|
63caddea62
|
Small fixes and cleanup
|
2018-06-06 12:40:31 -07:00 |
|
Alex Browne
|
bca62c813d
|
Throw in web3-wrapper when rawCallResult is '0x'
|
2018-06-06 12:40:30 -07:00 |
|
Alex Browne
|
5900899c01
|
Add support for TEST_PROVIDER env var
|
2018-06-06 12:40:30 -07:00 |
|
Alex Browne
|
00bf957b53
|
Add more transactions to Geth on init. Skip tests that are failing.
|
2018-06-06 12:39:43 -07:00 |
|