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
This would allow the burner wallet to make a single http request per block, instead of one http request per transaction. I understand that right now the number of transactions per block is not huge, but still querying for all transactions at once should be the preferred approach.
Note: I can make a bounty out of this, just asking for now
The text was updated successfully, but these errors were encountered:
I noticed those lines of codes in
parseBlocks
:plasma-burner-wallet/src/App.js
Lines 532 to 540 in 75e3e38
web3.eth.getBlock
allows to retrieve all transaction objects by enabling the optional parameterreturnTransactionObjects
This would allow the burner wallet to make a single http request per block, instead of one http request per transaction. I understand that right now the number of transactions per block is not huge, but still querying for all transactions at once should be the preferred approach.
Note: I can make a bounty out of this, just asking for now
The text was updated successfully, but these errors were encountered: