Antony Denyer
Antony Denyer
> For my benefit, how does jfrog.io work? Is this https://hyperledger.jfrog.io/ only hosting one project? You need to pay on a per-project basis. Any project that's part of hyperledger can...
It's certainly feasible the concerns I have are around long term maintainability. The more things we add the harder it is to keep up to date with upstream. I personally...
(From a colleague) The main changes were in how to represent empty data and numbers. You can compare the extra data encoding by looking at https://github.com/hyperledger/besu/blob/main/consensus/ibft/src/main/java/org/hyperledger/besu/consensus/ibft/IbftExtraDataCodec.java https://github.com/hyperledger/besu/blob/main/consensus/qbft/src/main/java/org/hyperledger/besu/consensus/qbft/QbftExtraDataCodec.java
Hi, thanks for the contribution. Can you make the changes upstream in https://github.com/ethereum/go-ethereum then they will get merged into our codebase in due course.
Agreed, the logs are rather verbose! We're re-writing to the ingestion to process to be a bit more robust.
This is a broader topic than just calculating hashes. Currently when using a preloaded data from disk data is fetched at execution time. ie when you call the `ListBuckets` endpoint...
I think there's potential for some ordering issues here, the `JsonRpcHttpService` starts before ethereum main loop starts. So you could be responding with "UP" before besu is fully up, but...
Ideally we would be able to configure a gas price at a block height (via a config transition)
I think the current schema could use a bit of a tidy up 😄 something like ``` transitions : [{ block: 134, changeSetting: something }] ``` It'd be nice to...
GoQuorum implementation https://github.com/ConsenSys/quorum/pull/1433