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

Load OC address with query #213

Merged
merged 13 commits into from
Nov 4, 2021
Merged

Load OC address with query #213

merged 13 commits into from
Nov 4, 2021

Conversation

abefernan
Copy link
Collaborator

Closes #189

@abefernan abefernan self-assigned this Nov 3, 2021
Copy link
Member

@webmaster128 webmaster128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Two improvement ideas:

  • Add src/codec to .eslintignore to speed up linting. They are ignored at file level already, but if you can avoid reading all the files in the folder, this is even better.
  • Ensure src/codec runs through prettier only once after codegen. Then yarn format should ignore this folder for performance reasons.

# TODO: get automatically from tgrade repo
# Create a "tgrade" folder with "confio" and "third_party" subfolders.
# "confio" contents come from: https://github.com/confio/tgrade/tree/main/proto/confio
# third_party contents come from: https://github.com/confio/tgrade/tree/main/third_party
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice breaking down of tasks to get unblocked! This scripting stuff can burn hours quickly.

@abefernan abefernan merged commit c288b1d into main Nov 4, 2021
@abefernan abefernan deleted the proto-oc-query branch November 4, 2021 08:40
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.

Get OC address from blockchain
3 participants