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

Change Virtual Machines to receive TransactionInterfaces, not TransactionContexts #874

Merged
merged 1 commit into from
Apr 10, 2019

Conversation

arajasek
Copy link
Contributor

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

Update the Kernel to send Transactions instead of TransactionContexts to the VMs

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

All tests pass.

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.

@arajasek arajasek changed the title Tx context Change Virtual Machines to receive TransactionInterfaces, not TransactionContexts Apr 10, 2019
@arajasek arajasek self-assigned this Apr 10, 2019
@arajasek arajasek added the enhancement New feature or request label Apr 10, 2019
@arajasek arajasek added this to the 0.4.0 milestone Apr 10, 2019
@arajasek arajasek changed the base branch from 0.4-latest to object-graph-0.4 April 10, 2019 19:26
… to the VMs

- The corresponding changes to the VMs and VM_API have already been made and pointers / libraries are updated in this commit
- Since this commit updates the AVM jar, it also changes the test contracts to satisfy the renaming of BlockchainRuntime to Blockchain
@AlexandraRoatis AlexandraRoatis changed the base branch from object-graph-0.4 to master-pre-merge April 10, 2019 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants