pool/clientdb
Olaoluwa Osuntokun 9a2268ad48 client: change order.Kit.AcctKey into raw key bytes
In this commit, we change the key stored within the internal order kit
into a raw pubkey array. Along the way we fix a bug in the verifier
tests due to using a map with pointer keys rather than the actual value
itself.
2020-05-26 19:57:54 -07:00
..
account.go clientdb: specify src and dst buckets for updateAccountTX 2020-04-27 15:50:03 -07:00
account_test.go multi: allow account closure through expiration and multi-sig paths 2020-02-05 12:09:47 -08:00
batch.go clientdb: add DeletePendingBatch 2020-05-05 13:54:36 -07:00
batch_test.go clientdb: prevent test race condition by not modifying global test var 2020-05-05 14:20:49 -07:00
codec.go clientdb: add missing types to codec 2020-04-14 15:41:22 +02:00
db.go clientdb+order: use 2-step commit for batch persistence 2020-04-24 10:57:41 -07:00
log.go multi: add persistent bolt storage 2019-12-11 18:59:58 -08:00
metadata.go clientdb: stage batch updates under distinct bucket 2020-04-27 15:51:58 -07:00
order.go clientdb: specify src and dst buckets for updateOrderTX 2020-04-27 15:48:42 -07:00
order_test.go client: change order.Kit.AcctKey into raw key bytes 2020-05-26 19:57:54 -07:00