Compare commits
19 Commits
v5.0.0-bet
...
v5.0.0-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
adf56229c6 | ||
|
|
931da2f774 | ||
|
|
5878b54d6e | ||
|
|
a055edb585 | ||
|
|
2d72c856a2 | ||
|
|
f4bcf24a25 | ||
|
|
ea102ef7c4 | ||
|
|
92a383ff0d | ||
|
|
75e1a37bb5 | ||
|
|
c66d81e96f | ||
|
|
10943fc3ef | ||
|
|
bb9aa808a0 | ||
|
|
90ed07c74e | ||
|
|
245cd0e48e | ||
|
|
72b3bc9909 | ||
|
|
4151c0eacd | ||
|
|
c84664953d | ||
|
|
6f7fbf3858 | ||
|
|
41740956df |
26
CHANGELOG.md
26
CHANGELOG.md
@@ -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)
|
||||
-----------------------------------------
|
||||
|
||||
|
||||
@@ -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
BIN
github-cache/0218904b4f19
Normal file
Binary file not shown.
BIN
github-cache/04bca5ded041
Normal file
BIN
github-cache/04bca5ded041
Normal file
Binary file not shown.
BIN
github-cache/0549c9bea008
Normal file
BIN
github-cache/0549c9bea008
Normal file
Binary file not shown.
Binary file not shown.
BIN
github-cache/0b48a247e5f5
Normal file
BIN
github-cache/0b48a247e5f5
Normal file
Binary file not shown.
BIN
github-cache/1289f5521d8d
Normal file
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
BIN
github-cache/19ece3f2c5b1
Normal file
Binary file not shown.
BIN
github-cache/1d2e169a302c
Normal file
BIN
github-cache/1d2e169a302c
Normal file
Binary file not shown.
Binary file not shown.
BIN
github-cache/22be1ef243e0
Normal file
BIN
github-cache/22be1ef243e0
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
github-cache/27e1af19072c
Normal file
BIN
github-cache/27e1af19072c
Normal file
Binary file not shown.
Binary file not shown.
BIN
github-cache/2d744f44d217
Normal file
BIN
github-cache/2d744f44d217
Normal file
Binary file not shown.
Binary file not shown.
BIN
github-cache/329b142b1fe5
Normal file
BIN
github-cache/329b142b1fe5
Normal file
Binary file not shown.
BIN
github-cache/32bc36734614
Normal file
BIN
github-cache/32bc36734614
Normal file
Binary file not shown.
BIN
github-cache/341c4717b700
Normal file
BIN
github-cache/341c4717b700
Normal file
Binary file not shown.
Binary file not shown.
BIN
github-cache/3b67d10ad434
Normal file
BIN
github-cache/3b67d10ad434
Normal file
Binary file not shown.
BIN
github-cache/3bfcdfbc7dda
Normal file
BIN
github-cache/3bfcdfbc7dda
Normal file
Binary file not shown.
BIN
github-cache/3faa2757d6bf
Normal file
BIN
github-cache/3faa2757d6bf
Normal file
Binary file not shown.
BIN
github-cache/40cc0750eb2a
Normal file
BIN
github-cache/40cc0750eb2a
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
github-cache/44bd614bbbf8
Normal file
BIN
github-cache/44bd614bbbf8
Normal file
Binary file not shown.
BIN
github-cache/45652becef04
Normal file
BIN
github-cache/45652becef04
Normal file
Binary file not shown.
Binary file not shown.
BIN
github-cache/47a41485d6fb
Normal file
BIN
github-cache/47a41485d6fb
Normal file
Binary file not shown.
BIN
github-cache/488b7499061a
Normal file
BIN
github-cache/488b7499061a
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
github-cache/4ed0802c54f3
Normal file
BIN
github-cache/4ed0802c54f3
Normal file
Binary file not shown.
BIN
github-cache/53217b72c7f4
Normal file
BIN
github-cache/53217b72c7f4
Normal file
Binary file not shown.
BIN
github-cache/55a07ae2682d
Normal file
BIN
github-cache/55a07ae2682d
Normal file
Binary file not shown.
BIN
github-cache/5843349154b1
Normal file
BIN
github-cache/5843349154b1
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
github-cache/5efd3a733a17
Normal file
BIN
github-cache/5efd3a733a17
Normal file
Binary file not shown.
Binary file not shown.
BIN
github-cache/61dacaa76db6
Normal file
BIN
github-cache/61dacaa76db6
Normal file
Binary file not shown.
BIN
github-cache/63edbcad04df
Normal file
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
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
BIN
github-cache/85231bc0221d
Normal file
Binary file not shown.
Binary file not shown.
BIN
github-cache/87c8fc8a8099
Normal file
BIN
github-cache/87c8fc8a8099
Normal file
Binary file not shown.
BIN
github-cache/8e33a1c58306
Normal file
BIN
github-cache/8e33a1c58306
Normal file
Binary file not shown.
BIN
github-cache/900d54543a33
Normal file
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
BIN
github-cache/98be2ecb6b29
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
github-cache/a2d6e94aea67
Normal file
BIN
github-cache/a2d6e94aea67
Normal file
Binary file not shown.
BIN
github-cache/a4a3abda4f3b
Normal file
BIN
github-cache/a4a3abda4f3b
Normal file
Binary file not shown.
BIN
github-cache/a866f168001e
Normal file
BIN
github-cache/a866f168001e
Normal file
Binary file not shown.
Binary file not shown.
BIN
github-cache/aff6f5f15856
Normal file
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
BIN
github-cache/bc8b48e4e559
Normal file
Binary file not shown.
BIN
github-cache/bc9fd38095f5
Normal file
BIN
github-cache/bc9fd38095f5
Normal file
Binary file not shown.
BIN
github-cache/c24c591da82a
Normal file
BIN
github-cache/c24c591da82a
Normal file
Binary file not shown.
BIN
github-cache/c48e1932eabd
Normal file
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
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
BIN
github-cache/dbbf4458db0c
Normal file
Binary file not shown.
BIN
github-cache/ddafd387d5c6
Normal file
BIN
github-cache/ddafd387d5c6
Normal file
Binary file not shown.
BIN
github-cache/e0c526d6243c
Normal file
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
Reference in New Issue
Block a user