Skip to content

Commit

Permalink
Update Web3signer Goerli config for Shanghai fork (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
jframe authored Mar 8, 2023
1 parent 9267d2e commit 4d90995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
- Slashing protection database schema has been updated to support indexes with bigint type and after the upgrade will no longer work with older versions of Web3Signer.

### Features Added
- Add support for Capella milestone in Goerli
- Introduced cli option `--key-store-config-file-max-size` to change the default value of configuration file size. [#719](https://github.com/ConsenSys/web3signer/issues/719)
-

### Bugs fixed
- Fix issue with slashing protection database failing once reaching max integer index value [#705](https://github.com/ConsenSys/web3signer/issues/705)
- Fix issue with Web3Signer startup when configuration file size is greater than 3 MB [#719](https://github.com/ConsenSys/web3signer/issues/719)
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencyManagement {
dependency 'org.hyperledger.besu:plugin-api:22.10.3'
dependency 'org.hyperledger.besu.internal:metrics-core:22.10.3'

dependencySet(group: 'tech.pegasys.teku.internal', version: '23.2.0') {
dependencySet(group: 'tech.pegasys.teku.internal', version: '23.3.0') {
entry 'bls'
entry 'spec'
entry 'serializer'
Expand Down

0 comments on commit 4d90995

Please sign in to comment.