clean: squash history (binaries stripped via filter-repo)

This commit is contained in:
Hanzo AI
2026-04-13 03:45:21 -07:00
commit f6e63d60b2
2029 changed files with 465257 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
//go:build grpc
// Copyright (C) 2019-2025, Lux Industries Inc. All rights reserved.
// See the file LICENSE for licensing terms.
// Package rpcdb re-exports the proto/rpcdb package for backwards compatibility
package rpcdb
import "github.com/luxfi/node/proto/rpcdb"
// Type aliases for backwards compatibility
type (
DatabaseClient = rpcdb.DatabaseClient
DatabaseServer = rpcdb.DatabaseServer
)
// Function aliases for backwards compatibility
var (
NewClient = rpcdb.NewClient
NewServer = rpcdb.NewServer
)