trueblocks-core
trueblocks-core copied to clipboard
Possible speedups for getting data from the node
https://discord.com/channels/570963863428661248/591291646415601733/1263092898077868124
FYI this may not have been considered previously as Erigon didn't have IPC. It looks like it was introduced in Nov 2023: https://github.com/erigontech/erigon/issues/8588
Not very well documented though.
Here is reference to needing to run the RPC seperately: https://github.com/erigontech/erigon/pull/8590#issuecomment-1817808513
Available flags for rpcdaemon: --socket.enabled Enable IPC server --socket.url string IPC server listening url. prefix supported are tcp, unix (default "unix:///var/run/erigon.sock")