Skip to content

Commit c598404

Browse files
v1rtlclaude
andcommitted
fix: post-rebase fixes for WASM build
- Remove duplicate methods from shared files (mountTechnicalDebug, mountBusinessDebug, determineCurrentNetworkStatus, checkStorageIncentivesAvailability) - kept in platform-specific files - Remove unused imports after method removal - Fix ultra-light node startup by wrapping IsSynced check in chainEnabled - Update hive.New call to include swarmAddress parameter - Add test underlay for browser light nodes in handshake Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f3251d7 commit c598404

6 files changed

Lines changed: 20 additions & 415 deletions

File tree

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -978,8 +978,6 @@ github.com/uber/jaeger-lib v2.2.0+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6
978978
github.com/urfave/cli/v2 v2.3.0/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI=
979979
github.com/urfave/cli/v2 v2.27.5 h1:WoHEJLdsXr6dDWoJgMq/CboDmyY/8HMMH1fTECbih+w=
980980
github.com/urfave/cli/v2 v2.27.5/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ=
981-
github.com/v1rtl/go-libp2p-wasmws v0.0.0-20251207155153-95835dee8ae4 h1:1mvei7+YbH0cPd/eo+WCJmIM1FKDUbTAjD4LdPMYcqE=
982-
github.com/v1rtl/go-libp2p-wasmws v0.0.0-20251207155153-95835dee8ae4/go.mod h1:FtW4JAL8wRRLZo6D77k6r7LxQBFTiaD9WCJnCXuhse4=
983981
github.com/v1rtl/go-libp2p-wasmws v0.0.0-20260116212130-d165f3c8e922 h1:85mWMHAsMOeSUOgO2twjQqjdYJUKTeko32fxNUuuC4I=
984982
github.com/v1rtl/go-libp2p-wasmws v0.0.0-20260116212130-d165f3c8e922/go.mod h1:FtW4JAL8wRRLZo6D77k6r7LxQBFTiaD9WCJnCXuhse4=
985983
github.com/viant/assertly v0.4.8/go.mod h1:aGifi++jvCrUaklKEKT0BU95igDNaqkvz+49uaYMPRU=

0 commit comments

Comments
 (0)