-
Notifications
You must be signed in to change notification settings - Fork 29
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
Fix Go client contract deployment #315
Conversation
✅ Deploy Preview for oasisprotocol-sapphire-paratime ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
The app crashes when you want to deploy a contract with an encrypted transaction right? We're using this go-client library in network-monitoring, but we didn't encounter any crashes, probably because we use the unwrapped version of the eth client for the contract deployment.
Can you also please fix the linting issues while you're at it.
I'm using plain. 🤔
Which version of the client? |
6e9ae4f
to
7ed30b5
Compare
I think my QA issues are independent of this client patch. |
@kostko new release to |
Done. |
Description
PackSignedCall
is part of the deployment flow and needs to support the case wheremsg.To
isnil
.sapphire-paratime/clients/go/compat.go
Lines 90 to 97 in 5d6b79e
TODO