Compare commits

...

19 Commits

Author SHA1 Message Date
Richard Moore
adf56229c6 Fixed imports after refactor. 2020-01-20 19:34:55 -05:00
Richard Moore
931da2f774 Refactor some enum names and add UTF-8 error support to the umbrella package. 2020-01-20 19:29:06 -05:00
Richard Moore
5878b54d6e Allow arbitrary apiKey for UrlJsonRpcProvider. 2020-01-20 19:27:33 -05:00
Richard Moore
a055edb585 Added more general error handling (e.g. error, ignore, replace) for calling toUtf8String. 2020-01-20 19:26:49 -05:00
Richard Moore
2d72c856a2 Updated dist files. 2020-01-18 21:48:12 -05:00
Richard Moore
f4bcf24a25 Much more resiliant FallbackProvider which can ignore properties that are only approximate and supports per-provider priorities (#635, #588). 2020-01-18 21:24:28 -05:00
Richard Moore
ea102ef7c4 Fixed some typing for receipts and logs (#497). 2020-01-18 21:11:55 -05:00
Richard Moore
92a383ff0d Abstracting mnemonic phrases (#685). 2020-01-18 21:09:02 -05:00
Richard Moore
75e1a37bb5 Sync GitHub issues. 2020-01-11 20:15:29 -05:00
Richard Moore
c66d81e96f Fixed 304 status for fetchJson. 2020-01-11 20:14:29 -05:00
Richard Moore
10943fc3ef Updated dist files. 2020-01-11 04:18:28 -05:00
Richard Moore
bb9aa808a0 Fixed date formatting in CHANGELOG. 2020-01-11 04:17:08 -05:00
Richard Moore
90ed07c74e Fixed testcases for provider changes. 2020-01-11 04:11:55 -05:00
Richard Moore
245cd0e48e Add support for legacy flat signatures with recid instead of normalized v. 2020-01-11 04:10:57 -05:00
Richard Moore
72b3bc9909 Fix TransactionResponse to have chainId instead of legacy networkId (#700). 2020-01-11 03:34:59 -05:00
Richard Moore
4151c0eacd Fixed splitSignature computing wrong v for BytesLike (#700). 2020-01-11 03:34:00 -05:00
Richard Moore
c84664953d Added dist files for hardware-wallets. 2020-01-10 20:09:40 -05:00
Richard Moore
6f7fbf3858 Browser support (with dist files) for Ledger. 2020-01-10 19:59:20 -05:00
Richard Moore
41740956df Updated dist files. 2020-01-10 03:19:21 -05:00
281 changed files with 9124 additions and 2407 deletions

View File

@@ -3,6 +3,32 @@ Changelog
This change log is managed by `scripts/cmds/update-versions` but may be manually updated.
ethers/v5.0.0-beta.168 (2020-01-18 21:46)
-----------------------------------------
- Much more resiliant FallbackProvider which can ignore properties that are only approximate and supports per-provider priorities. ([#635](https://github.com/ethers-io/ethers.js/issues/635), [#588](https://github.com/ethers-io/ethers.js/issues/588); [f4bcf24](https://github.com/ethers-io/ethers.js/commit/f4bcf24a257a17ec9beb98f3d0b3682de543534c))
- Fixed some typing for receipts and logs. ([#497](https://github.com/ethers-io/ethers.js/issues/497); [ea102ef](https://github.com/ethers-io/ethers.js/commit/ea102ef7c4fa5df7b9389fbc8a2947bbbd4c471e))
- Abstracting mnemonic phrases. ([#685](https://github.com/ethers-io/ethers.js/issues/685); [92a383f](https://github.com/ethers-io/ethers.js/commit/92a383ff0dad4587e44953efca3c6ab795a1b1bd))
- Sync GitHub issues. ([75e1a37](https://github.com/ethers-io/ethers.js/commit/75e1a37bb5935d5d538ffcfce5b0073e1334d457))
- Fixed 304 status for fetchJson. ([c66d81e](https://github.com/ethers-io/ethers.js/commit/c66d81e96f7c9b0808f181085ffe1c92f6219d46))
ethers/v5.0.0-beta.167 (2020-01-11 04:16)
-----------------------------------------
- Fixed testcases for provider changes. ([90ed07c](https://github.com/ethers-io/ethers.js/commit/90ed07c74e7230ea0f02288b140d497d8b9779e0))
- Add support for legacy flat signatures with recid instead of normalized v. ([245cd0e](https://github.com/ethers-io/ethers.js/commit/245cd0e48e07eef35f5bf45ee7fe5ed5ef31338a))
- Fix TransactionResponse to have chainId instead of legacy networkId. ([#700](https://github.com/ethers-io/ethers.js/issues/700); [72b3bc9](https://github.com/ethers-io/ethers.js/commit/72b3bc9909074893038c768f3da1564ed96a6a20))
- Fixed splitSignature computing wrong v for BytesLike. ([#700](https://github.com/ethers-io/ethers.js/issues/700); [4151c0e](https://github.com/ethers-io/ethers.js/commit/4151c0eacd22287e2369a8656ffa00359db6f84b))
- Added dist files for hardware-wallets. ([c846649](https://github.com/ethers-io/ethers.js/commit/c84664953d2f50ee0d704a8aa18fe6c08668dabb))
- Browser support (with dist files) for Ledger. ([6f7fbf3](https://github.com/ethers-io/ethers.js/commit/6f7fbf3858c82417933a5e5595a919c0ec0487c7))
ethers/v5.0.0-beta.166 (2020-01-10 03:09)
-----------------------------------------
- Relaxed joinSignature API to allow SignauteLike. ([602e6a8](https://github.com/ethers-io/ethers.js/commit/602e6a8973480299843a0158f75451a2c6aac749))
- Initial code drop of new hardware wallet package. ([2e8f5ca](https://github.com/ethers-io/ethers.js/commit/2e8f5ca7ed498261079da75713b18f3370dfd236))
- Added more docs. ([381a72d](https://github.com/ethers-io/ethers.js/commit/381a72ddaa7fb59ef2ded84d228296d693df05c3))
ethers/v5.0.0-beta.165 (2020-01-09 03:31)
-----------------------------------------

View File

@@ -25,7 +25,7 @@ function getDate(date) {
function getDateTime(date) {
return getDate(date) + " " + [
date.getHours(),
zpad(date.getHours()) ,
zpad(date.getMinutes() + 1)
].join(":");
}

Binary file not shown.

BIN
github-cache/0218904b4f19 Normal file

Binary file not shown.

BIN
github-cache/04bca5ded041 Normal file

Binary file not shown.

BIN
github-cache/0549c9bea008 Normal file

Binary file not shown.

Binary file not shown.

BIN
github-cache/0b48a247e5f5 Normal file

Binary file not shown.

BIN
github-cache/1289f5521d8d Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
github-cache/19ece3f2c5b1 Normal file

Binary file not shown.

BIN
github-cache/1d2e169a302c Normal file

Binary file not shown.

Binary file not shown.

BIN
github-cache/22be1ef243e0 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
github-cache/27e1af19072c Normal file

Binary file not shown.

Binary file not shown.

BIN
github-cache/2d744f44d217 Normal file

Binary file not shown.

Binary file not shown.

BIN
github-cache/329b142b1fe5 Normal file

Binary file not shown.

BIN
github-cache/32bc36734614 Normal file

Binary file not shown.

BIN
github-cache/341c4717b700 Normal file

Binary file not shown.

Binary file not shown.

BIN
github-cache/3b67d10ad434 Normal file

Binary file not shown.

BIN
github-cache/3bfcdfbc7dda Normal file

Binary file not shown.

BIN
github-cache/3faa2757d6bf Normal file

Binary file not shown.

BIN
github-cache/40cc0750eb2a Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
github-cache/44bd614bbbf8 Normal file

Binary file not shown.

BIN
github-cache/45652becef04 Normal file

Binary file not shown.

Binary file not shown.

BIN
github-cache/47a41485d6fb Normal file

Binary file not shown.

BIN
github-cache/488b7499061a Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
github-cache/4ed0802c54f3 Normal file

Binary file not shown.

BIN
github-cache/53217b72c7f4 Normal file

Binary file not shown.

BIN
github-cache/55a07ae2682d Normal file

Binary file not shown.

BIN
github-cache/5843349154b1 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
github-cache/5efd3a733a17 Normal file

Binary file not shown.

Binary file not shown.

BIN
github-cache/61dacaa76db6 Normal file

Binary file not shown.

BIN
github-cache/63edbcad04df Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
github-cache/6cb307543905 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
github-cache/85231bc0221d Normal file

Binary file not shown.

Binary file not shown.

BIN
github-cache/87c8fc8a8099 Normal file

Binary file not shown.

BIN
github-cache/8e33a1c58306 Normal file

Binary file not shown.

BIN
github-cache/900d54543a33 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
github-cache/98be2ecb6b29 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
github-cache/a2d6e94aea67 Normal file

Binary file not shown.

BIN
github-cache/a4a3abda4f3b Normal file

Binary file not shown.

BIN
github-cache/a866f168001e Normal file

Binary file not shown.

Binary file not shown.

BIN
github-cache/aff6f5f15856 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
github-cache/bc8b48e4e559 Normal file

Binary file not shown.

BIN
github-cache/bc9fd38095f5 Normal file

Binary file not shown.

BIN
github-cache/c24c591da82a Normal file

Binary file not shown.

BIN
github-cache/c48e1932eabd Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
github-cache/cdcb71b3a1a3 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
github-cache/dbbf4458db0c Normal file

Binary file not shown.

BIN
github-cache/ddafd387d5c6 Normal file

Binary file not shown.

BIN
github-cache/e0c526d6243c Normal file

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More