Skip to content
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

Initialize miner reward pool #393

Merged
20 commits merged into from
Jun 23, 2022

Conversation

Neylix
Copy link
Member

@Neylix Neylix commented Jun 21, 2022

Description

This PR implement the initialization of the minser reward pool.
It uses the network pool seed of the shared secret chain to create a new transaction chain.
The first transaction is the creation of 1M NFT

Fixes #379

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Run the node and there is the creation of the transaction during network init.
Also uses test files

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@Neylix Neylix marked this pull request as draft June 21, 2022 09:36
@Neylix Neylix changed the base branch from master to develop June 21, 2022 09:36
@Neylix Neylix force-pushed the Initialize-miner-reward-pool branch from 9438385 to 4eef68a Compare June 22, 2022 14:53
@Neylix Neylix requested a review from a user June 22, 2022 16:34
@Neylix Neylix added the feature New feature request label Jun 22, 2022
@Neylix Neylix marked this pull request as ready for review June 22, 2022 16:36
@Neylix Neylix force-pushed the Initialize-miner-reward-pool branch from 596c6a3 to 4858608 Compare June 23, 2022 14:04
@Neylix Neylix force-pushed the Initialize-miner-reward-pool branch from d0b3fee to 85ddf1a Compare June 23, 2022 15:00
@ghost ghost merged commit 3a2c9a5 into archethic-foundation:develop Jun 23, 2022
@Neylix Neylix deleted the Initialize-miner-reward-pool branch June 24, 2022 09:45
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create miner reward pool during network initialization
2 participants