Skip to content

Refactor cleanup#20

Merged
sargonas merged 2 commits into
mainfrom
refactor-cleanup
Jan 13, 2026
Merged

Refactor cleanup#20
sargonas merged 2 commits into
mainfrom
refactor-cleanup

Conversation

@sargonas
Copy link
Copy Markdown
Owner

  • dht_messages were moved into dht.go since the previous refactor super-streamed it down.
  • dht_lookup was also merged into dht.go for the same reasons
  • seeds.go was moved into bootstrap, since seeds calls ONLY happen during bootstrapping.
  • hardware and nat.go were both moved into a network.go file, since both of them revolve around networking device management and I was looking for more excuses to combine small files
  • 1.6.0+ version check log warnings will now ignore v0.0.0 builds (custom compiles or dev builds)

- dht_messages were moved into dht.go since the previous refactor super-streamed it down.
- dht_lookup was also merged into dht.go for the same reasons
- seeds.go was moved into bootstrap, since seeds calls ONLY happen during bootstrapping.
- hardware and nat.go were both moved into a network.go file, since both of them revolve around networking device management and I was looking for more excuses to combine small files
@sargonas sargonas merged commit 6efb49e into main Jan 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant