Skip to content
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

feat: added ctx support to all methods that require it and fixed tests #5

Closed
wants to merge 4 commits into from

Conversation

bjartek
Copy link
Collaborator

@bjartek bjartek commented Feb 5, 2024

fixes #4

flowkit.go Outdated
"github.com/onflow/flowkit/accounts"
"github.com/onflow/flowkit/config"
"github.com/onflow/flowkit/gateway"
"github.com/onflow/flowkit/output"
"github.com/onflow/flowkit/project"
"github.com/onflow/flowkit/transactions"
"github.com/pkg/errors"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont know why this reorganization happends, i just run go mod tidy

services.go Show resolved Hide resolved
@bjartek bjartek changed the base branch from main to feature/stable-cadence February 7, 2024 14:40
flowkit.go Outdated Show resolved Hide resolved
@turbolent
Copy link
Member

turbolent commented Feb 12, 2024

@bjartek Did you mean to target master? Changes to the feature branch should be related to it (Cadence 1.0) upgrades.
The feature branch gets synced with / gets changes from master regularly.

@bjartek
Copy link
Collaborator Author

bjartek commented Feb 12, 2024

I was told by Ian to target this branch since it breaks bc, but this feature would be very nice to have in v1 of flowkit aswell.

Is the small breaking change to Ping ok, or should we just hardcode the context in Ping for now to not break bc?

@bjartek bjartek changed the base branch from feature/stable-cadence to main February 12, 2024 22:14
@bjartek bjartek changed the base branch from main to feature/stable-cadence February 12, 2024 22:16
@bjartek
Copy link
Collaborator Author

bjartek commented Feb 12, 2024

@turbolent i created an alternate pr #9 that targets master and do not break BC in the main Services interface.

@bjartek bjartek closed this Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Context
3 participants