You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The monitor app should be adapted to detect internal smart contract transactions.
The reason is that we need to support assets (e.g., ETH, ERC20 tokens) coming from exchanges. As far as I'm aware of, Geth cannot filter transactions within smart contracts. Thus, interfacing with a Parity full node becomes a good option to support such feature.
The
monitor
app should be adapted to detect internal smart contract transactions.The reason is that we need to support assets (e.g., ETH, ERC20 tokens) coming from exchanges. As far as I'm aware of, Geth cannot filter transactions within smart contracts. Thus, interfacing with a Parity full node becomes a good option to support such feature.
Reference: https://wiki.parity.io/JSONRPC-trace-module.html#trace_filter
The text was updated successfully, but these errors were encountered: