solana/tokens/src
Greg Fitzgerald 9c2c64f8c8
More reliable way to detect expired transactions (#10482)
When the root slot is beyond the last valid slot, we can say
with certainty that the blockhash is expired. Unfortunately,
we still can't say the transaction didn't land. It may have
landed a long time ago and the validator has since purged
its transaction status.
2020-06-10 17:00:13 -06:00
..
arg_parser.rs Minor fixes to solana-tokens (#10057) 2020-05-14 21:23:35 -07:00
args.rs Add solana-tokens (#10011) 2020-05-13 08:36:30 -06:00
commands.rs More reliable way to detect expired transactions (#10482) 2020-06-10 17:00:13 -06:00
db.rs More reliable way to detect expired transactions (#10482) 2020-06-10 17:00:13 -06:00
lib.rs Add solana-tokens (#10011) 2020-05-13 08:36:30 -06:00
main.rs Add solana-tokens (#10011) 2020-05-13 08:36:30 -06:00
thin_client.rs More reliable way to detect expired transactions (#10482) 2020-06-10 17:00:13 -06:00