Skip to content

Commit 6967245

Browse files
committed
temp commit to test against besu-native 0.9.3-SNAPSHOT
Signed-off-by: garyschulte <garyschulte@gmail.com>
1 parent b32fdf7 commit 6967245

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
- `--Xsnapsync-bft-enabled` option enables experimental support for snap sync with IBFT/QBFT permissioned Bonsai-DB chains [#7140](https://github.com/hyperledger/besu/pull/7140)
1111
- Add support to load external profiles using `--profile` [#7265](https://github.com/hyperledger/besu/issues/7265)
1212
- `privacy-nonce-always-increments` option enables private transactions to always increment the nonce, even if the transaction is invalid [#6593](https://github.com/hyperledger/besu/pull/6593)
13-
- Add `block-test` subcommand to the evmtool which runs blockchain reference tests [#7310](https://github.com/hyperledger/besu/pull/7310)
13+
- Added `block-test` subcommand to the evmtool which runs blockchain reference tests [#7293](https://github.com/hyperledger/besu/pull/7293)
14+
- removed PKI backed QBFT [#7310](https://github.com/hyperledger/besu/pull/7310)
1415
- Implement gnark-crypto for eip-2537 [#7316](https://github.com/hyperledger/besu/pull/7316)
1516
- Improve blob size transaction selector [#7312](https://github.com/hyperledger/besu/pull/7312)
17+
- implement gnark-crypto for eip-196 [#7262](https://github.com/hyperledger/besu/pull/7262)
1618

1719
### Bug fixes
1820
- Fix `eth_call` deserialization to correctly ignore unknown fields in the transaction object. [#7323](https://github.com/hyperledger/besu/pull/7323)

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
org.gradle.welcome=never
2+
# TODO~!!!!!!!!! remove lenient here, this is just for verification against a snapshot version of besu-native
3+
org.gradle.dependency.verification=lenient
4+
25

36
# Optional - set custom build version
47
# version=24.5.6-acme
@@ -18,4 +21,4 @@ org.gradle.jvmargs=-Xmx4g \
1821
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \
1922
--add-opens jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
2023
# Could be moved to sonar properties after https://sonarsource.atlassian.net/browse/SONARGRADL-134
21-
systemProp.sonar.gradle.skipCompile=true
24+
systemProp.sonar.gradle.skipCompile=true

gradle/versions.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ dependencyManagement {
156156
dependency 'org.openjdk.jol:jol-core:0.17'
157157
dependency 'tech.pegasys:jc-kzg-4844:1.0.0'
158158

159-
dependencySet(group: 'org.hyperledger.besu', version: '0.9.2') {
159+
// TODO!!!!! revert to 0.9.3 version once it is released, and update metadata
160+
dependencySet(group: 'org.hyperledger.besu', version: '0.9.3-SNAPSHOT') {
160161
entry 'arithmetic'
161162
entry 'ipa-multipoint'
162163
entry 'bls12-381'

0 commit comments

Comments
 (0)