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

0.3.4 final #872

Merged
merged 152 commits into from
Apr 10, 2019
Merged

0.3.4 final #872

merged 152 commits into from
Apr 10, 2019

Conversation

AionJayT
Copy link
Collaborator

@AionJayT AionJayT commented Apr 9, 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

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]):

  • 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 and others added 30 commits March 4, 2019 16:30
…ependency from source code to the maven repo
fixed NPE concerns in some classes & format revised
…ependency from source code to the maven repo
…o dependency from source code to the maven repo
…ependency from source code to the maven repo
fixed NPE concerns in some classes & format revised
…o dependency from source code to the maven repo
AionJayT and others added 20 commits March 28, 2019 14:17
Added 'blank-slate' config & genesis for avm testnet
        2.) Allow the balance transfer executing inside the avm
- This change causes eth_syncing to report 'done syncing' if the local
  node is within 1 block of the network best block.
@AionJayT AionJayT added this to the 0.3.4 milestone Apr 9, 2019
Copy link
Contributor

@aion-kelvin aion-kelvin left a 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() : "");
Copy link
Contributor

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);
Copy link
Contributor

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

@AionJayT AionJayT merged commit 7629a00 into master Apr 10, 2019
@AionJayT AionJayT deleted the 0.3.4-final branch April 10, 2019 17:43
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

Successfully merging this pull request may close these issues.

6 participants