File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 connectrpc.com/connect v1.18.1
99 connectrpc.com/grpchealth v1.3.0
1010 connectrpc.com/grpcreflect v1.3.0
11- github.com/blinklabs-io/gouroboros v0.115.1
11+ github.com/blinklabs-io/gouroboros v0.115.2
1212 github.com/blinklabs-io/ouroboros-mock v0.3.7
1313 github.com/dgraph-io/badger/v4 v4.6.0
1414 github.com/glebarez/sqlite v1.11.0
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4
99github.com/aead/siphash v1.0.1 /go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII =
1010github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
1111github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
12- github.com/blinklabs-io/gouroboros v0.115.1 h1:kVBsOBEevSnhNcmuxqAHId21aRGMGgudQDpuenU0wmM =
13- github.com/blinklabs-io/gouroboros v0.115.1 /go.mod h1:E43ihaCCqNYMsTtdGbTv6Un0QVYcSXb3E/SbADJNBIM =
12+ github.com/blinklabs-io/gouroboros v0.115.2 h1:qG6uu8yDQpJ4VYmiARdkOpfjvKw3r0MG4B6dFaZ8Rzc =
13+ github.com/blinklabs-io/gouroboros v0.115.2 /go.mod h1:E43ihaCCqNYMsTtdGbTv6Un0QVYcSXb3E/SbADJNBIM =
1414github.com/blinklabs-io/ouroboros-mock v0.3.7 h1:86FvD591XhdGk2BqQweRKfwc6Y6ll5Lunmo/RUehJ6o =
1515github.com/blinklabs-io/ouroboros-mock v0.3.7 /go.mod h1:611xZgdWCxZsSaS5tjgxqjmWIkSpsM9eKuQAKozw+sk =
1616github.com/btcsuite/btcd v0.20.1-beta /go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ =
Original file line number Diff line number Diff line change @@ -561,10 +561,8 @@ func (ls *LedgerState) processBlockEvent(
561561 return err
562562 }
563563 tmpBlock := database.Block {
564- Slot : e .Point .Slot ,
565- Hash : e .Point .Hash ,
566- // TODO: figure out something for Byron. this won't work, since the
567- // block number isn't stored in the block itself
564+ Slot : e .Point .Slot ,
565+ Hash : e .Point .Hash ,
568566 Number : e .Block .BlockNumber (),
569567 Type : e .Type ,
570568 PrevHash : prevHashBytes ,
You can’t perform that action at this time.
0 commit comments