-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
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" |
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.
dont know why this reorganization happends, i just run go mod tidy
@bjartek Did you mean to target master? Changes to the feature branch should be related to it (Cadence 1.0) upgrades. |
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? |
@turbolent i created an alternate pr #9 that targets master and do not break BC in the main Services interface. |
fixes #4