Commit Graph

  • aa67537097
    Added fallback operations to contract (#182). Richard Moore 2018-06-22 02:10:46 -04:00
  • 63e5ad1d95
    Removed deprecated wallet operations (brainwallets and bare send). Richard Moore 2018-06-22 02:08:52 -04:00
  • b2be7c807f
    Set up setImmediate for browsers. Richard Moore 2018-06-22 02:07:57 -04:00
  • dde33aa5a5
    Add tsconfig to npmignore. Richard Moore 2018-06-21 21:15:28 -04:00
  • 91f6e8ede6
    Updated npmignore for TypeScript. Richard Moore 2018-06-21 21:13:34 -04:00
  • 7d8abf4463
    Added sandbox test HTML file for debugging and testing. Richard Moore 2018-06-21 21:01:52 -04:00
  • 6abab3b974
    Moved demo wallet to dist. Richard Moore 2018-06-21 21:01:29 -04:00
  • 970613fad9
    Fixed wallet example. Richard Moore 2018-06-21 20:58:13 -04:00
  • edbf8e319c
    Fixed resovleProperties not resolving properties. Richard Moore 2018-06-21 20:41:09 -04:00
  • 28cd3cace2
    Moved TypeScript generation to match library layout for easier importing sub-components. Richard Moore 2018-06-21 20:24:30 -04:00
  • 45f8827c6e
    Moving wordlist generation scripts to tests. Richard Moore 2018-06-21 18:03:29 -04:00
  • 342be430cb
    Added types to package.json. Richard Moore 2018-06-21 17:57:33 -04:00
  • 622f02c369
    Fix padding and stripping for signatures. Richard Moore 2018-06-20 22:07:26 -04:00
  • 263bf8047a
    Updated dist files (patch version bump). Richard Moore 2018-06-20 22:06:05 -04:00
  • 2feced5937
    Strip the r and s (since we not pad) for transactions. Richard Moore 2018-06-20 22:03:23 -04:00
  • 6de0a765c9
    Updated readme. Richard Moore 2018-06-20 21:19:08 -04:00
  • 4fd35224b3
    Updated readme and dist files. Richard Moore 2018-06-20 21:14:56 -04:00
  • 52dc35bf0e
    Added missing String.prototype.normalize shim for phantomjs testing. Richard Moore 2018-06-20 21:12:04 -04:00
  • 2a111ab6ce
    Added mnemonic language support for Chinese, Italian, Japanese and Korean. Richard Moore 2018-06-20 20:29:54 -04:00
  • 5631f071c3 pad output of signDigest Li Xuanji 2018-06-19 13:37:46 -04:00
  • a0f92954c8
    Removing Etehrscan tests temporarily because Etherscan is down. Richard Moore 2018-06-19 02:21:52 -04:00
  • 64b312ef6e
    Adding phantomjs testing for Travis CI back. Richard Moore 2018-06-19 02:14:41 -04:00
  • baf92d4ec8
    Added missing browser implementations for crypto. Richard Moore 2018-06-19 02:14:06 -04:00
  • 1d282c544a
    Fixed up formatting for transforming. Richard Moore 2018-06-19 02:13:34 -04:00
  • 5b18a63ebc
    Use node crypto in node environments. Richard Moore 2018-06-19 02:12:57 -04:00
  • 336df72e04
    Refactor Provider. Richard Moore 2018-06-18 18:49:00 -04:00
  • cf79190175
    Node 6 does not like async/await, which breaks Travis CI testing. Richard Moore 2018-06-18 14:53:41 -04:00
  • 5da4917c27
    Refactoring. Richard Moore 2018-06-18 05:42:41 -04:00
  • c1b24e818c
    Renamed convert to bytes. Richard Moore 2018-06-17 16:47:28 -04:00
  • af893e79a4
    Refectoring; split getAddress, expose transactions, hex operations. Richard Moore 2018-06-17 16:32:57 -04:00
  • aa48dfcdf4
    Removed stray localName in array sub-coders. Richard Moore 2018-06-15 17:50:22 -04:00
  • efbfed0d40
    Refactor API. Richard Moore 2018-06-15 04:18:17 -04:00
  • 27a8c62696
    link react-native-scrypt sophietech 2018-06-15 14:57:10 +08:00
  • 059b03e090
    Fixed ABI coder mutabing input. Richard Moore 2018-06-14 16:55:54 -04:00
  • 7391cf8d19
    Added consolidated definition file. Richard Moore 2018-06-14 05:38:37 -04:00
  • fdd5225fe4
    convert salt to int array sophietech 2018-06-14 15:27:39 +08:00
  • be7a128bf4
    Renaming files. Richard Moore 2018-06-14 02:55:44 -04:00
  • b6794b96a5
    Removed legacy gruntfile. Richard Moore 2018-06-14 02:26:34 -04:00
  • 4df78764a2
    Updates phantomjs test cases for gulp and TypeScript dist files. Richard Moore 2018-06-14 02:25:56 -04:00
  • f2678542cd
    add RNencrypt to call secretStorage.RNencrypt sophietech 2018-06-14 14:24:53 +08:00
  • cd95294483
    add RNfromEncyptedWallet for react-native sophietech 2018-06-14 14:06:44 +08:00
  • 9eefd40031
    add RNdecrypt and lowwercase 'Crypto' to 'crypto' sophietech 2018-06-14 13:53:09 +08:00
  • 79609fc782
    add RNencrypt for react-native sophietech 2018-06-14 13:41:49 +08:00
  • bcefbee1f6
    Update package.json sophietech 2018-06-14 13:30:24 +08:00
  • c411d9744d
    Added new checks and fixed up deploy for Contract. Richard Moore 2018-06-13 21:10:41 -04:00
  • f7bfa50f15
    Support for ENS addresses anywhere in a Contract call. Richard Moore 2018-06-13 20:02:28 -04:00
  • 8c0308dc58
    Initial TypeScript migration. Richard Moore 2018-06-13 15:39:39 -04:00
  • 4758b30cd3
    Updated mocha version to resolve node-growl security issue (not important, only part of the test suite). Richard Moore 2018-06-10 01:16:20 -04:00
  • 6a8ca9c318
    Correctly transform uint to uint256 and int to int256 for signatures. Richard Moore 2018-06-06 20:48:45 -04:00
  • 884593ab76
    Updated dist files. Richard Moore 2018-06-05 19:40:28 -04:00
  • 0517f70946
    Temporary: remove ropsten test cases, it is having issues. Richard Moore 2018-06-05 19:38:35 -04:00
  • 514aab7ee3
    Added positional and keyword argument test cases for ABIv2. Richard Moore 2018-06-05 19:32:18 -04:00
  • eaaa689f2f
    Temporary - remove ropsten testcases for Etherscan (it is down). Richard Moore 2018-06-05 19:20:21 -04:00
  • cf7872a498
    Moved contract tests to Rinkeby. Richard Moore 2018-06-05 19:19:40 -04:00
  • f779b6e3cc
    Fixed named parameters for tuples. Richard Moore 2018-06-05 19:18:41 -04:00
  • a6cced81d6
    Merge branch 'master' of github.com:ethers-io/ethers.js Richard Moore 2018-06-03 20:50:33 -04:00
  • 62e51861b8
    Added more flexible ABI coder. Richard Moore 2018-06-03 20:50:21 -04:00
  • 6c6e031254
    Added parseTransaction to interface to detect and parse relevant function and args. Richard Moore 2018-06-03 17:10:48 -04:00
  • 48c07f6ef6
    Prevent pending filter hashes from returning null. Richard Moore 2018-06-03 17:08:25 -04:00
  • 1b6c20341e Updated Etherscan API URLs. Richard Moore 2018-06-03 16:54:13 -04:00
  • 75eb7ed507 Merge branch 'patch-1' of git://github.com/vasilisAntonakis/ethers.js into vasilisAntonakis-patch-1 Richard Moore 2018-06-03 16:54:03 -04:00
  • cd360a4f8c Updated CDN file in readme. Richard Moore 2018-06-03 16:51:23 -04:00
  • fd27d3e2ce Merge branch 'patch-1' of git://github.com/alcuadrado/ethers.js into alcuadrado-patch-1 Richard Moore 2018-06-03 16:51:11 -04:00
  • 6737128b84
    Merge branch 'master' of github.com:ethers-io/ethers.js Richard Moore 2018-06-03 16:46:23 -04:00
  • 63b2eae4f5
    Increase timeout for signing test cases. Richard Moore 2018-06-03 05:02:52 -04:00
  • 0b34aea23a
    Increase timeout for signing test cases. Richard Moore 2018-06-03 04:59:53 -04:00
  • 1290fa0073
    Adding browser/process for now to try fixing Travis CI. Richard Moore 2018-06-03 03:16:58 -04:00
  • da74e95f88
    Fixing Travis CI, missing nextTick. Richard Moore 2018-06-03 02:42:53 -04:00
  • ac82a5cb83
    Merge branch 'master' of github.com:ethers-io/ethers.js Richard Moore 2018-06-03 01:11:49 -04:00
  • ba21348c0f
    Added package-lock.json to fix PhantomJS tests on Travis CI. Richard Moore 2018-06-03 01:09:57 -04:00
  • b91342bd20
    Use result.value[0] for revert reason and ignore names Alex Browne 2018-06-01 13:03:51 -07:00
  • 3cc32db979
    Add test for EIP 838 revert reason decoding Alex Browne 2018-06-01 11:59:34 -07:00
  • c809d5e1f3
    Add support for decoding EIP 838 revert reasons Alex Browne 2018-06-01 11:22:22 -07:00
  • 27207037a8
    Fix browser installation instructions in README.md Patricio Palladino 2018-05-31 14:55:05 -03:00
  • a612e1e8fa Added hashMessage to Wallet. Richard Moore 2018-05-31 02:13:59 -04:00
  • 08d3547d4e
    Updated dist files. Richard Moore 2018-05-31 02:13:43 -04:00
  • 7702d4ce7c
    API baseUrl changed Vasilis Antonakis 2018-05-28 21:49:20 +03:00
  • 3bf39b3bee Promote getHash into a static method of the Wallet. Antoni Kedracki 2018-05-19 17:47:45 +02:00
  • 417065bad6
    Added wait to transactions from JsonRpcSigner in sendTransaction (#177). Richard Moore 2018-05-15 15:32:32 -04:00
  • 3cb21dd6c7
    Added timestamp to EtherscanProvider history (#174). Richard Moore 2018-05-14 15:50:25 -04:00
  • cebf2aab29
    Better error messages for contracts. Richard Moore 2018-04-16 21:42:17 -04:00
  • 72bf73f931
    Updated dist files. Richard Moore 2018-04-16 21:31:49 -04:00
  • 65caec2ea5
    Fix for Ganache getLogs. Richard Moore 2018-04-16 19:15:44 -04:00
  • ea7c74d48d
    Version bump (patch). Richard Moore 2018-04-14 17:07:14 -04:00
  • 86df2306c4
    Merge branch 'jlindberg-oss-jlindberg-oss-gethistory' Richard Moore 2018-04-14 17:06:15 -04:00
  • 6c12d8f30c
    Merge branch 'jlindberg-oss-gethistory' of git://github.com/jlindberg-oss/ethers.js into jlindberg-oss-jlindberg-oss-gethistory Richard Moore 2018-04-14 17:05:56 -04:00
  • e649a22ccf
    Added basic authentication to JsonRpcProvider. Richard Moore 2018-04-14 16:10:26 -04:00
  • eddf9de8f9
    Refactor providers; moved getSigner and listAccounts to JsonRpcProvider from Web3Provider, using errors and added initial IpcProvider. Richard Moore 2018-04-13 18:21:48 -04:00
  • 7e91091cc3
    Updated dist files. Richard Moore 2018-04-12 18:31:02 -04:00
  • 9745a6ecbc
    Added arg to SigningKey errors. Richard Moore 2018-04-12 18:29:53 -04:00
  • 3936b15afc
    Added long chain ID support to parsing. Richard Moore 2018-04-12 18:29:22 -04:00
  • efb7dce524
    Added splitSignature and beginning of better error messages. Richard Moore 2018-04-12 15:18:11 -04:00
  • 77f3718b58
    add confirmations field from transaction response jlindberg-oss 2018-04-08 02:24:30 -04:00
  • ac4b5d9199
    handle 0 results from getHistory without error-ing jlindberg-oss 2018-04-07 23:44:59 -04:00
  • fdb7114511
    Version bump (patch). Richard Moore 2018-04-05 15:48:46 -04:00
  • 03f8c1db86
    Added better errors when calling contracts with incorrect number of arguments. Richard Moore 2018-04-05 15:47:34 -04:00
  • 12b68b0242
    Added support for arbitrary number of decimals to parseUnits and formatUnits. Richard Moore 2018-04-05 15:46:44 -04:00
  • 28ddf485ed
    Allow large block difficulty, but set it to null for PoA (#152). Richard Moore 2018-04-05 15:31:31 -04:00
  • fabcc971d7
    Merge f3c9dec3aa21d67966858ef54208f6a30985d007 into 96d420e8323c867c9074d8eac576a1914da2687f Roderik van der Veer 2018-04-05 11:56:25 +00:00
  • f3c9dec3aa fix: do not fail on block difficulties greater than 53 bit numbers Roderik van der Veer 2018-04-05 13:33:40 +02:00