ethers.js/src.ts/utils
2020-01-29 22:01:42 -05:00
..
abi-coder.ts Fixed Contract and Interface constructor abi paramter type; should be a Fragment not a ParamType (#602). 2020-01-10 21:12:58 -05:00
address.ts Added utility function to compute CREATE2 addresses (#697). 2020-01-03 18:20:15 -05:00
base64.ts Change Buffer constructor to safer operations (#265). 2018-09-04 10:20:31 -04:00
basex.ts Fixed missing TypeArray slice on constrained environments. 2019-02-04 16:03:45 -05:00
bignumber.ts Add abs method to BigNumber (#375). 2018-12-12 16:10:28 -05:00
bytes.ts Fixed TypeScript 3.7-beta import issue (#622). 2019-10-17 01:30:00 +09:00
hash.ts Better error messages for namehash (#364). 2018-12-10 17:02:02 -05:00
hdnode.ts Fixed typo in error message (#592). 2019-08-26 15:59:43 -04:00
hmac.ts Major overhaul of file layout and import/export structure to better support TypeScript. 2018-09-24 15:55:17 -04:00
index.ts Added utility function to compute CREATE2 addresses (#697). 2020-01-03 18:20:15 -05:00
interface.ts Fix backwards compatibility with certain parsed JSON objects passed into Interface and Contracts (#721). 2020-01-29 22:01:42 -05:00
json-wallet.ts Moved static Wallet calls to utils and refactors exposed types. 2018-07-17 01:44:04 -04:00
keccak256.ts Major re-factor of the library layout for TypeScript; still up for discussion. 2018-07-30 18:59:52 -04:00
networks.ts Updated ENS registry address for all networks. 2020-01-29 21:54:49 -05:00
pbkdf2.ts Change Buffer constructor to safer operations (#265). 2018-09-04 10:20:31 -04:00
properties.ts Fixed and refactored populating transaction values for signers (#306). 2018-10-14 19:00:15 -04:00
random-bytes.ts Renamed convert to bytes. 2018-06-17 16:47:28 -04:00
rlp.ts Fixed typo in error message (#592). 2019-09-06 18:48:47 -04:00
secp256k1.ts Support for xpub and xpriv derivation and generating extended keys; no fromExtendedKey yet (#405). 2019-02-01 18:39:50 -05:00
secret-storage.ts Allow Secret Storage wallet address to be optional (#582). 2019-08-22 15:22:20 -04:00
sha2.ts Support for xpub and xpriv derivation and generating extended keys; no fromExtendedKey yet (#405). 2019-02-01 18:39:50 -05:00
shims.ts Fixed browser shim for setImmediate. 2018-07-17 02:05:24 -04:00
signing-key.ts Major overhaul of file layout and import/export structure to better support TypeScript. 2018-09-24 15:55:17 -04:00
solidity.ts Added no implicit any for TypeScript checking. 2018-06-22 20:30:50 -04:00
transaction.ts Added customizable log levels to quiet warnings (#379). 2018-12-27 15:48:38 -05:00
units.ts Fixed trailing-zero issue after commify fix. 2018-09-26 16:11:38 -04:00
utf8.ts Fixed typo in error message (#470). 2019-05-24 14:48:01 -04:00
web.ts Added fastRetry to polling for JsonRpcSigner to improve polling for sent transactions (#402). 2019-02-15 13:42:12 -05:00
wordlist.ts Major overhaul of file layout and import/export structure to better support TypeScript. 2018-09-24 15:55:17 -04:00