lightninglabs / lightninglabs/taproot-assets

analysis: create script to look at input age based on hops from a coinbase transaction

Open
#7 8 comments 0 reactions 1 assignee View on GitHub

@jharveyb is already working on this.

Since Apr 13, 2022.

analysis code proofs
Dominant language
Go
Stars
525
Forks
150
Avg merge
2d 15h
Merged PRs (30d)
31

Description

As the proofs grow with the number of transactions, we should analyze the existing chain to get an idea w.r.t the diff clusters of transactions by input age.

Such a script can use our existing Go libraries to query the full-node RPC interface to track an output back to the coinbase transaction that created it. The GetRawTransaction RPC call can be used to trace an input until the prev out is a coinbase input.

We want to get a view of the distribution here, so we can estimate best and worst case scenarios.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.