-
Notifications
You must be signed in to change notification settings - Fork 114
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
0.3.4 final #872
0.3.4 final #872
Conversation
…ependency from source code to the maven repo
fixed NPE concerns in some classes & format revised
…ependency from source code to the maven repo
… into rearchitect-maven
…ncy from source code to the maven repo
…o dependency from source code to the maven repo
…suitable for distribution is also produced
…ependency from source code to the maven repo
fixed NPE concerns in some classes & format revised
…ncy from source code to the maven repo
…o dependency from source code to the maven repo
Added 'blank-slate' config & genesis for avm testnet
…e AionRepositoryCache
Minor repository refactoring
2.) Allow the balance transfer executing inside the avm
Allow avm executing the balance transfer
- This change causes eth_syncing to report 'done syncing' if the local node is within 1 block of the network best block.
Fix to eth_syncing
FVM contract encoding update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, just have some minor comments
return new RpcMsg( | ||
null, | ||
RpcError.INVALID_REQUEST, | ||
"Invalid Request " + e + " " + e.getMessage() != null ? e.getMessage() : ""); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think putting e
already includes the message that is in e.getMessage()
LOG.error( | ||
"ApiAion0.process.getBlocksByLatest exception: [{}]", | ||
e.getMessage()); | ||
LOG.error("ApiAion0.process.getBlocksByLatest exception: [{}]", e); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you the second arg is Exception, I think {} is not needed
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
It is the PR merge for all the 0.3.4 features to get into master
Fixes Issue # .
Type of change
Insert x into the following checkboxes to confirm (eg. [x]):
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]):