ava-labs / awm-relayer

Service for relaying Avalanche Warp Messages between Subnets
Other
21 stars 16 forks source link

Tracked subnets fix #460

Closed iansuvak closed 2 weeks ago

iansuvak commented 2 weeks ago

Why this should be merged

As of avalanchego v1.11.7 it's no longer valid for nodes to set the primary network ID in their tracked subnets. Setting it anyway causes peers to disconnect from the relayer at the 22.5 second Ping interval.

How this works

Only sets non-primary networkIDs as tracked subnets

How this was tested

Manually ran a relayer connected to fuji/echo/dispatch and confirmed that there are no disconnects when looking at the logs after this fix and there are without it.

How is this documented

N/A