Carlos Faria
Carlos Faria
I forked chainhammer to work with Pantheon/Besu (with `eth_sendRawTransaction`): https://github.com/blockbirdLabs/hammer I used threads to improve the sign process, and then when signature of all the transactions are finished is when...
I think I have a similar problem with this. ``` TypeError: crypto.createHash is not a function at Object.Hash.sha256 (hash.js:18) at Object.Hash.sha256ripemd160 (hash.js:35) at Function.Address._transformPublicKey (address.js:227) at Function.Address.fromPublicKey (address.js:292) at PrivateKey.toAddress...
I fixed my problem, changing webpack config file: ``` node: { ... crypto: true, ... } ```
@rlim19 `/node_modules/@angular/cli/models/webpack-configs/common.js`
Hello @ogurcan, I've been finishing the paper that I will now present to the 2019 IEEE International Conference on Blockchain. You can find the paper here: https://www.carlosfaria.com/papers/blocksim-blockchain-simulator.pdf And the presentation:...
Our paper was published here: [BlockSim: Blockchain Simulator](https://ieeexplore.ieee.org/document/8946201)
Hi @Jiali-Xing Thanks for your interest in my work. Yes, it is supposed to have less transactions inserted in blocks if we increase `interval` with a smaller `duration`. Can you...
Sorry for the delay on the response, I changed jobs and had some vacations. It's ok for blocks to be broadcasted without transactions, it is the "heartbeat" of most of...
Hi @IvanGoncharov the community is contributing, unfortunately without feedback from maintainers.
@aaronbarnardsound @techgangboss we are having the same issue running tests on Jest. It's possible to provide a transpile with babel? Thanks