Richard Moore
|
25337d4543
|
Fix typo in error message (#272).
|
2018-09-20 15:46:04 -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
|
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
|
294d0fda61
|
Added longer timeout for basic authentication test.
|
2018-07-26 18:19:26 -04:00 |
|
Richard Moore
|
29f3d2dea8
|
Fixed long fixed-length bytes from overflowing encoded ABI. (#237)
|
2018-07-26 18:02:42 -04:00 |
|
Richard Moore
|
a8283ea99f
|
Add longer timeout for contract calling test cases.
|
2018-06-28 23:21:51 -04:00 |
|
Richard Moore
|
564c5fa364
|
Fix unresolved promise issues and add Promise linting.
|
2018-06-27 19:59:08 -04:00 |
|
Richard Moore
|
622f02c369
|
Fix padding and stripping for signatures.
|
2018-06-20 22:07:26 -04:00 |
|
Richard Moore
|
263bf8047a
|
Updated dist files (patch version bump).
|
2018-06-20 22:06:05 -04:00 |
|
Richard Moore
|
2feced5937
|
Strip the r and s (since we not pad) for transactions.
|
2018-06-20 22:03:23 -04:00 |
|
Li Xuanji
|
5631f071c3
|
pad output of signDigest
|
2018-06-19 13:40:11 -04:00 |
|
Richard Moore
|
aa48dfcdf4
|
Removed stray localName in array sub-coders.
|
2018-06-15 17:50:22 -04:00 |
|
Richard Moore
|
059b03e090
|
Fixed ABI coder mutabing input.
|
2018-06-14 16:55:54 -04:00 |
|
Richard Moore
|
4758b30cd3
|
Updated mocha version to resolve node-growl security issue (not important, only part of the test suite).
|
2018-06-10 01:16:20 -04:00 |
|
Richard Moore
|
6a8ca9c318
|
Correctly transform uint to uint256 and int to int256 for signatures.
|
2018-06-06 20:48:45 -04:00 |
|
Richard Moore
|
884593ab76
|
Updated dist files.
|
2018-06-05 19:40:28 -04:00 |
|
Richard Moore
|
0517f70946
|
Temporary: remove ropsten test cases, it is having issues.
|
2018-06-05 19:38:35 -04:00 |
|
Richard Moore
|
514aab7ee3
|
Added positional and keyword argument test cases for ABIv2.
|
2018-06-05 19:32:18 -04:00 |
|
Richard Moore
|
eaaa689f2f
|
Temporary - remove ropsten testcases for Etherscan (it is down).
|
2018-06-05 19:20:21 -04:00 |
|
Richard Moore
|
cf7872a498
|
Moved contract tests to Rinkeby.
|
2018-06-05 19:19:40 -04:00 |
|
Richard Moore
|
f779b6e3cc
|
Fixed named parameters for tuples.
|
2018-06-05 19:18:41 -04:00 |
|
Richard Moore
|
a6cced81d6
|
Merge branch 'master' of github.com:ethers-io/ethers.js
|
2018-06-03 20:50:33 -04:00 |
|
Richard Moore
|
62e51861b8
|
Added more flexible ABI coder.
|
2018-06-03 20:50:21 -04:00 |
|
Richard Moore
|
6c6e031254
|
Added parseTransaction to interface to detect and parse relevant function and args.
|
2018-06-03 17:10:48 -04:00 |
|
Richard Moore
|
48c07f6ef6
|
Prevent pending filter hashes from returning null.
|
2018-06-03 17:08:25 -04:00 |
|
Richard Moore
|
1b6c20341e
|
Updated Etherscan API URLs.
|
2018-06-03 16:54:13 -04:00 |
|
Richard Moore
|
75eb7ed507
|
Merge branch 'patch-1' of git://github.com/vasilisAntonakis/ethers.js into vasilisAntonakis-patch-1
|
2018-06-03 16:54:03 -04:00 |
|
Richard Moore
|
cd360a4f8c
|
Updated CDN file in readme.
|
2018-06-03 16:51:23 -04:00 |
|
Richard Moore
|
fd27d3e2ce
|
Merge branch 'patch-1' of git://github.com/alcuadrado/ethers.js into alcuadrado-patch-1
|
2018-06-03 16:51:11 -04:00 |
|
Richard Moore
|
6737128b84
|
Merge branch 'master' of github.com:ethers-io/ethers.js
|
2018-06-03 16:46:23 -04:00 |
|
Richard Moore
|
63b2eae4f5
|
Increase timeout for signing test cases.
|
2018-06-03 05:02:52 -04:00 |
|
Richard Moore
|
0b34aea23a
|
Increase timeout for signing test cases.
|
2018-06-03 04:59:53 -04:00 |
|
Richard Moore
|
1290fa0073
|
Adding browser/process for now to try fixing Travis CI.
|
2018-06-03 03:16:58 -04:00 |
|
Richard Moore
|
da74e95f88
|
Fixing Travis CI, missing nextTick.
|
2018-06-03 02:42:53 -04:00 |
|
Richard Moore
|
ac82a5cb83
|
Merge branch 'master' of github.com:ethers-io/ethers.js
|
2018-06-03 01:11:49 -04:00 |
|
Richard Moore
|
ba21348c0f
|
Added package-lock.json to fix PhantomJS tests on Travis CI.
|
2018-06-03 01:09:57 -04:00 |
|
Patricio Palladino
|
27207037a8
|
Fix browser installation instructions in README.md
Browser installation instructions were outdated and pointed to v2, while node's one to v3.
I updated the browser's one.
|
2018-05-31 14:55:05 -03:00 |
|
Richard Moore
|
a612e1e8fa
|
Added hashMessage to Wallet.
|
2018-05-31 02:13:59 -04:00 |
|
Richard Moore
|
08d3547d4e
|
Updated dist files.
|
2018-05-31 02:13:43 -04:00 |
|
Vasilis Antonakis
|
7702d4ce7c
|
API baseUrl changed
Hello, I noticed there is a change in the baseUrl of etherscan APIs
** Important: (Feb-12-2018) The ROPSTEN testnet API service URL has been updated to http://api-ropsten.etherscan.io . The previous API url http://ropsten.etherscan.io will cease to function as of March 31, 2018
https://ropsten.etherscan.io/apis
same goes for all other testnets
nice work btw :)
|
2018-05-28 21:49:20 +03:00 |
|
Antoni Kedracki
|
3bf39b3bee
|
Promote getHash into a static method of the Wallet.
|
2018-05-19 17:47:45 +02:00 |
|
Richard Moore
|
417065bad6
|
Added wait to transactions from JsonRpcSigner in sendTransaction (#177).
|
2018-05-15 15:32:32 -04:00 |
|
Richard Moore
|
3cb21dd6c7
|
Added timestamp to EtherscanProvider history (#174).
|
2018-05-14 15:50:25 -04:00 |
|
Richard Moore
|
cebf2aab29
|
Better error messages for contracts.
|
2018-04-16 21:42:17 -04:00 |
|
Richard Moore
|
72bf73f931
|
Updated dist files.
|
2018-04-16 21:31:49 -04:00 |
|
Richard Moore
|
65caec2ea5
|
Fix for Ganache getLogs.
|
2018-04-16 19:15:44 -04:00 |
|