ethereum / wiki

The Ethereum Wiki
https://www.ethereum.org
14.75k stars 2.57k forks source link

please suggest me to create a filter to last n number of transactions in parity JSON RPC #649

Closed malenchelon closed 4 years ago

malenchelon commented 5 years ago

I Want to get last n number of transactions as like in bitcoin listtransactions. I want that thing to be in a filter so that i can grab them when ever i need using json rpc command

ChrisChinchilla commented 4 years ago

As far as I can tell from this - https://github.com/ethereum/go-ethereum/issues/1897

it has been widely discussed, but not implemented.