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

Data migration and prepare for eos-vm merge #146

Merged
merged 2 commits into from
Mar 7, 2020

Conversation

Frank-AFN
Copy link

@Frank-AFN Frank-AFN commented Mar 6, 2020

  1. Data migration for eos-vm upgrade

  2. Modify bos intrinsic action seed and has contract

  3. extract contract code from account

  4. Upgrade fc, change fc version to ac3bee8

  5. Fix: state history plugin get account code compile error

  6. Add cmake modules

  7. Modify: builder dockerfile llvm to 7.0

  8. modify llvm and clang version in eosio_build script

  9. remove fcolor-diagnostics for docker build

  10. Modify: unittest cmakelist to generate eosio.contract

  11. Modify: wast import in unittest

  12. remove memory test case and config.hpp header

  13. Modify: forked delay api test

  14. Fix: get code with wasm in txn_test_gen_plugin

  15. Change: global property object2

  16. Add: privileged in account metadata object

  17. Fix: multi testcases

  18. Fix: test case except api tests

  19. Fix: test crypto api bug

  20. Fix: api deferred transaction test

Change Description

Consensus Changes

API Changes

Documentation Additions

bos intrinsic action seed and has contract

extrace contract code from account

Fix: excutor visit

Upgrade fc

change fc version to ac3bee8

Fix: state history plugin get account code compile error

Remove protocol state in state history plugin

reset wasm compilation result

adjust order of intrisic_mapping

Add set upgrade param in intrisic mapping

reorder action time seed  in intrisic mapping

Add cmake modules

Modify: builder dockerfile llvm to 7.0

modify llvm and clang version in eosio_build script

remove fcolor-diagnostics for docker build

Add: txn_test_gen_plugin

Add: unittest build

Remove: kafka plugin build and modify unittest cmakefile

Modify: unittest cmakelist to generate eosio.contract

remove: llvm unittest 7.1 version

Modify: wast import in unittest

remove memory test case and config.hpp header

Modify: forked  delay api  test

Add wasm file

Modify: unittest cmakelist

Modify: txn_test_gen_plugin

Fix: get code with wasm in txn_test_gen_plugin

Change: global property object2

data migration for upgrade vm

Add: privileged in account metadata object

Fix: multi testcases

Fix: test case except api tests

Fix: test crypto api bug

Fix: api deferred transaction test

Data migration for eos-vm upgrade
@qianxiaofeng qianxiaofeng merged commit 14db844 into boscore:release/3.0.x Mar 7, 2020

if ("${CORE_SYMBOL_NAME}" STREQUAL "")
set( CORE_SYMBOL_NAME "SYS" )
set( CORE_SYMBOL_NAME "EOS" )
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个地方看一下,默认改成 BOS,都比EOS要合适

@@ -1,6 +1,6 @@
FROM boscore/builder:v2.0.4 as builder
ARG branch=master
ARG symbol=SYS
ARG symbol=EOS
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个地方看一下,默认改成 BOS,都比EOS要合适

libraries/chain/wasm_interface.cpp Show resolved Hide resolved
libraries/chain/apply_context.cpp Show resolved Hide resolved
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.

3 participants