Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Burn in candidate for 23.7.3 #5906

Merged
merged 34 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d584aab
Drop Kotti Network support (ETC) (#5816)
diega Aug 28, 2023
dd2ad35
fix ForkId if there are no Forks and the starting timestamp is not 0 …
pinges Aug 29, 2023
fdeae23
enforce that BlobTransactions have at least one blob (#5826)
pinges Aug 30, 2023
474250c
Do not create ignorable segments on `revert storage-variables` (#5830)
garyschulte Aug 31, 2023
1b2fbce
add versioned hashes and number of blobs to toString() (#5831)
pinges Sep 1, 2023
827abdc
add parent beacon block root to payload id calculation (#5843)
pinges Sep 5, 2023
c42873b
bump version to 23.7.3-SNAPSHOT (#5854)
daniellehrner Sep 6, 2023
9b37763
set the beacon root address to the correct value (#5853)
pinges Sep 6, 2023
476617c
docs(readme): fix broken link to installation of binaries page (#5859)
petermetz Sep 7, 2023
0d5a643
Update RocksDB version from 8.0.0 to 8.3.2 (#5832)
ahamlat Sep 7, 2023
486eaad
use non-deprecated authenticate methods (#5852)
macfarla Sep 7, 2023
2326df4
move to Hyperledger shared runners for current github actions (#5860)
garyschulte Sep 7, 2023
d4ae08f
Add range tracing with worldstate (#5844)
matkt Sep 8, 2023
2412379
Layered txpool by default and txpool options hoverhaul (#5772)
fab-10 Sep 11, 2023
832f02e
Fix issue 5824 - Duplicate key errors in EthScheduler-Transactions (#…
ahamlat Sep 11, 2023
5032e73
updated gradle verification metadata (#5870)
macfarla Sep 13, 2023
951b09d
[4844] Add encodingContext to TransactionEncoder and TransactionDecod…
Gabriel-Trintinalia Sep 13, 2023
880914b
#5868: fix beacon root address and modulus for devnet 9 (#5871)
pinges Sep 13, 2023
eb2c430
payload attributes: fix wrong warning and fail if beacon root is avai…
pinges Sep 13, 2023
9ec9fcb
Merge MutableAccount and EVMAccount (#5863)
shemnon Sep 13, 2023
4ea60b2
Add world context to transaction tracing API (#5836)
delehef Sep 14, 2023
e4dd06e
Bonsai based reference test worldstate (#5686)
garyschulte Sep 14, 2023
32c8e2b
Don't start BFT mining coordinators until initial sync has completed …
matthew1001 Sep 15, 2023
5770fd9
display only peers ready for requets on ethstats (#5880)
matkt Sep 15, 2023
ec846e2
[MINOR] test RLP used for encode/decode blob tx should contain to fie…
macfarla Sep 15, 2023
36df90a
Fix: correctly convert percentage options in TOML configuration file …
fab-10 Sep 17, 2023
8f31b77
EIP7516 - Add BlobBaseFee opcode to Cancun EVM (#5884)
Gabriel-Trintinalia Sep 18, 2023
cc2904d
Fix snapsync heal (#5838)
matkt Sep 18, 2023
ea9a6d6
Upgrade besu-native (#5893)
shemnon Sep 19, 2023
c8bb644
Tune G1GC to reduce Besu memory footprint (#5879)
fab-10 Sep 19, 2023
d4aeaea
Add updated storage to evmtool json trace (#5892)
shemnon Sep 19, 2023
fd499a3
Update holesky with fixed extraData, genesis time, shanghaiTime (#5890)
siladu Sep 20, 2023
7c1acf7
[CHANGELOG] removed duplicated line (#5904)
macfarla Sep 20, 2023
7372e74
add 23.7.2 release SHAs and bump to 23.7.3-23.7.3-23.7.3-23.7.3-23.7.…
garyschulte Sep 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update holesky with fixed extraData, genesis time, shanghaiTime (#5890)
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
siladu authored and garyschulte committed Sep 20, 2023
commit fd499a362e3cdbd0abda0cd6e59ba0d837c667f1
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Changelog

## 23.7.3
### Additions and Improvements
- Add access to an immutable world view to start/end transaction hooks in the tracing API[#5836](https://github.com/hyperledger/besu/pull/5836)

### Breaking Changes
- Removed support for Kotti network (ETC) [#5816](https://github.com/hyperledger/besu/pull/5816)
Expand All @@ -11,8 +9,10 @@
- `--Xlayered-tx-pool-layer-max-capacity`, `--Xlayered-tx-pool-max-prioritized` and `--Xlayered-tx-pool-max-future-by-sender` just drop the `X` and keep the same behavior

### Additions and Improvements
- Add access to an immutable world view to start/end transaction hooks in the tracing API[#5836](https://github.com/hyperledger/besu/pull/5836)
- Layered transaction pool implementation is now stable and enabled by default. If you want still to use the legacy implementation, use `--tx-pool=legacy` [#5772](https://github.com/hyperledger/besu)
- Tune G1GC to reduce Besu memory footprint, and new `besu-untuned` start scripts to run without any specific G1GC flags [#5879](https://github.com/hyperledger/besu/pull/5879)
- Update Holesky config for re-launch [#5890](https://github.com/hyperledger/besu/pull/5890)

### Bug Fixes
- do not create ignorable storage on revert storage-variables subcommand [#5830](https://github.com/hyperledger/besu/pull/5830)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ public static Collection<Object[]> parameters() {
new Object[] {
NetworkName.HOLESKY,
List.of(
new ForkId(Bytes.ofUnsignedInt(0xa200f558L), 1694790240L),
new ForkId(Bytes.ofUnsignedInt(0x840a3b53L), 2000000000L),
new ForkId(Bytes.ofUnsignedInt(0x30771f90), 0L),
new ForkId(Bytes.ofUnsignedInt(0x30771f90), 0L))
new ForkId(Bytes.ofUnsignedInt(0xc61a6098L), 1696000704L),
new ForkId(Bytes.ofUnsignedInt(0xfd4f016bL), 0L),
new ForkId(Bytes.ofUnsignedInt(0xfd4f016bL), 0L))
},
new Object[] {
NetworkName.GOERLI,
Expand Down
Loading