Tags: gfukushima/besu
Tags
Release 22.4.3 (hyperledger#3978) * reverts disconnect of pow network * updates gav coords to 22.4.3 Signed-off-by: Justin Florentine <[email protected]>
fixed manifest generation for latest docker tag (hyperledger#3880) Signed-off-by: Sally MacFarlane <[email protected]>
Release 22.4.0 (hyperledger#3783) * fix nullpointer on snapsync (hyperledger#3773) * Introduce RocksDbSegmentIdentifier to avoid changing the storege plug… (hyperledger#3755) * Release 22.4.0 Signed-off-by: Lucas Saldanha <[email protected]> Co-authored-by: matkt <[email protected]> Co-authored-by: Fabio Di Fabio <[email protected]>
Update version to 22.4.0-RC2 (hyperledger#3770) Signed-off-by: Karim TAAM <[email protected]>
added issue 3646 to changelog Signed-off-by: Justin Florentine <[email protected]>
prepare for release 22.1.3 (hyperledger#3661) Signed-off-by: Stefan Pingel <[email protected]>
Release 22.1.2 (hyperledger#3589) * Prepare fo release 22.1.2 Signed-off-by: Danno Ferrin <[email protected]> * remove orion refs (hyperledger#3494) Signed-off-by: Sally MacFarlane <[email protected]> * Handle TTD and mining pre and post merge (hyperledger#3486) * handle TTD and mining pre and post merge without creating a regression in behavior for clique networks Signed-off-by: garyschulte <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * Reject locally-sourced transactions below the minimum gas price when not mining (hyperledger#3397) * Refactor TransactionPool to accept MiningParameters * Check for zero GasPrice Frontier Transactions * if you are not mining your node could fill up with pending transactions. * make low-or-no-gas transactions viable for local transactions Signed-off-by: Antony Denyer <[email protected]> Co-authored-by: garyschulte <[email protected]> * 3378 ws engine (hyperledger#3493) * implements execution engine APIs over websockets Signed-off-by: Justin Florentine <[email protected]> * QBFT Migration: allow active mining coordinator to be shutdown (hyperledger#3438) Call the shutdown task async to allow the BftProcessor CountDownLatch to complete. Start the next coordinator only once the previous shutdown is complete. Fixes hyperledger#3003 Signed-off-by: Simon Dudley <[email protected]> Signed-off-by: Danno Ferrin <[email protected]> * to remove deprecated proto dependency, needed to add jaeger-proto dependency (hyperledger#3485) Signed-off-by: Sally MacFarlane <[email protected]> * Rename field random to prevRandao (hyperledger#3495) * rename field random to prevRandao Signed-off-by: Daniel Lehrner <[email protected]> * Improve contract validation errors (hyperledger#3499) For each contract validation error return a relevant error instead of the incorrect "INSUFFICIENT_GAS" error. Signed-off-by: Danno Ferrin <[email protected]> * Update ef bootnodes (hyperledger#3502) * update ef bootnodes Signed-off-by: Frank Li <[email protected]> * fix typo in bootnode Signed-off-by: Frank Li <[email protected]> * update mainnet config Signed-off-by: Frank Li <[email protected]> * Add GitHub action to verify gradle-wrapper.jar (hyperledger#3503) Checks that the gradle wrapper jar is from an official release. See https://github.com/gradle/wrapper-validation-action for more details. Signed-off-by: Adrian Sutton <[email protected]> * Bugfix/terminal block check (hyperledger#3501) * speculative use of backward sync in forkchoiceupdated * reorg newPayload tests to not return INVALID_TERMINAL_BLOCK for as-yet-unknown parent hashes Signed-off-by: garyschulte <[email protected]> * Refactor trace api methods (hyperledger#3510) * abstract trace classes Signed-off-by: Frank Li <[email protected]> * add spdx headers Signed-off-by: Frank Li <[email protected]> * FullSync Future should stop when total terminal difficulty is reached (hyperledger#3423) * FullSync Future should stop when total terminal difficulty is reached Signed-off-by: Jiri Peinlich <[email protected]> * [MINOR] typo in resource class (hyperledger#3516) * medium Signed-off-by: Sally MacFarlane <[email protected]> * typo Signed-off-by: Sally MacFarlane <[email protected]> * debug_accountAt - fixed issue with contract code (hyperledger#3518) * fixed bug with contract code > 32 bytes Signed-off-by: Sally MacFarlane <[email protected]> * move Vijay to emeritus (hyperledger#3514) Signed-off-by: Sally MacFarlane <[email protected]> * trace_get (hyperledger#3477) * Initial commit for trace_get implementation. No tests. * test files for trace_get Signed-off-by: Mark Terry <[email protected]> Signed-off-by: Frank Li <[email protected]> Signed-off-by: Sally MacFarlane <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> Co-authored-by: Frank Li <[email protected]> Signed-off-by: Frank Li <[email protected]> * [MINOR] addressed some sonar code smells (hyperledger#3520) * addressed some sonar code smells Signed-off-by: Sally MacFarlane <[email protected]> * updated several dependencies (hyperledger#3523) Signed-off-by: Sally MacFarlane <[email protected]> * Log initial sync stats every 10 secs at max to avoid spamming logs (hyperledger#3525) Signed-off-by: Fabio Di Fabio <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * Updated dependencies including log4j (hyperledger#3529) * updated some more dependencies * changed errorprone back Signed-off-by: Sally MacFarlane <[email protected]> * upgrade vertx (hyperledger#3530) Signed-off-by: Sally MacFarlane <[email protected]> * trace_rawTransaction (hyperledger#3459) * Json RPC endpoint and test files for trace_rawTransaction * cache the block number to make sure we are using the same block Signed-off-by: Sally MacFarlane <[email protected]> Co-authored-by: Frank Li <[email protected]> Co-authored-by: MadelineMurray <[email protected]> * Feature/trace callmany (hyperledger#3468) * unit test + working code + test spec files Signed-off-by: Frank Li <[email protected]> Signed-off-by: Stefan Pingel <[email protected]> Co-authored-by: Frank Li <[email protected]> Signed-off-by: Frank Li <[email protected]> * add trace_callMany to CHANGELOG (hyperledger#3531) Signed-off-by: Stefan Pingel <[email protected]> Signed-off-by: Frank Li <[email protected]> * 3465 jwt auth (hyperledger#3508) * refactored auth to allow variant JWT rules to be adopted by different stacks * configures JWT secret from a file, or creates a temporary one * jwt auth is optional for engine apis * test coverage of new cli options Signed-off-by: Justin Florentine <[email protected]> * [Issue 3115] Support mining beneficiary transitions (hyperledger#3505) Signed-off-by: Meredith Baxter <[email protected]> Signed-off-by: Frank Li <[email protected]> * MERGE: engine_exchangeTransitionConfigurationV1 API (hyperledger#3473) Signed-off-by: Daniel Lehrner <[email protected]> Signed-off-by: garyschulte <[email protected]> * docker executor (hyperledger#3535) Signed-off-by: Sally MacFarlane <[email protected]> Co-authored-by: Frank Li <[email protected]> * Trace APIs: add revert reason (hyperledger#3539) * added revertReason * added test file for trace_transaction with revertReason Signed-off-by: Sally MacFarlane <[email protected]> * Updated netty (hyperledger#3538) * updated netty Signed-off-by: Sally MacFarlane <[email protected]> * check types before providing a PowMiningCoordinator (hyperledger#3548) Signed-off-by: Justin Florentine <[email protected]> * add kiln network, add network option for fast-sync capable (hyperledger#3547) * add kiln network, add network option for fast-sync capable Signed-off-by: garyschulte <[email protected]> * Richer return information for Precompiled Contracts (hyperledger#3546) Allow precompiled contracts to return richer information instead of results/fail. System/precompile contracts can now revert, fail, refund gas, etc. instead of just succeed or fail. Signed-off-by: Danno Ferrin <[email protected]> * Refactor graphqlcontext since getContext() is deprecated (hyperledger#3536) * refactor graphqlcontext since getContext() is deprecated Signed-off-by: Sandra Wang <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * Always show privacyGroupId on PrivateTransactionReceipt (hyperledger#3544) - This is to provide a clearer way of knowing which privacyGroupId a private transaction ended up in. Signed-off-by: Antony Denyer <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * Acceptance test for execution engine apis (hyperledger#3533) * added acceptance test for execution engine apis * removed check of payload id length Signed-off-by: Daniel Lehrner <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * fix: AuthProvider deprecated, refactor TomlAuth with AuthenticationProvider (hyperledger#3550) Signed-off-by: Sandra Wang <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * modified batch request test to avoid async complete issue (hyperledger#3556) Signed-off-by: garyschulte <[email protected]> Signed-off-by: Frank Li <[email protected]> * Stratum mining errata (hyperledger#3554) * couple bits of additional plumbing to ensure transitionCoordinator correctly routes stratum ethash observers Signed-off-by: garyschulte <[email protected]> * ignore flaky test (hyperledger#3566) Signed-off-by: Sally MacFarlane <[email protected]> * remove requirement for CL to have zero blocknumber for TransitionConfiguration (hyperledger#3565) Signed-off-by: garyschulte <[email protected]> * added trace logging of parameter RPC calls (hyperledger#3553) * added trace logging of parameter RPC calls Signed-off-by: Sally MacFarlane <[email protected]> * Revert "upgrade vertx (hyperledger#3530)" (hyperledger#3567) This reverts commit 9d2d87e. Signed-off-by: Sally MacFarlane <[email protected]> * added extra info to issue template (hyperledger#3551) Signed-off-by: Sally MacFarlane <[email protected]> * Added debug logging to header download step. (hyperledger#3568) Signed-off-by: Mark Terry <[email protected]> Signed-off-by: Frank Li <[email protected]> * [hyperledger#2766]fix: clean up deprecation warnings (hyperledger#3511) * clean up deprecation warnings *Quantity Interface getValue() * LegacyPrivateStateStorage * GraphQLDataFetcherContext Signed-off-by: Sandra Wang <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * updated TTD for Kiln (hyperledger#3573) Signed-off-by: Daniel Lehrner <[email protected]> * add execution engine endpoints to docker ports (hyperledger#3575) * add execution engine endpoints to docker ports Signed-off-by: garyschulte <[email protected]> * Warn if consensus client doesn't call transition configuration endpoint within 120 seconds (hyperledger#3569) * add qos timer to engine_exchangeTransitionConfiguration Signed-off-by: garyschulte <[email protected]> Co-authored-by: Justin Florentine <[email protected]> * updated tests to ensure hex values are returned (hyperledger#3564) Signed-off-by: Justin Florentine <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * [MINOR] corrections to changelog and typos (hyperledger#3580) * typos * 3379 was the pr to merge branch * added link for 3202 Signed-off-by: Sally MacFarlane <[email protected]> * [MINOR] xl executor for quorum ATs (nightly) (hyperledger#3571) * xl executor Signed-off-by: Sally MacFarlane <[email protected]> * WebSocket batch test - remove Ignore (hyperledger#3579) * remove ignore of batch websocket test Signed-off-by: Sally MacFarlane <[email protected]> * Added --version flag to subcommands [hyperledger#2762] (hyperledger#3577) * added --version flag to subcommands (hyperledger#2762) Signed-off-by: Davide Savazzi <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> Signed-off-by: Frank Li <[email protected]> * Add headings to Besu help (hyperledger#3559) * Headings are bold and cyan * grouping graphQL related options * Json RPC Http Option Group Json RPC Websocket Option Group Signed-off-by: Sandra Wang <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> * update picocli (hyperledger#3552) Signed-off-by: Sally MacFarlane <[email protected]> * change gradle version Signed-off-by: Frank Li <[email protected]> Co-authored-by: Danno Ferrin <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> Co-authored-by: garyschulte <[email protected]> Co-authored-by: Antony Denyer <[email protected]> Co-authored-by: Justin Florentine <[email protected]> Co-authored-by: Simon Dudley <[email protected]> Co-authored-by: Daniel Lehrner <[email protected]> Co-authored-by: Adrian Sutton <[email protected]> Co-authored-by: Jiri Peinlich <[email protected]> Co-authored-by: mark-terry <[email protected]> Co-authored-by: Fabio Di Fabio <[email protected]> Co-authored-by: MadelineMurray <[email protected]> Co-authored-by: Stefan Pingel <[email protected]> Co-authored-by: mbaxter <[email protected]> Co-authored-by: Sandra Wang <[email protected]> Co-authored-by: Davide Savazzi <[email protected]>
Release 22.1.1 (hyperledger#3496) Signed-off-by: Danno Ferrin <[email protected]>
New release 22.1.0 (hyperledger#3442) * add a websocket max frame size configuration in support of nimbus EL/CL interop (hyperledger#3379) * Response streaming: stop on IO error and remove queue management (hyperledger#3399) * Queue management is removed, since it is not working at the moment, and can cause deadlocks, will be reimplemented later if needed. * Improve closing behavior of JsonResponseStreamer, and make clear it is managed bt the ObjectWriter (hyperledger#3421) * Add ec-curve parameter public key export/export-address subcommands (hyperledger#3333) * Eliminate connect to self (hyperledger#3342) * Refactor to async retrieve blocks, and change peer when retrying to get a block (hyperledger#3326) * Disable RocksDB TTL compactions (hyperledger#3356) * fix launcher issue (hyperledger#3352) * Handle null forkId gracefully (hyperledger#3409) * When asking for the forkId for the chain head sometimes we may return null. In those cases return an empty list. (hyperledger#3343) Signed-off-by: garyschulte <[email protected]> Signed-off-by: Lucas Saldanha <[email protected]> Signed-off-by: Fabio Di Fabio <[email protected]> Signed-off-by: Sally MacFarlane <[email protected]> Signed-off-by: Lucas Saldanha <[email protected]> Signed-off-by: Karim TAAM <[email protected]> Signed-off-by: Danno Ferrin <[email protected]> Co-authored-by: garyschulte <[email protected]> Co-authored-by: fab-10 <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]> Co-authored-by: matkt <[email protected]> Co-authored-by: Danno Ferrin <[email protected]>
PreviousNext