Skip to content

Commit

Permalink
Band aid fix pvt tx (#259)
Browse files Browse the repository at this point in the history
* goq: temp fix for address being absent in the public stateDB which was introduced in the berlin fork while Consensys/quorum#1657 is being worked on

* fix typo
  • Loading branch information
joshuafernandes committed Jun 28, 2023
1 parent 8542dc3 commit f26d067
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions files/common/.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This file defines environment variables defaults for Docker-compose
# but we also use it for shell scripts as a sourced file

BESU_VERSION=22.10.3
QUORUM_VERSION=22.7.5
TESSERA_VERSION=22.10.1
BESU_VERSION=23.4.1
QUORUM_VERSION=23.4.0
TESSERA_VERSION=23.4.0
ETHSIGNER_VERSION=22.1.3
QUORUM_EXPLORER_VERSION=4f60191

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"petersburgBlock": 0,
"istanbulBlock": 0,
"muirGlacierBlock": 0,
"berlinBlock": 0,
"berlinBlock": 10000000,
"londonBlock": 0,
"arrowGlacierBlock": 0,
"grayGlacierBlock": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"petersburgBlock": 0,
"istanbulBlock": 0,
"muirGlacierBlock": 0,
"berlinBlock": 0,
"berlinBlock": 10000000,
"londonBlock": 0,
"arrowGlacierBlock": 0,
"grayGlacierBlock": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"petersburgBlock": 0,
"istanbulBlock": 0,
"muirGlacierBlock": 0,
"berlinBlock": 0,
"berlinBlock": 10000000,
"londonBlock": 0,
"arrowGlacierBlock": 0,
"grayGlacierBlock": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"petersburgBlock": 0,
"istanbulBlock": 0,
"muirGlacierBlock": 0,
"berlinBlock": 0,
"berlinBlock": 10000000,
"londonBlock": 0,
"arrowGlacierBlock": 0,
"grayGlacierBlock": 0,
Expand Down

0 comments on commit f26d067

Please sign in to comment.