storj/storagenode/storagenodedb
Cameron 1283036e37
add storage node voucher request service (#2158)
* add voucher service on storage node

* config field tag syntax, go routines for requests

* hook up voucher service in storagenode/peer.go

* add voucher config to testplanet

* add voucher config to testplanet

* add voucher response status INVALID, ACCEPTED, REJECTED

* add a test for vouchers service

* handle no row from GetValid, test it

* add trust pool to voucher service

* use trusted list to get satellites

* verify vouchers upon receipt

* test VerifyVoucher
2019-06-21 18:48:52 -04:00
..
storagenodedbtest Storage node and upload/download protocol refactor (#1422) 2019-03-18 12:55:06 +02:00
testdata add index on pieceinfo expireation for faster GetExpired calls (#2220) 2019-06-18 01:27:14 +02:00
bandwidthdb.go storagenode: add monkit task to missing places (#2107) 2019-06-04 14:31:38 +02:00
certdb.go storagenode: add monkit task to missing places (#2107) 2019-06-04 14:31:38 +02:00
consoledb.go V3-1819 Storage node operator server and service started (#2112) 2019-06-20 14:52:32 +03:00
database.go storagenode: delete psserver (#1837) 2019-04-26 08:17:18 +03:00
infodb.go add index on pieceinfo expireation for faster GetExpired calls (#2220) 2019-06-18 01:27:14 +02:00
migrations_test.go migration tests for storagenodedb infodb (#1628) 2019-04-02 09:54:09 +02:00
orders.go storagenode: add monkit task to missing places (#2107) 2019-06-04 14:31:38 +02:00
pieceinfo.go V3-1819 Storage node operator server and service started (#2112) 2019-06-20 14:52:32 +03:00
usedserials.go Ensure Storage Nodes collect expired used serial numbers (#2143) 2019-06-06 22:06:31 +03:00
vouchers.go add storage node voucher request service (#2158) 2019-06-21 18:48:52 -04:00