Files
Hanzo Dev 73676a356c Merge upstream go-ethereum 1cb1948ad into luxfi/geth
- Merged latest upstream changes from go-ethereum master (fb3c8f462..1cb1948ad)
- Resolved all merge conflicts while preserving lux customizations
- Maintained github.com/luxfi/geth import paths throughout
- Preserved custom packages: crypto/pqcrypto, plugin/evm/, ethdb/badgerdb
- Updated dependencies via go mod tidy
- Removed upstream-deleted test files: verkle_witness_test.go, iterator_test.go
- Build verified: go build ./cmd/geth successful
- Tests passing: core/types, crypto, common, crypto/pqcrypto

Lux-specific features maintained:
- Post-quantum cryptography (ML-DSA, ML-KEM, SLH-DSA)
- BadgerDB integration
- Plugin/EVM subnet compatibility
- SubnetEVM state migration tools
- Validator management and warp messaging
- All luxfi/* package dependencies

Compatible with luxfi/node v1.20.1
2025-11-22 14:49:21 -08:00

35 lines
263 B
Plaintext

# Dependencies
node_modules/
.pnpm-store/
# Next.js
.next/
out/
.turbo/
# Build
dist/
build/
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Fumadocs
.source/
# TypeScript
*.tsbuildinfo
next-env.d.ts