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

transaction: finalize auction integration #4237

Merged
merged 27 commits into from
Apr 19, 2024

Conversation

erwanor
Copy link
Member

@erwanor erwanor commented Apr 18, 2024

Describe your changes

This PR:

  • adds an action plan for withdrawing DA auctions
  • plugs in GasCost and IsAction impls
  • add basic TxV/TxP support/definitions

Issue ticket number and link

Part of #4212 + #4219

Checklist before requesting a review

  • If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason:

    Consensus breaking

@erwanor erwanor added protobuf-changes Makes changes to the protobuf definitions. A-auction Area: Relates to the auction component consensus-breaking breaking change to execution of on-chain data labels Apr 18, 2024
@erwanor erwanor requested review from cratelyn and TalDerei April 18, 2024 22:40
@@ -71,10 +71,9 @@ impl EffectingData for Action {
Action::CommunityPoolSpend(d) => d.effect_hash(),
Action::CommunityPoolOutput(d) => d.effect_hash(),
Action::CommunityPoolDeposit(d) => d.effect_hash(),
// TODO: fill in skeleton
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove extraneous comment

@TalDerei
Copy link
Collaborator

the functionality seems to be all there, LGTM!

@TalDerei TalDerei self-requested a review April 19, 2024 13:01
@erwanor erwanor merged commit 971006e into main Apr 19, 2024
8 checks passed
@erwanor erwanor deleted the erwan/finish_penumbra_transaction branch April 19, 2024 13:08
@erwanor erwanor added this to the Sprint 4 milestone Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-auction Area: Relates to the auction component consensus-breaking breaking change to execution of on-chain data protobuf-changes Makes changes to the protobuf definitions.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants