yyolk / xrpl-price-persist-oracle

A Serverless Application Model stack that persists the $XRP price to the XRPL every minute as a TrustLine. There are no servers, it is effectively a "smart contract" in Python for the XRPL.
https://egge.gg
Other
9 stars 2 forks source link

try autofill #41

Closed yyolk closed 3 years ago

yyolk commented 3 years ago

https://xrpl-py.readthedocs.io/en/stable/source/xrpl.transaction.html?highlight=autofill#xrpl.transaction.safe_sign_and_autofill_transaction

TIL about autofill :nerd_face:

yyolk commented 3 years ago

works, i'll keep it going for now. The delta of 20 ledgers is consistent with XRPL-py, but may be striking a less-optimal balance. (but could potentially fix issues with #27