Skip to content

feat: IDVTC assessment#826

Merged
madlabman merged 11 commits into
developfrom
idvtc-assessment
Jun 26, 2026
Merged

feat: IDVTC assessment#826
madlabman merged 11 commits into
developfrom
idvtc-assessment

Conversation

@dgusakov

Copy link
Copy Markdown
Contributor

No description provided.

@dgusakov dgusakov requested a review from a team as a code owner June 24, 2026 10:56
@dgusakov dgusakov requested review from skhomuti and vgorkavenko June 24, 2026 10:56

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 401cadd886

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread idvtc-assessment/idvtc.py Outdated
Comment thread idvtc-assessment/idvtc.py Outdated
Comment thread idvtc-assessment/idvtc.py

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds an IDVTC eligibility assessment workflow alongside committed mainnet IDVTC address artifacts (CSV/JSON + Merkle tree/proofs) to support approval/allowlist operations.

Changes:

  • Introduce idvtc-assessment/idvtc.py CLI to update/load approved clusters and evaluate IDVTC applications against ICS membership + uniqueness constraints.
  • Add artifacts/mainnet/idvtc/* inputs/outputs (addresses, CSV, Merkle tree/proofs) and helper scripts to compose these artifacts.
  • Add scaffolding files for the assessment tool (README, .gitignore, empty idvtc-used.json).

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
idvtc-assessment/README.MD Documents how to run the IDVTC assessment CLI.
idvtc-assessment/idvtc.py Implements CSV/JSON-based cluster eligibility checking and batch processing.
idvtc-assessment/artifacts/idvtc-used.json Seed JSON file for approved cluster tracking.
idvtc-assessment/.gitignore Ignores local input CSVs (and should ignore generated outputs).
artifacts/mainnet/idvtc/sources/idvtc_assessment_1.json Round source addresses for IDVTC allowlist composition.
artifacts/mainnet/idvtc/main.py Aggregates per-round JSON sources into idvtc.csv.
artifacts/mainnet/idvtc/idvtc.csv Produced IDVTC address list used for Merkle composition.
artifacts/mainnet/idvtc/compose.js Builds Merkle tree/proofs and emits addresses.json + Merkle artifacts.
artifacts/mainnet/idvtc/addresses.json Produced address list in JSON form.
artifacts/mainnet/idvtc/merkle-tree.json Produced Merkle tree dump.
artifacts/mainnet/idvtc/merkle-proofs.json Produced address→proof map.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread idvtc-assessment/idvtc.py
Comment thread idvtc-assessment/idvtc.py
Comment thread idvtc-assessment/idvtc.py Outdated
Comment thread idvtc-assessment/idvtc.py Outdated
Comment thread idvtc-assessment/idvtc.py Outdated
Comment thread idvtc-assessment/idvtc.py
Comment thread idvtc-assessment/README.MD Outdated
Comment thread idvtc-assessment/.gitignore
skhomuti
skhomuti previously approved these changes Jun 24, 2026
skhomuti
skhomuti previously approved these changes Jun 24, 2026
madlabman
madlabman previously approved these changes Jun 24, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e84473b312

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread idvtc-assessment/idvtc.py
@dgusakov dgusakov dismissed stale reviews from skhomuti and madlabman via 7a723f8 June 24, 2026 11:54

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7a723f8b9e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread idvtc-assessment/idvtc.py
madlabman
madlabman previously approved these changes Jun 24, 2026
skhomuti
skhomuti previously approved these changes Jun 26, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1b7548c245

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread idvtc-assessment/idvtc.py Outdated
madlabman
madlabman previously approved these changes Jun 26, 2026
@dgusakov dgusakov dismissed stale reviews from madlabman and skhomuti via 0b9cd94 June 26, 2026 07:30
@madlabman madlabman merged commit 98674ef into develop Jun 26, 2026
6 checks passed
@madlabman madlabman deleted the idvtc-assessment branch June 26, 2026 09:07
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.

4 participants