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

Implement cost function #73

Closed
jonasnick opened this issue Jan 25, 2016 · 1 comment
Closed

Implement cost function #73

jonasnick opened this issue Jan 25, 2016 · 1 comment

Comments

@jonasnick
Copy link
Contributor

Cost functions estimate resource requirements during block validation. A new consensus rule would be introduced such that blocks above a certain cost limit are invalid. The cost function (and cost limit) should be a chain specific parameter to allow accounting for chain specific features. In Bitcoin, for example, the node costs are mostly driven by signature hashing.

This branch is an example of a resource tracker for bitcoin.

instagibbs added a commit to instagibbs/elements that referenced this issue Mar 15, 2017
f'BlindOuputs succeeds if...' BlindOutputs now returns number of outp…
@instagibbs
Copy link
Collaborator

Let's just get simplicity working and ban everything else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants