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 validation for Adapots table #718

Closed
erikd opened this issue Jul 29, 2021 · 0 comments
Closed

Add validation for Adapots table #718

erikd opened this issue Jul 29, 2021 · 0 comments

Comments

@erikd
Copy link
Contributor

erikd commented Jul 29, 2021

Need a validation that basically does:

select epoch_no,treasury+reserves+rewards+utxo+deposits+fees from ada_pots ; 

and makes sure that the sum is always 45 billion.

erikd added a commit that referenced this issue Jul 30, 2021
This validation ensures that the AdaPots values for each epoch always sum
to the same value. We do not check the specific value (so this validation
can be run on other networks), just that is always sums to the same value
(which in the case of mainnet is 45 Billion ADA).

Closes: #718
erikd added a commit that referenced this issue Jul 30, 2021
This validation ensures that the AdaPots values for each epoch always sum
to the same value. We do not check the specific value (so this validation
can be run on other networks), just that is always sums to the same value
(which in the case of mainnet is 45 Billion ADA).

Closes: #718
@erikd erikd closed this as completed in 0a2a2c3 Jul 30, 2021
tmcgilchrist pushed a commit that referenced this issue Aug 4, 2021
This validation ensures that the AdaPots values for each epoch always sum
to the same value. We do not check the specific value (so this validation
can be run on other networks), just that is always sums to the same value
(which in the case of mainnet is 45 Billion ADA).

Closes: #718
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

1 participant