storj/internal/testplanet
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
..
bootstrap.go internal/testplanet: split planet.go file to avoid package naming conflicts (#2279) 2019-06-21 16:39:43 +03:00
dir.go internal/testplanet: add missing consoleserver.Config (#2269) 2019-06-20 22:27:36 +02:00
planet_test.go Enable Scopelint Linter (#2049) 2019-05-29 09:30:16 -04:00
planet.go internal/testplanet: split planet.go file to avoid package naming conflicts (#2279) 2019-06-21 16:39:43 +03:00
reconfigure.go Relocate IP Lookup to ensure it is always set (#2061) 2019-05-30 19:35:04 +02:00
run_test.go Ensure that tally tests run against postgres (#1227) 2019-02-05 16:23:45 +02:00
run.go Refactor pb.Node protobuf (#1785) 2019-04-22 12:07:50 +03:00
satellite.go add storage node voucher request service (#2158) 2019-06-21 18:48:52 -04:00
storagenode.go add storage node voucher request service (#2158) 2019-06-21 18:48:52 -04:00
uplink_test.go internal/testplanet: improve test speed (#2280) 2019-06-21 18:41:39 +02:00
uplink.go internal/testplanet: split planet.go file to avoid package naming conflicts (#2279) 2019-06-21 16:39:43 +03:00