eos
eos copied to clipboard
An open source smart contract platform
Matthew Darwin - EOS Nation, [21.09.21 23:24] When starting nodeos from genesis and some of the peers it connects to have all the blocks and some of the peers it...
If state history plugin has problems writing the history, nodeos must stop immediately. related issue: #9483 Another condition is if the node starts from a snapshot that is newer than...
With `trace_api_plugin` enabled replay speed drops by two orders of magnitude and CPU and I/O utilization drops to near zero. Same behavior seen on 2.2-rc1, 2.1 and 2.0.6 Hardware info:...
Hi, I followed instructions to install eosio with prebuilt binaries and it gives me this message. So I tried to build the binaries as an experienced developer and thats not...
Given a directory that only contains a blocks.log file, eosio-blockslog in 2.0 and 2.1 is able to create an index file from this blocks log, but 2.2 errors out with...
This is possibly a duplicate of #10239 but the other issue was already closed and I started experiencing this only recently and not since April. The problem is that buying...
For developing purposes i need to increase max inline actions depth. I do this in tester constructor class, but seems that blockchain start before constructor call ``` genesis_state gs; gs.initial_configuration.max_inline_action_depth...
CMake Error at libraries/chain/CMakeLists.txt:38 (enable_language): The CMAKE_ASM-LLVMWAR_COMPILER: g++ is not a full path and was not found in the PATH. Tell CMake where to find the compiler by setting either...
Trying to execute a cleos command using multiple headers: ``` $ cleos --header "X-Eos-Push-Guarantee: in-block" --header "Authorization: Bearer " -u "https://waxtest.dfuse.eosnation.io" transfer fromaccount toaccount "0.0001 WAX" ``` Results in this...
For non-public APIs, it would be nice to allow a configurable timeout for get_table_rows instead of being hardcoded to 10ms. Discussion in EOSIO developer telegram: Olexandr Shalakhin, [21.07.21 07:14] [In...