-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adds Go package to get contracts, transactions, and scripts #163
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #163 +/- ##
==========================================
+ Coverage 86.19% 87.35% +1.15%
==========================================
Files 18 18
Lines 884 1020 +136
==========================================
+ Hits 762 891 +129
- Misses 122 129 +7 ☔ View full report in Codecov by Sentry. |
@sisyphusSmiling Do you have an idea about why the CI test is failing? I don't think I made any changes to that test and it is passing locally. Also, I updated to the latest version of flow CLI, and it is now generating a |
@joshuahannan looks like the last successful tests passed in a prior version of Flow CLI - |
Pushed a fix. @joshuahannan I'm not sure what happened here. The failing test case expected the I updated the test case to expect the serialized value in 8eceb59 |
Closes: #18
Description
Adds additional code to the go package to be able to return contracts and transactions.
I would like to use embed instead of go-bindata because that seems to be easier to maintain and use.
Still working on adding and testing the rest of the transactions and scripts
The bridge standup code in
main.go
is commented out for now to allow for testing.For contributor use:
main
branchFiles changed
in the Github PR explorer