mirror of
https://github.com/luxfi/geth.git
synced 2026-07-27 01:59:25 +00:00
- 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
35 lines
263 B
Plaintext
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
|