Skip to content

Release/2.0.0 [WIP]#295

Draft
thewhaleking wants to merge 53 commits intomasterfrom
release/2.0.0
Draft

Release/2.0.0 [WIP]#295
thewhaleking wants to merge 53 commits intomasterfrom
release/2.0.0

Conversation

@thewhaleking
Copy link
Copy Markdown
Collaborator

DO NOT REVIEW/MERGE YET

thewhaleking and others added 30 commits March 27, 2026 13:25
…ks-with-e2e

Fixes running e2e btcli/sdk tests on forks
* Add sync and async extrinsic receipt event parsing tests

* Refactor sync and async extrinsic receipt event parsing with shared helpers

---------

Co-authored-by: BD Himes <37844818+thewhaleking@users.noreply.github.com>
# Conflicts:
#	async_substrate_interface/async_substrate.py
@thewhaleking thewhaleking linked an issue Apr 9, 2026 that may be closed by this pull request
12 tasks
async def test_improved_reconnection():
def get_free_port():
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
s.bind(("", 0)) # Bind to port 0 = OS picks free port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ASI 2.0

3 participants