mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
- Remove ledger-lux-go transitive dependency - Fix Network ID vs Chain ID confusion in genesis_config.go - Use constants.MainnetID/TestnetID instead of configs.ChainID - Fix port base calculation for multi-network mode - Add snapshot server functionality - Update protobuf definitions with new RPC methods - Add mnemonic test coverage
15 lines
248 B
YAML
15 lines
248 B
YAML
version: v1
|
|
deps:
|
|
- buf.build/googleapis/googleapis
|
|
breaking:
|
|
use:
|
|
- FILE
|
|
lint:
|
|
use:
|
|
- STANDARD
|
|
except:
|
|
- PACKAGE_VERSION_SUFFIX
|
|
- RPC_REQUEST_RESPONSE_UNIQUE
|
|
- RPC_REQUEST_STANDARD_NAME
|
|
- RPC_RESPONSE_STANDARD_NAME
|