HomePhabricator

Add CCoins: pruned list of transaction outputs
10fd8604d74aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Add CCoins: pruned list of transaction outputs

The CCoins class represents a pruned set of transaction outputs from
a given transaction. It only retains information about its height in
the block chain, whether it was a coinbase transaction, and its
unspent outputs (script + amount).

It has a custom serializer that has very low redundancy.

Details

Provenance
Pieter Wuille <pieter.wuille@gmail.com>Authored on Jun 15 2012, 13:27
deadalnixPushed on May 14 2017, 22:04
Parents
rABC0fa593d0fb3a: Compact serialization for amounts
Branches
Unknown
Tags
Unknown

Event Timeline

Pieter Wuille <pieter.wuille@gmail.com> committed rABC10fd8604d74a: Add CCoins: pruned list of transaction outputs (authored by Pieter Wuille <pieter.wuille@gmail.com>).Oct 20 2012, 21:08