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

feat: implement phase one validation #426

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

ricomiles
Copy link
Contributor

@ricomiles ricomiles commented Jan 2, 2025

this adds phase one validation to submit endpoint, this uses the validate_tx function in pallas.

pallas validate_tx implementation currently doesn't support validation for conway so this implementation depends on this txpipe/pallas#573

There is also bug when folding parameters in dolos right now where the last two protocol updates are not being applied, preventing the protocol params from advancing to a next era. This issue impacts this implementation because, during validation, a function checks whether the transaction and protocol parameters differ. So this implementation also depends on the fix provided in #422

@ricomiles ricomiles requested a review from scarmuega as a code owner January 2, 2025 10:59
@scarmuega scarmuega merged commit dbea809 into txpipe:main Jan 17, 2025
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants