Commit Graph

  • 8f8e17fdae v0.1.56 v0.1.56 Ganesha Upadhyaya 2020-11-22 13:00:40 -0800
  • 2762c8edbf audit fixes Ganesha Upadhyaya 2020-11-18 20:56:55 -0800
  • 2a3ad781b6 add missing link Ganesha Upadhyaya 2020-11-15 19:37:20 -0800
  • aea4ca0cc7 minor updates Ganesha Upadhyaya 2020-11-15 19:03:27 -0800
  • 13c0830916 adding more examples and links Ganesha Upadhyaya 2020-11-15 18:54:36 -0800
  • a7979a569f adding more examples Ganesha Upadhyaya 2020-11-15 18:44:01 -0800
  • 1b6e351aa8 add token faucet app demo Ganesha Upadhyaya 2020-11-15 18:04:52 -0800
  • 6e2c1e7653
    fixes issue: https://github.com/harmony-one/harmony/issues/3450 (#66) PeekPI 2020-11-13 17:43:57 +0800
  • d5feeb8d78 fixed testcase error #66 peekpi 2020-11-13 12:17:23 +0800
  • 4261bc15bb Merge remote-tracking branch 'origin/master' #65 peekpi 2020-11-12 17:09:08 +0800
  • 9aefc978f6 fixes issue: https://github.com/harmony-one/harmony/issues/3450 handle error of 'hmy_getBlockByNumber' which is sent by TruffleProvider peekpi 2020-11-12 16:53:16 +0800
  • 95453ee2e7 handle integer result returned by 'hmy_getAccountNonce' peekpi 2020-11-12 16:22:42 +0800
  • caa57d360d update latest docs url Ganesha Upadhyaya 2020-11-10 11:39:48 -0800
  • bc2d3a6e8d remove .env and .env.sample Ganesha Upadhyaya 2020-11-09 21:29:59 -0800
  • 73b97c7d07 removing examples, all of them are available inside package-level documentation Ganesha Upadhyaya 2020-11-09 21:21:50 -0800
  • cc4872a9f9 update sdk api reference Ganesha Upadhyaya 2020-11-09 20:56:50 -0800
  • c6fbf597a5
    Merge pull request #61 from harmony-one/dependabot/npm_and_yarn/packages/harmony-contract/node-fetch-2.6.1 Ganesha Upadhyaya 2020-11-09 17:04:07 -0800
  • 995f6b8f40
    Merge pull request #62 from harmony-one/dependabot/npm_and_yarn/packages/harmony-account/node-fetch-2.6.1 Ganesha Upadhyaya 2020-11-09 17:03:57 -0800
  • 6bcac8640e
    Merge pull request #63 from harmony-one/dependabot/npm_and_yarn/packages/harmony-core/node-fetch-2.6.1 Ganesha Upadhyaya 2020-11-09 17:03:43 -0800
  • cdf471b830
    accept hex string as input of type 'uin256' (#64) PeekPI 2020-11-09 20:23:00 +0800
  • f0e8056f84 accept hex string as input of type 'uin256' #64 lixp 2020-10-25 18:30:13 +0800
  • 1b977860ad Merge remote-tracking branch 'origin/master' lixp 2020-10-23 21:41:24 +0800
  • 93393dc36c
    use 'hmy_getAccountNonce' to update Nonce (#60) PeekPI 2020-10-23 21:38:55 +0800
  • 68e074011b fixed testcase error for sign transactions #60 lixp 2020-10-23 15:30:20 +0800
  • aaf148c1af
    Merge pull request #49 from harmony-one/dependabot/npm_and_yarn/packages/harmony-crypto/elliptic-6.5.3 Ganesha Upadhyaya 2020-10-22 07:40:11 -0700
  • f125047487
    Bump node-fetch from 2.6.0 to 2.6.1 in /packages/harmony-contract #61 dependabot[bot] 2020-10-22 14:40:05 +0000
  • e4f72e293e
    Bump node-fetch from 2.6.0 to 2.6.1 in /packages/harmony-account #62 dependabot[bot] 2020-10-22 14:40:05 +0000
  • 1c47f9c713
    Bump node-fetch from 2.6.0 to 2.6.1 in /packages/harmony-core #63 dependabot[bot] 2020-10-22 14:40:05 +0000
  • 85e0e76dc0
    Merge pull request #50 from harmony-one/dependabot/npm_and_yarn/elliptic-6.5.3 Ganesha Upadhyaya 2020-10-22 07:39:56 -0700
  • 7a8c0f9699
    Merge pull request #53 from harmony-one/dependabot/npm_and_yarn/examples/elliptic-6.5.3 Ganesha Upadhyaya 2020-10-22 07:39:45 -0700
  • cda12363c9
    Merge pull request #54 from harmony-one/dependabot/npm_and_yarn/packages/harmony-transaction/node-fetch-2.6.1 Ganesha Upadhyaya 2020-10-22 07:39:30 -0700
  • fb2fe2925b
    Merge pull request #55 from harmony-one/dependabot/npm_and_yarn/packages/harmony-staking/node-fetch-2.6.1 Ganesha Upadhyaya 2020-10-22 07:39:18 -0700
  • 2bf1b5a2cd use 'hmy_getAccountNonce' instead of 'hmy_getTransactionCount' when update nonce, beacuse 'hmy_getAccountNonce' get the nonce through txpool lixp 2020-10-22 18:13:21 +0800
  • a7e248a433 Merge remote-tracking branch 'origin/master' lixp 2020-10-22 18:11:28 +0800
  • 08d8f5aaf4
    fixes #30 (#59) PeekPI 2020-10-22 17:32:03 +0800
  • fd2481aa35 1. fixes #30 2. change contract.method.estimateGas() 3. use isOfType('constructor') instead of comparing methodKey to 'contractConstructor' #59 lixp 2020-10-22 17:08:13 +0800
  • 2e9c9c63dd Fixes #30 #58 lixp 2020-10-22 13:26:05 +0800
  • cf6fd13b86 Merge remote-tracking branch 'origin/master' lixp 2020-10-21 17:10:04 +0800
  • 794a590238
    support 'fallback' and 'receive' of solidity (#51) PeekPI 2020-10-21 17:07:21 +0800
  • cc4df6b24e
    Merge branch 'master' into master #51 PeekPI 2020-09-30 16:48:38 +0800
  • 43eb47107a
    Bump elliptic from 6.5.2 to 6.5.3 #50 dependabot[bot] 2020-09-29 16:32:29 +0000
  • 2a118ebb7f
    Bump node-fetch from 2.6.0 to 2.6.1 in /packages/harmony-staking #55 dependabot[bot] 2020-09-29 16:32:17 +0000
  • c8e1e7503c
    Bump elliptic from 6.5.2 to 6.5.3 in /packages/harmony-crypto #49 dependabot[bot] 2020-09-29 16:32:15 +0000
  • a81045946a
    Bump node-fetch from 2.6.0 to 2.6.1 in /packages/harmony-transaction #54 dependabot[bot] 2020-09-29 16:32:14 +0000
  • 26e38e9e35
    Bump elliptic from 6.5.2 to 6.5.3 in /examples #53 dependabot[bot] 2020-09-29 16:31:53 +0000
  • c49abc5691 v0.1.55 v0.1.55 Ganesha Upadhyaya 2020-09-29 09:30:56 -0700
  • ca83e5477c
    Merge pull request #52 from SebastianJ/expose-raw-abi Ganesha Upadhyaya 2020-09-29 07:59:16 -0700
  • 14fb03f3f2 Expose the raw abi #52 Sebastian Johnsson 2020-09-28 20:42:04 +0200
  • 40e0db00c5 Merge remote-tracking branch 'origin/master' lixp 2020-09-22 11:28:39 +0800
  • 4e111973b9 support 'fallback' and 'receive' of solidity lixp 2020-09-18 00:20:25 +0800
  • 463cfdfb68 udpate package lock json files by running npm install Dennis Won 2020-09-08 01:31:55 -0700
  • f1dbec9f45 update all dependencies versions to latest npm Dennis Won 2020-09-07 23:52:25 -0700
  • 4033b3f971 v0.1.54 v0.1.54 Dennis Won 2020-09-07 14:41:07 -0700
  • 018c2626fe package-lock.json should not be ignored by gitignore Dennis Won 2020-09-07 14:39:08 -0700
  • b63aae6bfb revert manual package.json versions bump Dennis Won 2020-09-07 14:08:46 -0700
  • aa1b811830 Merge pull request #45 from peekpi/master Ganesha Upadhyaya 2020-09-07 13:17:51 -0700
  • 2a1bcbbbbb
    Merge pull request #48 from harmony-one/enum Jong Hyuck Won 2020-09-07 13:13:19 -0700
  • e571c4bedc change const enums exports to enum #48 enum Dennis Won 2020-09-07 12:42:38 -0700
  • d34f347e9e
    Merge pull request #47 from harmony-one/e2e Jong Hyuck Won 2020-09-07 11:57:50 -0700
  • b6a9e4cc85 fix broken e2e test #47 e2e Dennis Won 2020-09-07 11:36:59 -0700
  • 6a0163eef4 Merge branch 'master' into methodcall #45 #40 lixp 2020-09-07 23:44:44 +0800
  • 7dd958349b
    Merge pull request #42 from HiroKryptor/master Ganesha Upadhyaya 2020-08-25 12:56:49 -0700
  • 44d58f1ba1 Add txParams function to the harmony-js/staking #44 staking_tnx_params Raptor 2020-08-25 12:27:20 -0700
  • 9aa0985993 if outputs of a contract method is empty, don't treat the etmpty return data as revert lixp 2020-08-21 13:06:15 +0800
  • 7d5e968ce1 handle the revert message lixp 2020-08-19 17:39:58 +0800
  • 17bcd47f37 v0.1.53 v0.1.53 Ganesha Upadhyaya 2020-08-18 22:38:54 -0700
  • 8bced38228 Revert "Merge pull request #43 from jelly-swap/fix-event-decoding" Ganesha Upadhyaya 2020-08-18 22:26:50 -0700
  • 084bcbb5db
    Add check id is hash in case RPCMethod return error #42 Hiro 2020-08-16 15:30:51 +0700
  • 8136549b75 v0.1.52 v0.1.52 Ganesha Upadhyaya 2020-08-14 16:36:58 -0700
  • 15c4b11502
    Merge pull request #43 from jelly-swap/fix-event-decoding Ganesha Upadhyaya 2020-08-13 07:35:15 -0700
  • 059e067b23 Start the topic count from 1. #43 kraikov 2020-08-13 14:03:42 +0300
  • 3bfe0deb4e Fix Uncaught (in promise) User rejected sign transaction request Hirokryptor 2020-08-13 06:19:00 +0700
  • 1bccf26d09 Fix Uncaught (in promise) User rejected sign transaction request #41 hirokryptor 2020-08-13 00:16:53 +0700
  • 0bf2f24333 1. accept ONE format address as contract method parameter 2. fixed a bug that contract method call always fails if contract.options.data not empty lixp 2020-08-12 21:29:51 +0800
  • 3f6005764d v0.1.51 v0.1.51 Ganesha Upadhyaya 2020-08-06 01:02:20 -0700
  • cb45ce9744 fixing the GC overflow issue Ganesha Upadhyaya 2020-08-06 00:58:21 -0700
  • 76661bf654 v0.1.50 v0.1.50 Ganesha Upadhyaya 2020-07-28 18:00:39 -0700
  • 802beb1898 fixing event subscription Ganesha Upadhyaya 2020-07-28 17:57:38 -0700
  • e26885932f
    Merge pull request #35 from jelly-swap/resolve-tx-without-confirmation Ganesha Upadhyaya 2020-07-27 07:23:53 -0700
  • 6043cafe3e The default value of waitConfirm set to true. #35 kraikov 2020-07-27 14:51:25 +0300
  • b17cedfa1a Optionally resolve send transaction's promise before confirmation. kraikov 2020-07-27 14:45:27 +0300
  • 1878e7a2c9 v0.1.49 v0.1.49 Ganesha Upadhyaya 2020-07-16 11:03:08 -0700
  • 0575f19c15 fixing truffle provider bug due to changed rpc response that includes miner one address Ganesha Upadhyaya 2020-07-16 11:00:51 -0700
  • 03206de34d cleanup Ganesha Upadhyaya 2020-07-16 10:48:58 -0700
  • 4ebe736137 v0.1.48 v0.1.48 Ganesha Upadhyaya 2020-07-13 11:57:24 -0700
  • 2d6d151f36
    Merge pull request #34 from harmony-one/add_onewallet_extension raptor1001 2020-07-13 11:47:03 -0700
  • 1aa1736a2b Add logout function #34 Raptor 2020-07-13 11:46:41 -0700
  • 074a3db5d9
    Update README.md Ganesha Upadhyaya 2020-07-09 23:45:34 -0700
  • 736625c177
    Merge pull request #27 from harmony-one/truffle_provider Ganesha Upadhyaya 2020-07-09 23:39:38 -0700
  • ebb16df6cb
    Update README.md Ganesha Upadhyaya 2020-07-09 23:38:48 -0700
  • 7bdf2c0dca Improve README with clear examples throughout packages Ganesha Upadhyaya 2020-07-07 15:56:12 -0700
  • 3890e20980 Improve README with clear examples throughout packages improve-dev-exp Ganesha Upadhyaya 2020-07-07 15:56:12 -0700
  • 24876f57a5 v0.1.47 v0.1.47 Ganesha Upadhyaya 2020-07-07 08:13:59 -0700
  • bf83596c22
    Merge pull request #33 from harmony-one/add_onewallet_extension coolcottontail 2020-07-02 10:37:08 -0700
  • c7fd30ec3f Integrated the onewallet extension #33 Raptor 2020-07-01 20:28:22 -0700
  • eb4af28428 1. accept bech32 format address when encoding address 2. return number instead of string when decoding uint8...uint48 3. fixed bug that contract call always fails if contract.options.data not empty #26 abidecode lixp 2020-06-16 22:47:10 +0800
  • bbcb1af037 fix(truffle_provider):remove prefix conditionly #27 truffle_provider neeboo 2020-06-12 15:47:33 +0800
  • f90792fd91 v0.1.46 v0.1.46 Ganesha Upadhyaya 2020-06-11 18:22:45 -0700
  • ab95524bd0
    Contract (#25) PeekPI 2020-06-10 12:05:03 +0800
  • 492239ee7b the contract address is not updated if it's not a contract deploy tx #25 lixp 2020-06-08 17:58:33 +0800