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

Changing BlockReward contract address in spec.json #21

Open
varasev opened this issue Jun 25, 2018 · 1 comment
Open

Changing BlockReward contract address in spec.json #21

varasev opened this issue Jun 25, 2018 · 1 comment

Comments

@varasev
Copy link

varasev commented Jun 25, 2018

Title

  Title: "multi" option for BlockReward in spec.json
  Layer: Parity engine

Abstract

To make BlockReward contract changeable in the future there should be a way to change contract's address in spec.json after that is deployed. The current version of Parity (1.11.4-beta) doesn't have that option. We need to change Parity's implementation to support that feature.

Rationale

Parity 1.11.4 doesn't have "multi" option in spec.json for BlockReward contract. Therefore, once the BlockReward has been deployed, it cannot be changed.

To be able to change BlockReward address we need to add the same "multi" option as it's done for validator set: https://wiki.parity.io/Validator-Set.html#multi-set

Specification

Introduction to BlockReward: openethereum/parity-ethereum#8419

Implementation

Repo to see it's working: https://github.com/varasev/test-block-reward

@varasev
Copy link
Author

varasev commented Jan 4, 2020

Done in openethereum/parity-ethereum#10875.

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

No branches or pull requests

1 participant