Closed jeffro256 closed 3 years ago
I'm just thinking some users may need the binary blob. Perhaps we should add some optional argument to monero.daemon.Daemon.transactions
? What do you think?
Okay I added a change to make it optional, and it defaults to False
Eventually I moved the parameter to backend initialization.
I changed one file:
monero.backends.jsonrpc.daemon
to add one line. This send the"prune": True
option along with theget_transactions
call. The data that is pruned is not used by the_do_get_transactions
call but it can save up to 80% in bandwidth.