Skip to content

Conversation

@chris-olszewski
Copy link
Member

@chris-olszewski chris-olszewski commented Oct 23, 2025

What was changed

TSIA

Why?

With the code moving, updating core is more involved than usual. Doing this in a separate PR to make it easier to review.

Checklist

  1. Closes N/A

  2. How was this tested:
    Existing tests

  3. Any docs updates needed?
    I do not believe so

@chris-olszewski chris-olszewski force-pushed the olszewski/update_core branch 2 times, most recently from ab40243 to cb60d7c Compare October 23, 2025 18:31
@chris-olszewski chris-olszewski marked this pull request as ready for review October 23, 2025 20:05
@chris-olszewski chris-olszewski requested a review from a team as a code owner October 23, 2025 20:05
nativeConnection: NativeConnection,
namespace: string | undefined
namespace: string | undefined,
public readonly address: string
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you confirm this addition resolves #1787?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, added a test to verify that when used with .createLocal the field contains the correct address.

I initially missed that this was the public facing test environment class and not the wrapper we use for our own tests. I needed some way to create an additional connection and making this public seemed sensible, but open to other options.

Copy link
Contributor

@yuandrew yuandrew left a comment

Choose a reason for hiding this comment

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

LGTM from a worker heartbeating POV, deferring to James for overall approval

@yuandrew
Copy link
Contributor

My mistake, i messed up my git while trying to work on my new branch after branching off of your branch 😅

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.

4 participants