File tree
190 files changed
+4831
-913
lines changed- .github/workflows
- acceptance-tests/tests/src/test
- java/org/hyperledger/besu/tests/acceptance/jsonrpc
- resources/jsonrpc/engine/osaka
- test-cases
- app/src
- main/java/org/hyperledger/besu
- chainimport
- cli
- logging
- options
- controller
- services
- test
- java/org/hyperledger/besu/cli
- resources
- config/src/main
- java/org/hyperledger/besu/config
- resources/profiles
- consensus
- common/src
- main/java/org/hyperledger/besu/consensus/common/bft/statemachine
- test/java/org/hyperledger/besu/consensus/common/bft/statemachine
- ibft/src
- integration-test/java/org/hyperledger/besu/consensus/ibft/support
- main/java/org/hyperledger/besu/consensus/ibft/statemachine
- test/java/org/hyperledger/besu/consensus/ibft/statemachine
- merge/src
- main/java/org/hyperledger/besu/consensus/merge
- blockcreation
- test/java/org/hyperledger/besu/consensus/merge
- blockcreation
- qbft-core/src
- integration-test/java/org/hyperledger/besu/consensus/qbft/core
- support
- test
- main/java/org/hyperledger/besu/consensus/qbft/core
- statemachine
- types
- test/java/org/hyperledger/besu/consensus/qbft/core
- statemachine
- qbft/src
- main/java/org/hyperledger/besu/consensus/qbft
- adaptor
- network
- test/java/org/hyperledger/besu/consensus/qbft
- adaptor
- datatypes/src/test/java/org/hyperledger/besu/datatypes
- ethereum
- api/src
- main/java/org/hyperledger/besu/ethereum/api
- handlers
- jsonrpc
- internal
- methods
- engine
- parameters
- results
- methods
- test
- java/org/hyperledger/besu/ethereum/api
- handlers
- jsonrpc
- internal
- methods
- engine
- parameters
- resources/org/hyperledger/besu/ethereum/api/jsonrpc/eth/simulateV1/specs
- blockcreation/src
- main/java/org/hyperledger/besu/ethereum/blockcreation
- txselection
- selectors
- test/java/org/hyperledger/besu/ethereum/blockcreation
- txselection/selectors
- core/src
- jmh/java/org/hyperledger/besu/ethereum/vm/operations
- main/java/org/hyperledger/besu/ethereum
- chain
- core
- mainnet
- block/access/list
- transaction
- trie/pathbased
- bonsai
- common/trielog
- test/java/org/hyperledger/besu/ethereum/mainnet
- eth/src
- main/java/org/hyperledger/besu/ethereum/eth
- manager
- peertask
- task
- snap
- task
- sync
- fastsync
- fullsync
- transactions
- test/java/org/hyperledger/besu/ethereum/eth
- manager
- peertask/task
- sync
- checkpointsync
- fastsync
- fullsync
- transactions
- p2p/src/main/java/org/hyperledger/besu/ethereum/p2p
- discovery/internal
- rlpx/connections/netty
- referencetests
- src
- main/java/org/hyperledger/besu/ethereum/referencetests
- reference-test
- java/org/hyperledger/besu
- consensus/merge/blockcreation
- ethereum/vm
- templates
- evm/src
- main/java/org/hyperledger/besu/evm/operation
- test/java/org/hyperledger/besu/evm/operation
- gradle
- platform
- plugin-api
- src/main/java/org/hyperledger/besu/plugin/data
- util/src/main/java/org/hyperledger/besu/util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
190 files changed
+4831
-913
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
18 | 66 |
| |
19 | 67 |
| |
20 | 68 |
| |
| 69 | + | |
| 70 | + | |
| 71 | + | |
21 | 72 |
| |
22 | 73 |
| |
23 | 74 |
| |
| |||
28 | 79 |
| |
29 | 80 |
| |
30 | 81 |
| |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
31 | 88 |
| |
32 | 89 |
| |
33 | 90 |
| |
| |||
43 | 100 |
| |
44 | 101 |
| |
45 | 102 |
| |
46 |
| - | |
47 |
| - | |
| 103 | + | |
| 104 | + | |
48 | 105 |
| |
49 | 106 |
| |
50 | 107 |
| |
|
Lines changed: 48 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + |
Lines changed: 138 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 45 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + |
Lines changed: 16 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 19 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 23 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + |
Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + |
0 commit comments