Richard Moore
|
f4dd5d19e7
|
Updated dist files.
|
2018-09-24 16:07:14 -04:00 |
|
Richard Moore
|
05e30f4680
|
Major overhaul of file layout and import/export structure to better support TypeScript.
|
2018-09-24 15:55:17 -04:00 |
|
Richard Moore
|
9c87e569cf
|
Added Ethereum Classic Testnet to networks.
|
2018-09-21 15:34:56 -04:00 |
|
Richard Moore
|
15761027df
|
Added constructor support for Human-Readable ABI.
|
2018-09-21 15:34:24 -04:00 |
|
Richard Moore
|
65fa0b7b22
|
Updated dist files.
|
2018-09-20 15:48:08 -04:00 |
|
Richard Moore
|
8b2e57276f
|
Do not override nonce if forced to 0 (#282).
|
2018-09-20 15:46:53 -04:00 |
|
Richard Moore
|
25337d4543
|
Fix typo in error message (#272).
|
2018-09-20 15:46:04 -04:00 |
|
Richard Moore
|
892f30a051
|
Check HTTP status before parsing body in fetchJson (#280).
|
2018-09-20 12:44:46 -04:00 |
|
Richard Moore
|
829a56cc79
|
Updated dist files.
|
2018-09-20 11:58:46 -04:00 |
|
Richard Moore
|
9d04f2c1eb
|
Prevent odd-length values from being passed in as bytesXX (#281).
|
2018-09-20 11:55:27 -04:00 |
|
Richard Moore
|
f02f4bc0c0
|
Enabled ropsten test cases for Etherscan (it is back up).
|
2018-09-20 11:53:52 -04:00 |
|
Richard Moore
|
b9829f205f
|
Remove beta dist file.
|
2018-09-06 16:53:40 -04:00 |
|
Richard Moore
|
eef07e5a4f
|
Updated dist files.
|
2018-09-06 16:41:02 -04:00 |
|
Richard Moore
|
13e50ec6db
|
Exposed more secp256k1 primitives (#233 #271).
|
2018-09-06 16:37:44 -04:00 |
|
Richard Moore
|
9dcf6f3253
|
Added headers and timeout to fetchJson (#224 #257).
|
2018-09-06 16:34:45 -04:00 |
|
Richard Moore
|
e0cefb0398
|
Added VoidSigner for read-only access as a specific address.
|
2018-09-04 10:28:26 -04:00 |
|
Richard Moore
|
6018bf63f9
|
Make AbstractSigner provider readonly.
|
2018-09-04 10:27:22 -04:00 |
|
Richard Moore
|
7aebe53e5b
|
Change Buffer constructor to safer operations (#265).
|
2018-09-04 10:20:31 -04:00 |
|
Richard Moore
|
32a070d909
|
Added support for fetching block transactions with blocks.
|
2018-09-04 10:08:50 -04:00 |
|
Richard Moore
|
b5408bcbd0
|
Updated readme with beta cdn link.
|
2018-08-27 20:19:06 +02:00 |
|
Richard Moore
|
284ffdfd1f
|
Updated provider testcase for updated address.
|
2018-08-27 18:58:50 +02:00 |
|
Richard Moore
|
ae4cd90441
|
Updated dist files.
|
2018-08-27 14:51:44 +02:00 |
|
Richard Moore
|
5efd0c1f8a
|
Backport fix for EIP-848 status codes from v4; only an error is generated in v3, the error string is ignored. (#262).
|
2018-08-27 14:51:03 +02:00 |
|
Richard Moore
|
962f75038b
|
Skip dist checks for node 6 to fix Travis CI.
|
2018-08-27 14:04:21 +02:00 |
|
Richard Moore
|
ea5a56f0f0
|
Updated dist files.
|
2018-08-27 13:42:26 +02:00 |
|
Richard Moore
|
afae5cd2f9
|
Block calling contract methods until it deployed, if it is pending deployment.
|
2018-08-27 13:38:48 +02:00 |
|
Richard Moore
|
280dc56a74
|
Removing address from JsonRpcSigner and cache address (#263).
|
2018-08-27 13:27:59 +02:00 |
|
Richard Moore
|
2b9d8d6d6a
|
Silence warning for external keyword in human-readable ABI.
|
2018-08-27 13:27:03 +02:00 |
|
Richard Moore
|
2d35e5e9d7
|
Fixed test cases for finney units.
|
2018-08-21 13:23:11 +02:00 |
|
Richard Moore
|
102a4e8bf4
|
Added tests for utf-8 errors.
|
2018-08-21 13:14:37 +02:00 |
|
Richard Moore
|
ce837e307e
|
Fixed test DRNG.
|
2018-08-21 13:14:21 +02:00 |
|
Richard Moore
|
810e9e743e
|
Updated dist files.
|
2018-08-21 13:13:52 +02:00 |
|
Richard Moore
|
e092746165
|
Removed jsonCopy and added deepCopy instead (#261).
|
2018-08-21 13:11:44 +02:00 |
|
Richard Moore
|
388b658bfa
|
Invalid utf-8 strings now fail by default.
|
2018-08-21 13:08:28 +02:00 |
|
Richard Moore
|
0358e8afb7
|
Fixed typo in units for finney (#259).
|
2018-08-21 13:01:55 +02:00 |
|
Richard Moore
|
2b88efea65
|
Updated dist files.
|
2018-08-13 17:01:44 +01:00 |
|
Richard Moore
|
f4c3073304
|
Removed BigNumber and AbiCoder objects from utils and exposed them at the root.
|
2018-08-13 16:58:19 +01:00 |
|
Richard Moore
|
e4d5786861
|
Fixed isType for null values.
|
2018-08-13 16:56:59 +01:00 |
|
Richard Moore
|
46a55a1d99
|
Removing old dead code.
|
2018-08-13 16:56:20 +01:00 |
|
Richard Moore
|
2c1022cde1
|
Removed timeout from wait so we can use confirmations in the future instead and remain backwards compatible.
|
2018-08-13 16:54:32 +01:00 |
|
Richard Moore
|
f9723c42cb
|
Re-use shallowCopy.
|
2018-08-13 16:52:35 +01:00 |
|
Richard Moore
|
3635a9bb40
|
Fixed custom network chain ID check.
|
2018-08-13 16:50:47 +01:00 |
|
Richard Moore
|
9e0bfa733b
|
Updated dist files.
|
2018-08-05 18:35:26 -04:00 |
|
Richard Moore
|
a80a8a8ced
|
Fixed miscalculating estimated fees for payable functions.
|
2018-08-05 18:35:00 -04:00 |
|
Richard Moore
|
b44a80800c
|
Removed dead dist files.
|
2018-08-05 18:31:22 -04:00 |
|
Richard Moore
|
e3b04bb3fc
|
Updated dist files.
|
2018-08-04 19:40:06 -04:00 |
|
Richard Moore
|
fcee62a3d9
|
Fixed parseSignature with empty parameter lists.
|
2018-08-04 19:34:30 -04:00 |
|
Richard Moore
|
7f1fbfc203
|
Make wallet.encrypt options optional.
|
2018-08-04 19:33:51 -04:00 |
|
Richard Moore
|
4f63b82bbb
|
Updated dist files.
|
2018-08-03 15:26:01 -04:00 |
|
Richard Moore
|
f63c844c42
|
Added support for getting JsonRpcSigner by index and fixed gas limit in sendTransaction.
|
2018-08-03 15:22:28 -04:00 |
|