Skip to content

Commit 1387405

Browse files
committed
chore: bump rc version of framework
1 parent f993e3b commit 1387405

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
10-
## [[Unreleased]]
9+
## [[Unreleased]]
1110

1211
### Added
1312

@@ -20,5 +19,3 @@ and this project adheres to
2019

2120
- Updated framework version. This includes changes to avoid locking up the DB excessively when running large history drop iterations.
2221
- Fixed `sourceAddressesRoot` calculation.
23-
24-

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.8
55
require (
66
github.com/ethereum/go-ethereum v1.14.12
77
github.com/flare-foundation/go-flare-common v1.2.0
8-
github.com/flare-foundation/verifier-indexer-framework v1.1.0
8+
github.com/flare-foundation/verifier-indexer-framework v1.1.1-rc.0
99
github.com/stretchr/testify v1.11.1
1010
)
1111

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ github.com/ethereum/go-ethereum v1.14.12 h1:8hl57x77HSUo+cXExrURjU/w1VhL+ShCTJrT
2121
github.com/ethereum/go-ethereum v1.14.12/go.mod h1:RAC2gVMWJ6FkxSPESfbshrcKpIokgQKsVKmAuqdekDY=
2222
github.com/flare-foundation/go-flare-common v1.2.0 h1:6xkFMr/qZGMw6ULWw6uaDLhiHls2XK1D/FEVDRFihC8=
2323
github.com/flare-foundation/go-flare-common v1.2.0/go.mod h1:u844RxubdWw9KNXV+1N6aud6lQsYrhg2nz8acJB9MCw=
24-
github.com/flare-foundation/verifier-indexer-framework v1.1.0 h1:nZoDOSCjry7ZfALAFnA/AFsRkWp6x3A8A21WNfiM+IA=
25-
github.com/flare-foundation/verifier-indexer-framework v1.1.0/go.mod h1:XHS/cATTJjZAYmLxfLpjuU2v7G6liuk1pMBd2a5NfHA=
24+
github.com/flare-foundation/verifier-indexer-framework v1.1.1-rc.0 h1:ssSUNSM4wyCga7g7G4u1k6rSVNEwKsTQ7RSdWYMjeKE=
25+
github.com/flare-foundation/verifier-indexer-framework v1.1.1-rc.0/go.mod h1:XHS/cATTJjZAYmLxfLpjuU2v7G6liuk1pMBd2a5NfHA=
2626
github.com/holiman/uint256 v1.3.2 h1:a9EgMPSC1AAaj1SZL5zIQD3WbwTuHrMGOerLjGmM/TA=
2727
github.com/holiman/uint256 v1.3.2/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E=
2828
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=

0 commit comments

Comments
 (0)