skalenetwork / skaled

Running more than 20 production blockchains, SKALED is Ethereum-compatible, high performance C++ Proof-of-Stake client, tools and libraries. Uses SKALE consensus as a blockchain consensus core. Includes dynamic Oracle. Implements file storage and retrieval as an EVM extension.
https://skale.network
GNU General Public License v3.0
84 stars 40 forks source link

Skaled doesn't print debug calls into log #1749

Open oleksandrSydorenkoJ opened 10 months ago

oleksandrSydorenkoJ commented 10 months ago

Preconditions Active chains Archival node with debug log-level Deployed contract with erc20 tokens

Versions skalenetwork/schain:3.17.2-develop.2-historic

Steps to reproduce

  1. Send any valid eth_call
  2. Check skaled logs on archival node - eth_call logs printed into skaled logs
  3. send any debug call (debug_getBlockByNumber)
  4. check skaled logs

    Actual state Skaled doesn't print debug calls into log

Expected state Skaled should print all calls with debug log-level

kladkogex commented 7 months ago

Moving to 2.5 as it is not high priority