filecoin-saturn / contracts

contracts
6 stars 0 forks source link

refactor: pending transaction polling on contract calls #16

Closed alexander-camuto closed 1 year ago

alexander-camuto commented 1 year ago

Currently the cli creates a new PendingTransaction after a call is initiated. We should (in theory) poll this to completion to get a guarantee of a successful call.

This PR:

alexander-camuto commented 1 year ago

Thanks @AmeanAsad for finding the .retries() call on PendingTransaction which ensures some form of compatibility with Hyperspace's longer block times relative to ethereum