Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tx_length field to Block #76

Closed
dj8yfo opened this issue Apr 28, 2017 · 1 comment
Closed

Add tx_length field to Block #76

dj8yfo opened this issue Apr 28, 2017 · 1 comment
Assignees

Comments

@dj8yfo
Copy link
Contributor

dj8yfo commented Apr 28, 2017

needed for verifying merkle tree proofs to evaluate the merkle tree depth on client; the https://tools.ietf.org/html/rfc6962#section-2.1 CT solution with hashing prefixes was dicarded.

Currently tx_hash field in block is the root of merkle table of block's transactions.
Add tx_length field in block with the length of the same merkle table.

@therustmonk therustmonk changed the title Add txs_length field to Block Add tx_length field to Block Jun 5, 2017
@dj8yfo
Copy link
Contributor Author

dj8yfo commented Jun 6, 2017

closing as duplicate of pr

@dj8yfo dj8yfo closed this as completed Jun 6, 2017
vldm pushed a commit that referenced this issue Jul 13, 2017
Former-commit-id: 9e94a4fa04e5a2a1563f1c532163d0b28da10c44
stanislav-tkach pushed a commit to stanislav-tkach/exonum that referenced this issue Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants