Closed turbolent closed 2 months ago
The updates involve modifications to the dependency versions in the go.mod
files of a Go project. Key changes include upgrades to several packages associated with the OnFlow framework, such as cadence
, flow-go
, flow-go-sdk
, and flow/protobuf/go/flow
. Additionally, the indirect dependency on ginkgo
has been removed, indicating a potential shift in testing frameworks.
Files | Change Summary |
---|---|
go.mod | Updated github.com/onflow/cadence to v1.0.0-preview.51 , flow-go to v0.37.7-0.20240830182756-9ac9e1889c34 , flow-go-sdk to v1.0.0-preview.54 , and flow/protobuf/go/flow to v0.4.6 . Removed indirect dependency on ginkgo v1.16.5 . |
tests/go.mod | Updated github.com/onflow/cadence to v1.0.0-preview.51 , flow-emulator to v1.0.0-preview.42 , flow-go to v0.37.7-0.20240830182756-9ac9e1889c34 , flow-go-sdk to v1.0.0-preview.54 , and flow/protobuf/go/flow to v0.4.6 . |
sequenceDiagram
participant User
participant Application
participant FlowSDK
participant Cadence
User->>Application: Request to execute transaction
Application->>FlowSDK: Send transaction request
FlowSDK->>Cadence: Process transaction
Cadence-->>FlowSDK: Return transaction result
FlowSDK-->>Application: Provide result
Application-->>User: Display transaction result
🐰 In the meadow, hops a bunny bright,
With updates fresh, oh what a delight!
Dependencies dance, in a lively spree,
Flowing with joy, as happy as can be!
A little hop here, a little skip there,
Celebrate the changes, with fluffy flair! 🌼✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
Automatically update to:
Summary by CodeRabbit
New Features
Bug Fixes
Chores