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

Fix genesis pool amounts & addresses #679

Merged
merged 1 commit into from
Nov 14, 2022
Merged

Conversation

samuelmanzanera
Copy link
Member

Description

Fix genesis pool allocation with right addresses and amounts according the new token economy.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Run the node in production mode

 MIX_ENV=prod ARCHETHIC_CRYPTO_NODE_KEYSTORE_IMPL=SOFTWARE ARCHETHIC_NODE_ALLOWED_KEY_ORIGINS=SOFTWARE ARCHETHIC_NODE_IP_VALIDATION=false ARCHETHIC_P2P_BOOTSTRAPPING_SEEDS="127.0.0.1:3002:00011D967D71B2E135C84206DDD108B5925A2CD99C8EBC5AB5D8FD2EC9400CE3C98A:tcp" ARCHETHIC_CRYPTO_SEED="node1" ARCHETHIC_NETWORKING_PORT_FORWARDING=false ARCHETHIC_HTTP_PORT=4000 ARCHETHIC_P2P_PORT=3002 iex -S mix

The first transaction's transfer should handle the pool and amounts

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

@samuelmanzanera samuelmanzanera added bug Something isn't working bootstrap labels Nov 10, 2022
@samuelmanzanera samuelmanzanera merged commit aad1554 into develop Nov 14, 2022
@samuelmanzanera samuelmanzanera deleted the fix_genesis_seed branch November 14, 2022 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bootstrap bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants