js-ceramic icon indicating copy to clipboard operation
js-ceramic copied to clipboard

bug(core) CDB-833: Retry Getting Transaction

Open dbcfd opened this issue 2 years ago • 2 comments

Brings in exponential backoff package to provide exponential backoff behavior when we fail to get a transaction from the anchor. Adds 1 test and updates 1 test to verify this behavior.

dbcfd avatar Jan 30 '23 21:01 dbcfd

CDB-833 Add retries when loading transactions from ethereum

EthereumAnchorValidator._getTransactionAndBlockInfo() should have retries in case we get a temporary error from the ethereum provider

linear[bot] avatar Jan 30 '23 21:01 linear[bot]

@dbcfd what's the status of this PR? Should we close it?

stbrody avatar Apr 10 '23 18:04 stbrody