feat: clean up dead code, update deps, add xvm genesis/fx and genesis builder

Remove unused bloom filter, test helpers, metrics scaffolding, and
linearizable VM wrapper. Trim stale go.sum entries. Add genesis builder
helpers and xvm FX/genesis initialization.
This commit is contained in:
Hanzo AI
2026-04-19 17:05:59 -07:00
parent b8c12487e1
commit 3774075c95
65 changed files with 81 additions and 1093 deletions
-9
View File
@@ -1,9 +0,0 @@
// Copyright (C) 2019-2025, Lux Industries Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package lru
func zero[T any]() T {
var z T
return z
}
-9
View File
@@ -1,9 +0,0 @@
// Copyright (C) 2019-2025, Lux Industries Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package cache
func zero[T any]() T {
var z T
return z
}