This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Description
rebuilt with latest eosio.cdt develop
#1. After the changes from rocksdb_nodeos_integration merged, tests/plugin_test fails with error message:
~/contracts/eos/build$ tests/plugin_test
Random number generator seeded to 1602863110
Running 12 test cases...
3070003 wasm_serialization_error: Serialization Error Processing WASM
wrong type for imported function
{}
plugin_test eos-vm.cpp:106 validate
pending console output:
{"console":""}
plugin_test apply_context.cpp:143 exec_one
transaction_header: {"expiration":"2020-01-01T00:00:09","ref_block_num":7,"ref_block_prefix":657989823,"max_net_usage_words":0,"max_cpu_usage_ms":0,"delay_sec":0}, billed_cpu_time_us: 2000
{"header":{"expiration":"2020-01-01T00:00:09","ref_block_num":7,"ref_block_prefix":657989823,"max_net_usage_words":0,"max_cpu_usage_ms":0,"delay_sec":0},"billed":2000}
plugin_test tester.cpp:608 push_transaction
rethrow
{}
plugin_test get_kv_table_nodeos_tests.cpp:163 test_method
#2. diff of wat output of both wasm binaries
funciton protype of kv_set, kv_get_data, kv_erase are changed.
19,40c19,41
< (type (;17;) (func (param i64 i32 i32 i32) (result i32)))
< (type (;18;) (func (param i64 i32 i32 i32 i32 i64) (result i64)))
< (type (;19;) (func (param i64 i32 i32) (result i64)))
< (type (;20;) (func (param i64 i64 i64)))
< (type (;21;) (func (param i32 i32 i32 i64) (result i64)))
< (type (;22;) (func (param i32 i32 i32) (result i64)))
< (type (;23;) (func (param f64 i32) (result f64)))
< (type (;24;) (func (param i64 i64) (result i32)))
< (type (;25;) (func (param f64) (result f64)))
< (type (;26;) (func (param i32 i64 i64 i32)))
< (type (;27;) (func (param i32 i32) (result i64)))
< (type (;28;) (func (param i32 i32) (result f32)))
< (type (;29;) (func (param i32 i32) (result f64)))
< (type (;30;) (func (param i64 i32) (result i32)))
< (type (;31;) (func (param i32 i32 i32 i32 i32) (result i32)))
< (type (;32;) (func (param i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32) (result i32)))
< (type (;33;) (func (param i32 i32 i32 i32) (result i32)))
< (type (;34;) (func (param i32 i32 i32 i32 i32 i32 i32 i32)))
< (type (;35;) (func (param i64 i64)))
< (type (;36;) (func (param i32 i64) (result i32)))
< (type (;37;) (func (param i32 i32 i32 i32 i32 i32 i64)))
< (type (;38;) (func (param i32 i64 i32 i32 i32)))
Change Type
Select ONE
Consensus Changes
API Changes
Documentation Additions