Simon Jentzsch

Results 13 comments of Simon Jentzsch

we are looking for a solution to track balance changes and run queries against it. (like what is the amount moved from a certain account within a defined blockrange.) But...

Hi thanks for the feedback. Since we are currently preparing to replace this typescript-implementation by a pure wasm-impl, I would suggest to use `in3-wasm` instead. We API is (almost) the...

This should be fixed. Can you try with the latest version?

hmm. I tried to reproduce it, but I send this request (through the comandline util) . I get a correct response: ``` in3 {"jsonrpc":"2.0","method":"eth_call","params":[{"to":"0x314159265dd8dbb310642f98f50c066173c1259b","data":"0x0178b8bfee6c4522aab0003e8d14cd40a6af439055fd2577951148c14b6cea9a53475835"},"latest"],"id":1} {"jsonrpc":"2.0","id":1,"result":"0x000000000000000000000000226159d592e2b063810a10ebf6dcbada94ed68b8"} ```

this is a good hint. The jar in the release is build by our CI and contains the shared libs for all the different platform. if you buuild this localy,...

on the commandline this works as ```sh in3 -c btc -f 5 getrawtransaction f84f182e531d0c33b6952c57a8b3e1edecc1851a273dbdd0db2404213bcec8d6 true in3 -c btc -f 5 getblockheader 00000000000000000002596ec480fb2aa28dad2ef020a74c406a9bd73901950d true ``` in ts ```js import { IN3...

of course! But at the moment incubed is able to verify transactions and blocks. What we are not able to verify yet, is a balance of an account, since this...

This is awesome! I will test it out and let you know in case of any issues!

Yes, just tested it and this would indeed work for us! Tanks a lot. There is only one issue: Currently the salt is calculated from the signer key and the...

I just created a small PR to simply switch the order: https://github.com/matter-labs/zksync/pull/259