Richard Moore
|
edbf8e319c
|
Fixed resovleProperties not resolving properties.
|
2018-06-21 20:41:09 -04:00 |
|
Richard Moore
|
28cd3cace2
|
Moved TypeScript generation to match library layout for easier importing sub-components.
|
2018-06-21 20:24:30 -04:00 |
|
Richard Moore
|
45f8827c6e
|
Moving wordlist generation scripts to tests.
|
2018-06-21 18:03:29 -04:00 |
|
Richard Moore
|
342be430cb
|
Added types to package.json.
|
2018-06-21 17:57:33 -04:00 |
|
Richard Moore
|
6de0a765c9
|
Updated readme.
|
2018-06-20 21:19:08 -04:00 |
|
Richard Moore
|
4fd35224b3
|
Updated readme and dist files.
|
2018-06-20 21:14:56 -04:00 |
|
Richard Moore
|
52dc35bf0e
|
Added missing String.prototype.normalize shim for phantomjs testing.
|
2018-06-20 21:12:04 -04:00 |
|
Richard Moore
|
2a111ab6ce
|
Added mnemonic language support for Chinese, Italian, Japanese and Korean.
|
2018-06-20 20:29:54 -04:00 |
|
Richard Moore
|
a0f92954c8
|
Removing Etehrscan tests temporarily because Etherscan is down.
|
2018-06-19 02:21:52 -04:00 |
|
Richard Moore
|
64b312ef6e
|
Adding phantomjs testing for Travis CI back.
|
2018-06-19 02:14:41 -04:00 |
|
Richard Moore
|
baf92d4ec8
|
Added missing browser implementations for crypto.
|
2018-06-19 02:14:06 -04:00 |
|
Richard Moore
|
1d282c544a
|
Fixed up formatting for transforming.
|
2018-06-19 02:13:34 -04:00 |
|
Richard Moore
|
5b18a63ebc
|
Use node crypto in node environments.
|
2018-06-19 02:12:57 -04:00 |
|
Richard Moore
|
336df72e04
|
Refactor Provider.
|
2018-06-18 18:49:00 -04:00 |
|
Richard Moore
|
cf79190175
|
Node 6 does not like async/await, which breaks Travis CI testing.
|
2018-06-18 14:53:41 -04:00 |
|
Richard Moore
|
5da4917c27
|
Refactoring.
|
2018-06-18 05:42:41 -04:00 |
|
Richard Moore
|
c1b24e818c
|
Renamed convert to bytes.
|
2018-06-17 16:47:28 -04:00 |
|
Richard Moore
|
af893e79a4
|
Refectoring; split getAddress, expose transactions, hex operations.
|
2018-06-17 16:32:57 -04:00 |
|
Richard Moore
|
efbfed0d40
|
Refactor API.
|
2018-06-15 04:18:17 -04:00 |
|
Richard Moore
|
7391cf8d19
|
Added consolidated definition file.
|
2018-06-14 05:38:37 -04:00 |
|
Richard Moore
|
be7a128bf4
|
Renaming files.
|
2018-06-14 02:55:44 -04:00 |
|
Richard Moore
|
b6794b96a5
|
Removed legacy gruntfile.
|
2018-06-14 02:26:34 -04:00 |
|
Richard Moore
|
4df78764a2
|
Updates phantomjs test cases for gulp and TypeScript dist files.
|
2018-06-14 02:25:56 -04:00 |
|
Richard Moore
|
c411d9744d
|
Added new checks and fixed up deploy for Contract.
|
2018-06-13 21:10:41 -04:00 |
|
Richard Moore
|
f7bfa50f15
|
Support for ENS addresses anywhere in a Contract call.
|
2018-06-13 20:02:28 -04:00 |
|
Richard Moore
|
8c0308dc58
|
Initial TypeScript migration.
|
2018-06-13 15:39:39 -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 |
|