kstdl

Results 14 issues of kstdl

Getting block with `eth_getBlockByNumber` returns hash that is different from pbft block hash and it is a hash of block in Ethereum format. Should we have pbft block hash there?

task

Revise local-net script. We have options for bootnodes count and we was creating this bootnodes old way by adding argument to taraxad, but we already using separate binaries. https://github.com/Taraxa-project/taraxa-node/blob/develop/for_devs/local-net#L128 Looks...

refactor
non-breaking-change

## Is your feature request related to a problem? Please describe. For now all conan libraries in linked statically not depending on project build type. I think we should build...

Remove hash from the BlockHeader rlp to not store it in the database as it could be calculated on parsing

task