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

prepare v3.0.7 version #155

Merged
merged 13 commits into from
Apr 27, 2020
Merged

prepare v3.0.7 version #155

merged 13 commits into from
Apr 27, 2020

Conversation

Thaipanda
Copy link

Change Description

  1. Support EOSVM and EOSVMOC
  2. Consolidated Security Fixes for eos-vm
  3. Upgrade create_snapshot API to keep the compatibility
  4. Upgrade Dockerfile to support EOSVM

API Changes

  • /v1/producer/create_snapshot, add export_snapshot_type
   enum export_snapshot_type {
      snapshot = 0,        // snapshot for data to use for restoring a node
      acts_snapshot = 1    // snapshot for all accounts with system token balance
   };

Create normal snapshot:

curl http://127.0.0.1:{$PORT}/v1/producer/create_snapshot

Create account balance snapshot:

curl -d 1 http://127.0.0.1:{$PORT}/v1/producer/create_snapshot

@Thaipanda Thaipanda merged commit 3dd4369 into master Apr 27, 2020
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.

4 participants