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

Adds Go package to get contracts, transactions, and scripts #163

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

joshuahannan
Copy link
Member

@joshuahannan joshuahannan commented Jan 30, 2025

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:

  • Targeted PR against main branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the standards mentioned here.
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@codecov-commenter
Copy link

codecov-commenter commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.35%. Comparing base (02aab3f) to head (a9e165f).
Report is 219 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@joshuahannan joshuahannan changed the title Adds Go package to get contracts and transactions Adds Go package to get contracts, transactions, and scripts Feb 4, 2025
@joshuahannan joshuahannan marked this pull request as ready for review February 4, 2025 21:20
@joshuahannan joshuahannan requested a review from a team as a code owner February 4, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Create go package
2 participants