Skip to content

feat: ADR-004 (Nakamoto Bonus) #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 23 commits into from

Conversation

Pantani
Copy link
Contributor

@Pantani Pantani commented Jun 25, 2025

@Pantani Pantani marked this pull request as draft June 25, 2025 22:03
@Pantani Pantani changed the base branch from main to julien/050 June 25, 2025 22:04
protoiface "google.golang.org/protobuf/runtime/protoiface"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
io "io"
reflect "reflect"

Check notice

Code scanning / CodeQL

Sensitive package import Note

Certain system packages contain functions which may be a possible source of non-determinism
@Pantani Pantani marked this pull request as ready for review July 3, 2025 18:36
Copy link
Collaborator

@giunatale giunatale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I personally would prefer to have two separate PRs

  1. add fork of distribution module
  2. add code for nakamoto bonus

As it is right now, it's very hard to review: it's unclear what is old and what is new

ifneq ($(GO_SYSTEM_VERSION), $(GO_REQUIRED_VERSION))
@echo 'ERROR: Go version $(GO_REQUIRED_VERSION) is required for building AtomOne'
ifeq ($(shell echo "$(GO_SYSTEM_VERSION) $(GO_REQUIRED_VERSION)" | awk '{if ($$1 >= $$2) print "1"}'),)
@echo 'ERROR: Go version $(GO_REQUIRED_VERSION) or greater is required for building AtomOne (curent: $(GO_SYSTEM_VERSION))'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this. We use exact versions to achieve reproducible builds.

See https://github.com/atomone-hub/atomone?tab=readme-ov-file#reproducible-builds

@Pantani Pantani closed this Jul 10, 2025
@giunatale
Copy link
Collaborator

closing to address my comment.

PR for distribution module is #181, while PR for the Nakamoto bonus will come later.

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.

2 participants