Skip to content

Conversation

@wgr523
Copy link

@wgr523 wgr523 commented Dec 16, 2025

Changes

src/Nethermind/Nethermind.Xdc/README.md

Types of changes

What types of changes does your code introduce?

  • Bugfix (a non-breaking change that fixes an issue)
  • New feature (a non-breaking change that adds functionality)
  • Breaking change (a change that causes existing functionality not to work as expected)
  • Optimization
  • Refactoring
  • Documentation update
  • Build-related changes
  • Other: Description

Testing

Requires testing

  • Yes
  • No

Documentation

Requires documentation update

  • Yes
  • No

**Purpose**: Manage validator set transitions at epoch boundaries

**Epoch Structure**:
// This figure is not clear for me, let's add more explanation
Copy link
Contributor

Choose a reason for hiding this comment

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

replaced with a simpler explanation.

Address Beneficiary
Hash256 StateRoot
long Number
long Number // in Golang, it's `*big.Int`. Is it okay to use `long` here?
Copy link
Contributor

Choose a reason for hiding this comment

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

Yes this is no problem since in RLP its uint64

### 2. Fork Prevention

```
// The Suggest() function is not familiar to me, can you provide the Golang code location?
Copy link
Contributor

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants