mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
vms/registry/registry.go: drop 17 [Registry]/[VMGetter] debug fmt.Printf calls that were left from an AI debugging session. Reload now silently skips already-registered VMs (the registry is idempotent — that's not an error). Doc-commented for what each return value means. node/node.go: drop the [BOOTSTRAP] fmt.Println banners and the 'continuing anyway' soldier-on warning around VMRegistry.Reload. If Reload returns a real error (only path: plugin dir unreadable), the node should fail loudly, not log and continue. vms/xvm/vm_benchmark_test.go, vms/platformvm/validators/test_manager.go, wallet/chain/p/wallet/backend_visitor.go, wallet/keychain/keychain_test.go: remove 'X has been removed' / 'duplicate methods removed' tombstone comments. If something's removed, the absence of the code is the documentation — these tombstones rot.