-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump cadence
and flow-go
dependencies
#483
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #483 +/- ##
==========================================
- Coverage 54.85% 54.81% -0.05%
==========================================
Files 28 28
Lines 3624 3645 +21
==========================================
+ Hits 1988 1998 +10
- Misses 1476 1487 +11
Partials 160 160
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
9fb3ba2
to
dbef27c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
&state_stream.StateStreamBackend{}, | ||
state_stream.DefaultEventFilterConfig, | ||
state_stream.DefaultMaxGlobalStreams, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@onflow/flow-access Does this look good?
storage/remote/store.go
Outdated
ledgerKeys, _ := exeState.RegisterEntriesToKeysValues( | ||
flowgo.RegisterEntries{ | ||
{ | ||
Key: flowgo.RegisterID{Key: id.Key, Owner: id.Owner}, | ||
Value: value, | ||
}, | ||
}) | ||
ledgerPath, err := pathfinder.KeyToPath( | ||
ledgerKeys[0], | ||
complete.DefaultPathFinderVersion, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@onflow/flow-execution-and-verification Does this look good?
debugLogger, | ||
chain, | ||
restCollector, | ||
&state_stream.StateStreamBackend{}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe nil here? Probably we don't have streaming in emulator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, we don't have it yet. I just added it to make it easier for the fellow dev that will add it 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
The version bump LGTM, but IDK anything about the related changes. Asked the protocol team to have a look
Thanks @turbolent, I have added relevant commits regarding the breaking API changes, to provide a reference for the protocol team 🙏 |
@@ -194,8 +194,17 @@ func (s *Store) LedgerByHeight( | |||
return value, nil | |||
} | |||
|
|||
ledgerKey := exeState.RegisterIDToKey(flowgo.RegisterID{Key: id.Key, Owner: id.Owner}) | |||
ledgerPath, err := pathfinder.KeyToPath(ledgerKey, complete.DefaultPathFinderVersion) | |||
ledgerKeys, _ := exeState.RegisterEntriesToKeysValues( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe RegisterIDToLedgerKey
?
I've released
|
dbef27c
to
013362a
Compare
Thanks Supun 🙌 💯 |
Description
cadence
tov0.42.0
release andflow-go
to latest master commit, which updatescadence
tov0.42.0
.For contributor use:
master
branchFiles changed
in the GitHub PR explorer