Skip to content

[cicd] add basic cicd#4

Merged
davidiw merged 3 commits into
mainfrom
cicd
Apr 13, 2024
Merged

[cicd] add basic cicd#4
davidiw merged 3 commits into
mainfrom
cicd

Conversation

@davidiw
Copy link
Copy Markdown
Contributor

@davidiw davidiw commented Apr 13, 2024

No description provided.

@davidiw davidiw added question Further information is requested and removed question Further information is requested labels Apr 13, 2024
@davidiw davidiw force-pushed the cicd branch 6 times, most recently from da35df2 to a4d60ec Compare April 13, 2024 01:35
davidiw added 2 commits April 12, 2024 22:37
* add client for graphql indexer service with light demo in coin transfer
* add mypy to ignore missing types for graphql and ecdsa
* remove `<4.0` requirement for python as this invariant blocks updates unnecessarily, for example, httpx was several versions behind
* remove h2 as it doesn't seem to be directly used
* add py.typed so that projects can add type checking when using the sdk
* fix tables api -- there was an extra base_url
* update black and fix
* fixed nested type tag parsing
@davidiw davidiw merged commit da88e79 into main Apr 13, 2024
cursor Bot pushed a commit that referenced this pull request May 15, 2026
Per Copilot review: after the previous refactor the example unconditionally
swallowed indexer failures, so a regression where the indexer responded
normally but with no rows would silently pass. Restore the original
correctness guarantee:

  * If we never got a successful response (last_error is not None and
    we still have no data), keep the soft-skip print so devnet runs
    aren't broken by indexer rate-limiting.
  * Otherwise hard-assert that data is present and non-empty, so the
    example continues to verify the indexer end-to-end on healthy
    networks.

Co-authored-by: Greg Nazario <greg@gnazar.io>
gregnazario added a commit that referenced this pull request May 20, 2026
Per Copilot review: after the previous refactor the example unconditionally
swallowed indexer failures, so a regression where the indexer responded
normally but with no rows would silently pass. Restore the original
correctness guarantee:

  * If we never got a successful response (last_error is not None and
    we still have no data), keep the soft-skip print so devnet runs
    aren't broken by indexer rate-limiting.
  * Otherwise hard-assert that data is present and non-empty, so the
    example continues to verify the indexer end-to-end on healthy
    networks.

Co-authored-by: Greg Nazario <greg@gnazar.io>
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.

1 participant