Patrick Raphael

Results 13 comments of Patrick Raphael

This would seem to be correct behavior. Similar to accounts, scopes and tables don't get deleted. You can remove all records but that won't delete the table or scope. Did...

Hi @farukterzioglu can you tell me how you obtained 2.1 and which OS you are running on? This only seems to be a problem under certain circumstances.

Ok this definitely a bug in plugins/trace_api_plugin/abi_data_handler.cpp. When there is no return_value in the action, the chain/abi_serialzier will thrown an unpack exception, which causes function to return an empty tuple,...

This issue is being worked on as we speak as part of the replacement of Websocket++ with boost::beast and is expected for 2.2 RC2

If you installed cmake after eosio.cdt, it may be unable to locate the necessary cmake modules. You might want to try reinstalling eosio-cdt.

A pinned build fixes the compiler version. This guarantees you will not have struct alignment issues, and won't have problems reading files such as blocks.logs correctly. This is obviously important...

You can try running `lcov` from within the build directory. However in my experience the reports it generates are poor. I would also recommend building with the `cmake` flag `CMAKE_BUILD_TYPE="RelWithDebInfo'.`...

> These new host functions should only be added to eosio-tester and rodeos not nodeos. I'm not sure its possible with only an eosio-tester modification. Tester intrinsics only appear to...

Hi crazybits, Some more info would be helpful. 1. This looks like MacOS. Is it 10.14, 10.15, or 11.x (BigSur) ? 2. This looks like a Boost error, could you...