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

FVM external state return FvmDataword instead of long in the block difficulty #963

Merged
merged 1 commit into from
Aug 21, 2019

Conversation

AionJayT
Copy link
Collaborator

##Description
Revised the block difficulty return type in the ExternalStateForFVM from long to FvmDataword.
The block difficulty allows max 16 bytes of data been stored in the block header. We should not use long type as the getter/setter to interact with the fastvm.

Relate with the commit in the aion_fastvm repo: aionnetwork/aion_fastvm@166bdb2

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.

@AionJayT AionJayT added the bug Something isn't working label Aug 20, 2019
@AionJayT AionJayT requested a review from aionick August 20, 2019 20:55
@AionJayT AionJayT self-assigned this Aug 20, 2019
@AionJayT AionJayT merged commit 314db9e into master Aug 21, 2019
@AionJayT AionJayT deleted the AKI-288 branch August 21, 2019 13:34
@AionJayT AionJayT added this to the 0.4.2 milestone Oct 7, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants