eos
eos copied to clipboard
An open source smart contract platform
I recently noticed that some ship nodes return broken data or at least data eosjs cannot deserialize. Is there any know bug which can produce this error? I had the...
**EOS:** 2.1.0 **Ubuntu:** 20.04 **Compiler:** llvm-7 clang-7 clang++-7 llvm-cov-7 ---- I want to use `txn_test_gen_plugin` to generate transactions, and the process is following the guidance: https://github.com/EOSIO/eos/blob/develop/plugins/txn_test_gen_plugin/README.md I have started the...
Lower Bound: There is a problem with querying with all numeric account. Example:511314511314
This patch is renaming table deltas in the ABI for no apparent reason. This breaks compatibility with all state history readers, and makes no sense. https://github.com/EOSIO/eos/commit/d71569a15a881f03793534ba84a0f20b3f1998f7 This change must be...
reproduce the bug as below steps: 1. add one record in the scope 2. delete the record and keep the scope the scope count of get_table_by_scope would be 1 instead...
**EOS:** 2.1.0 **Ubuntu:** 20.04 **Compiler:** llvm-7 clang-7 clang++-7 llvm-cov-7 ----- I have set the `ENABLE_COVERAGE_TESTING=true` while compiling, and have generated a list of `.gcno` files. ``` ./libraries/yubihsm/lib/CMakeFiles/yubihsm_static.dir/yubihsm.c.gcno ./libraries/yubihsm/lib/CMakeFiles/yubihsm_static.dir/error.c.gcno ./libraries/yubihsm/lib/CMakeFiles/yubihsm_static.dir/yubihsm_libusb.c.gcno ./libraries/yubihsm/lib/CMakeFiles/yubihsm_static.dir/yubihsm_usb.c.gcno...
## Table tracking significant deprecations in EOSIO software | Feature | Date of Deprecation Notice | Deprecation Announcement Link | Date of Removal | Removal Announcement Link | Alternative to...
Launch nodeos v2.2.0-rc1 with options in coinfig.ini ``` plugin = eosio::blockvault_client_plugin block-vault-backend = "vault:[email protected]" ``` and error is below: ``` APPBASE: Warning: The following configuration items in the config.ini file...
sometimes taking a snapshot takes a long time (eg on big chains). Progress reports should be printed in the nodeos log every few seconds while shapshots are in progress.
Nodeos has 2 methods of doing p2p transactions: - normal mode (within the last 5 minutes of head block) - catch-up mode (older) If nodeos is in "catch-up mode" and...