我開始使用 Ganache 來執行乙太坊並通過 cURL 嘗試以下操作:
curl -X POST -d '{"jsonrpc":"2.0","method":"txpool_status","params":[],"id":1}' http://ip:port
但我得到了消息:
不支持方法 txpool_status
有沒有辦法在 Ganache 中啟用 TxPool?
摘自2019 年 9 月 16 日的最新一期:
ganache-core
目前不支持記憶體池,儘管@davidmurdoch 的這個 WIP重構確實在某種程度上支持記憶體池
引用自:https://ethereum.stackexchange.com/questions/77581