solana/src
Greg Fitzgerald c12da50f9b Fix race condition
Without this patch, it was possible for two transactions with the same
'from' address to drive its balance below zero. With the patch, we'll
hold a write lock from just before we verify sufficient funds until
after those funds are deducted from the account.
2018-04-05 22:30:25 -06:00
..
bin Change for cuda verify integration 2018-04-05 20:00:44 -07:00
accountant.rs Fix race condition 2018-04-05 22:30:25 -06:00
accountant_skel.rs Change for cuda verify integration 2018-04-05 20:00:44 -07:00
accountant_stub.rs Implement window service 2018-04-03 13:53:19 -07:00
ecdsa.rs Change for cuda verify integration 2018-04-05 20:00:44 -07:00
entry.rs Add a test to ensure witness data continues to be hashed 2018-04-02 21:07:38 -06:00
event.rs Change for cuda verify integration 2018-04-05 20:00:44 -07:00
hash.rs
historian.rs
ledger.rs
lib.rs Change for cuda verify integration 2018-04-05 20:00:44 -07:00
mint.rs Change for cuda verify integration 2018-04-05 20:00:44 -07:00
packet.rs Change for cuda verify integration 2018-04-05 20:00:44 -07:00
plan.rs Change for cuda verify integration 2018-04-05 20:00:44 -07:00
recorder.rs
result.rs
signature.rs
streamer.rs Change for cuda verify integration 2018-04-05 20:00:44 -07:00
transaction.rs Change for cuda verify integration 2018-04-05 20:00:44 -07:00