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: add abi column to deployments #324

Merged

Conversation

charles-cooper
Copy link
Member

@charles-cooper charles-cooper commented Oct 3, 2024

adds abi column to the deployments database (see #312)

@PatrickAlphaC
Copy link
Contributor

LGTM

return a generator which loads Deployments lazily
boa/deployments.py Outdated Show resolved Hide resolved
boa/deployments.py Outdated Show resolved Hide resolved
@charles-cooper charles-cooper marked this pull request as ready for review October 5, 2024 00:42
@charles-cooper charles-cooper merged commit 651ed33 into vyperlang:master Oct 5, 2024
9 checks passed
@charles-cooper charles-cooper deleted the feat/deployments-abi branch October 5, 2024 00:43
Leminkay pushed a commit to Leminkay/titanoboa that referenced this pull request Oct 28, 2024
* add abi column to deployments

* change get_deployments() to return a generator which loads Deployments lazily
this is a perf change; fetching 10000 deployments costs about 350ms, so give the user
the ability to fetch Deployments lazily.
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.

3 participants