34 Commits (master)

Author SHA1 Message Date
jahway603 b9ffa1737c Updated copyright years and included Hush copyright on files missing one to resolve Issue #31 2 weeks ago
jahway603 686b290ada updated copyright years 12 months ago
Jonathan "Duke" Leto 642740b3bc Port code from upstream 2 years ago
jahway603 0f21f457a6 changed DenioD's github lightwalletd links to git.hush.is lightwalletd links 4 years ago
DenioD f6fa52fde1 port to hush 5 years ago
Larry Ruane da85a1d80b GetDisplayPrevHash() should not change its argument 5 years ago
Aditya Kulkarni 7644852fc6 Fix hash encoding, change module names 5 years ago
mdr0id 1002580cd9 Add storing prevhash to local db and logs 5 years ago
Larry Ruane 2454b05b52 add prev_hash to logging 5 years ago
mdr0id 397a02ba0f Update block name for exporting conflict 5 years ago
Jack Grigg 722118ade9 Add range check on height extracted from coinbase script 5 years ago
Jack Grigg 5acfb9af34 parser: Correctly parse heights from script-encoded int64 values 5 years ago
Jack Grigg 7451d85d15
parser: Add PrevHash field to CompactBlocks 5 years ago
George Tankersley 6d28a409bc parser: replace genesis "blockheight" with zero 5 years ago
George Tankersley d08abe82b4 walletrpc: improve protobuf/grpc package naming 5 years ago
George Tankersley 7726a6752d cleanup: rename package and vendor dependencies for old go versions 5 years ago
George Tankersley 7d7390eeae parser: include block time in compact encodings 6 years ago
George Tankersley a8e099d0fa parser: cache block heights from coinbase 6 years ago
George Tankersley 71c0624abe ingest: make zmq client store raw transaction data 6 years ago
George Tankersley f35e72923a parser: stop sending non-Sapling transactions (e.g. coinbase) in compact block vtx 6 years ago
George Tankersley 80b063fe8e parser: expose little-endian hashes for harmony with wire format 6 years ago
George Tankersley 38d61b509c rpc: update for API and protobuf changes 6 years ago
George Tankersley 0dee0b425e storage: begin implementing sqlite3 storage 6 years ago
George Tankersley 7cc7095a81 parser: implement Compact Block encoding from ZIP307 6 years ago
George Tankersley 7736b2464b parser: extract height from coinbase transaction 6 years ago
George Tankersley e91ccd258f client: implement rudimentary zmq client 6 years ago
George Tankersley 58e5f3e78b parser: implement whole-block parsing and publicize constructors 6 years ago
George Tankersley 273de97b00 parser: split block header parsing into its own files 6 years ago
George Tankersley bb60ca32bf parser: give up on doing anything clever 6 years ago
George Tankersley 35638b3900 parser: generalize API for decoding serializable types 6 years ago
George Tankersley c947b00d36 parser: clarify difference between block hash and block header hash 6 years ago
George Tankersley e69779195f parser: tidy up the BlockHeader API 6 years ago
George Tankersley 5d3e0308a8 parser: sufficiently test block header serialization 6 years ago
George Tankersley 69f376515c parser: implement container-level parsing of block headers 6 years ago