Commit Graph
21 Commits
Author SHA1 Message Date
Zach Kelling 4e2a4e432e chore: remove local replace directives and update dependencies
- Update github.com/luxfi/keys v1.0.5 → v1.0.6
- Update github.com/luxfi/genesis v1.5.18 → v1.5.19
- Remove local replace directives for keys and genesis
- Use published package versions for reproducible builds
2026-01-03 07:05:17 -08:00
Zach Kelling ec09524375 refactor: migrate from zap to luxfi/log, remove local replace directives
- Replace all direct go.uber.org/zap imports with github.com/luxfi/log
- Rename log variables to logger throughout codebase to avoid shadowing
  the log package when using package-level functions like log.String, log.Err
- Remove local replace directives from go.mod (genesis, config)
- Bump version to 1.6.1
2025-12-22 12:39:05 -08:00
Zach Kelling 2f9accfb10 Refactor subnet→chain terminology and update genesis to v1.5.6
Major changes:
- Rename SubnetSpec → ChainSpec/ParticipantSpec throughout codebase
- Rename BlockchainSpec → ChainSpec for full chain definitions
- Update all protobuf definitions with new naming
- Fix duplicate variable declarations from sed replacements
- Update copyright headers to BSD-3-Clause with SPDX identifiers
- Update github.com/luxfi/genesis to v1.5.6 (BLS signer keys)

The genesis v1.5.6 update adds:
- Initial stakers with BLS publicKey and proofOfPossession
- Initial allocations for local network testing
- Fixes "failed to load database state: not found" error

Build fixes:
- Fix api/mocks/client.go CChainAPI return type
- Fix local/node_test.go with build tag for integration tests
- Fix parameter name collisions (chainConfigs → pChainConfigs)
2025-12-19 07:11:06 -08:00
Hanzo Dev 925dea5b69 feat: change default port from 8080 to 9000
Updated default server port to 9000 and grpc-gateway port to 9001 for:
- server command
- control command
- ping command

This aligns with the standard port convention for netrunner.
2025-12-04 07:26:19 -08:00
Zach Kelling be85c151b0 fix: update imports and API calls for compatibility
- Migrated from Subnet to Net terminology
- Fixed logging imports to use luxfi/log
- Updated metric and set package imports
- Added replace directives for local packages
- All binaries building successfully
2025-09-19 05:37:42 +00:00
Hanzo Dev 1dacb0d461 Updte for latest geth 2025-07-17 16:29:44 -05:00
Hanzo Dev 478d51ffee Update copyright headers to Lux Industries Inc 2025 2025-07-03 23:09:31 -04:00
Zach Kelling ef1adb0022 Rollback to 1.6.0 2024-01-02 20:55:14 +01:00
Felipe Madero 8540028173 merge logs into one dir 2023-04-21 12:00:09 -03:00
Felipe Madero 70f0c5ae62 address PR comment 2023-03-09 17:24:36 -03:00
Dan Laine 6b4c275046 stop server on signal received 2023-02-20 09:05:43 -05:00
Dan Laine b17f24adcf cleanup 2023-02-19 22:34:58 -05:00
Dan Laine 65f9330da0 WIP refactor server 2023-02-17 15:48:47 -05:00
Dan LaineandGitHub 6a41ace72f add linting (#378)
* add linting

* remove bad filepath.Join

* appease linter

* update linter version

* add lint script
2022-12-19 14:53:41 -05:00
Felipe Madero 3b95ad3446 enable user to change most node configs 2022-09-09 16:25:38 -03:00
Fabio Barone d130314be1 Merge branch 'upgrade-avago-logging' into 225-logging 2022-08-16 10:37:09 -05:00
Felipe Madero 2a909966cc fix some error %s that should be %v due to possible nil error 2022-08-11 20:04:22 -03:00
Fabio Barone 6f630eba0c addressed PR comments 2022-08-10 18:17:00 -05:00
Fabio Barone 2891dabc61 address 1st round of PR comments 2022-08-10 16:31:05 -05:00
Fabio Barone a8e81114d9 first iteration 2022-08-04 12:42:11 -05:00
Connor Daly 372bdebfb7 Added version and moved to CLI format 2022-07-18 15:20:29 -04:00