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

Introducing monetary policy update #849

Closed
wants to merge 22 commits into from
Closed

Introducing monetary policy update #849

wants to merge 22 commits into from

Conversation

AionJayT
Copy link
Collaborator

@AionJayT AionJayT commented Mar 15, 2019

Notice

It is not allowed to submit your PR to the master branch directly, please submit your PR to the master-pre-merge branch.

Description

Please include a brief summary of the change that this pull request proposes. Include any relevant motivation and context. List any dependencies required for this change.

  • This PR open for reviewing cause it introduces a hard folk. It modifies the current reward calculation to match the description of the Aion white paper. the monetary calculator can be adjustment by initial supply, interest, annum blocks, and the starting blocks. The folk number settings are tentative, might be changed before the release.

Fixes Issue # .

Type of change

Insert x into the following checkboxes to confirm (eg. [x]):

  • Bug fix.
  • New feature.
  • Enhancement.
  • Unit test.
  • Breaking change (a fix or feature that causes existing functionality to not work as expected).
  • Requires documentation update.

Testing

Please describe the tests you used to validate this pull request. Provide any relevant details for test configurations as well as any instructions to reproduce these results.

Verification

Insert x into the following checkboxes to confirm (eg. [x]):

  • I have self-reviewed my own code and conformed to the style guidelines of this project.
  • New and existing tests pass locally with my changes.
  • I have added tests for my fix or feature.
  • I have made appropriate changes to the corresponding documentation.
  • My code generates no new warnings.
  • Any dependent changes have been made.

@AionJayT AionJayT added bug Something isn't working wip Indicates that a PR or issue is Work In Progress, issuer should be notified before any actions labels Mar 15, 2019
@AionJayT AionJayT added this to the 0.4.0 milestone Mar 15, 2019
AionJayT and others added 8 commits March 15, 2019 15:11
DockerAutomation Jenkinsfile bugfixes: typos in filename and image name
- These consensus tests anticipate the next commit, which seeks to move
  "pure balance transfers" to the Avm instead of the Fvm.
- These are also just going to be valuable to have going forward.
- A pure balance transfer is just a balance transfer to a non-contract address.
  Formerly these were handled by the Fvm, now they are handled by the Avm.
Avm now handles "pure" balance transfers
@AionJayT AionJayT changed the title introducing monetary policy update Introducing monetary policy update Mar 18, 2019
AionJayT and others added 12 commits March 19, 2019 11:52
 - corrected address generation inside AionCapabilities.java
 - expanded repository interface with check for VM deploy code
 - updated the VM specs with two supported VM codes for contract deploy
 - removed prefix checks from tests
 - expanded tests to ensure the receipt output matches the contract address
…on type

 - using the local version of the vm_api since more changes are expected
@qoire
Copy link
Contributor

qoire commented Mar 20, 2019

Whoa! This PR is big, I will be reviewing the MonetaryCalculator and MonetaryCalculatorTest classes.
It would be good to include @SavageLiAion as a reviewer as well if possible.

Edit: Savage has already reviewed the changes

@AionJayT
Copy link
Collaborator Author

AionJayT commented Mar 20, 2019

@qoire sorry cause I did a rebase. you only need to review 2 commits.
ca03194

And @SavageLiAion already reviewed. And pointed out one bug.
75c3c73

@AionJayT AionJayT mentioned this pull request Mar 20, 2019
12 tasks
@AionJayT
Copy link
Collaborator Author

close this PR, reopen in #852

@AionJayT AionJayT closed this Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wip Indicates that a PR or issue is Work In Progress, issuer should be notified before any actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants