lightwalletd/common
Larry Ruane 31a19484e2
Improve error checking, README improvements (#278)
Deserialize blocks and transactions as they are staged, to catch errors
earlier (such as trying to stage transactions as blocks), improve logging,
improve error handling (don't crash if ApplyStaged is given a height
that's higher than one beyond the latest active block).
2020-06-03 19:18:04 -06:00
..
logging Added back logging interceptor for non-tls, fixed version on startup 2020-04-09 10:27:08 -06:00
cache.go fix corruption detector, smallest block is 74 bytes, not 78 2020-05-22 08:30:03 -06:00
cache_test.go increase the 252 per-block transaction limit (#273) 2020-06-03 18:58:26 -06:00
common.go add --darkside-timeout option to override 30-minute default shutdown 2020-05-21 11:48:03 -06:00
common_test.go don't sleep 1s for reorg, wait 2s for new blocks 2020-05-21 11:48:03 -06:00
darkside.go Improve error checking, README improvements (#278) 2020-06-03 19:18:04 -06:00
generatecerts.go add COPYING and copyright lines 2020-03-12 12:02:55 -06:00