kaya
kaya copied to clipboard
RPC Server for Zilliqa
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
Zilliqa blockchain returns `Txn hash not Present` when `GetTransaction` is called with unknown hash: ``` curl -d '{ "id": "1", "jsonrpc": "2.0", "method": "GetTransaction", "params": ["655107c300e86ee6e819af1cbfce097db1510e8cd971d99f32ce2772dcad42f2"] }' -H "Content-Type: application/json"...
`deployed_contract.getState()`gives me a full list of contract states : ``` { _balance: '0', price: '0', ipfsInventory: [ { key: 'Qm001', val: [Object] } ], registered_items: [ { key: '0x7bb3b0e8a59f3f61d9bff038f4aeb42cae2ecce8', val:...
Might be a server side problem, although I posted it already as Zilpay issue https://github.com/zilpay/zil-pay/issues/21
getState returns a different format for Maps on Kaya than Testnet Testnet (https://dev-api.zilliqa.com) ``` { "_balance": "6000", "ipfsInventory": { "Qm001": { "argtypes": [], "arguments": [ "0x0ba87f4374f7d9fe3ddf75b11439506b491a779a", "946652", "metadata_1" ], "constructor":...