-
Notifications
You must be signed in to change notification settings - Fork 28
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 chain streams support #243
Conversation
aarmoa
commented
Sep 7, 2023
•
edited
Loading
edited
- Added support for chain streams and a new example module.
…etails to the example module that shows how to use them
…o feat/add_chain_streams_support
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #243 +/- ##
==========================================
- Coverage 56.66% 56.59% -0.07%
==========================================
Files 17 17
Lines 2042 2071 +29
Branches 241 240 -1
==========================================
+ Hits 1157 1172 +15
- Misses 848 862 +14
Partials 37 37
☔ View full report in Codecov by Sentry. |
…o feat/add_chain_streams_support
…o feat/add_chain_streams_support
The code coverage in the PR decreases a little bit. But it will be increased in the PR we are preparing to add the low level components in the SDK that the TS SDK has |
|
||
|
||
async def main() -> None: | ||
network = Network.devnet() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rest of the examples point to testnet, for consistency it's best we use testnet here too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will change this
Changes are ready to be merged. I am just waiting for a confirmation on the chain stream endpoints for the different networks |
…o feat/add_chain_streams_support
…r for chain streams
…o feat/add_chain_streams_support
…ative and binary versions
…finitions with the core and indexer versions used in chain v1.22 release. Updated version number and changelog.