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

Account for Dutch auction schedules/ends in the WASM planner #1017

Merged
merged 4 commits into from
May 2, 2024

Conversation

jessepinho
Copy link
Contributor

@jessepinho jessepinho commented Apr 30, 2024

Continuing to split out PRs related to #942 into smaller, reviewable chunks.

This PR accounts for ActionDutchAuctionSchedule and ActionDutchAuctionEnd actions in a transaction planner request. Thanks to @TalDerei for pairing with me on this.

@jessepinho jessepinho changed the title WIP: Account for Dutch auction schedules/ends in the WASM planner Account for Dutch auction schedules/ends in the WASM planner Apr 30, 2024
@jessepinho jessepinho marked this pull request as ready for review April 30, 2024 23:05
}));
}

// TODO: Handle Dutch auction withdraws
Copy link
Contributor

Choose a reason for hiding this comment

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

can you open a separate issue to track withdraws in the planner?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, see here

@TalDerei
Copy link
Contributor

TalDerei commented May 2, 2024

References #978

Base automatically changed from jessepinho/block-processor-auctions-web-942 to main May 2, 2024 21:19
jessepinho added 4 commits May 2, 2024 14:22
* Build out Dutch auction UI

* Add more docs to Slider

* Fix metadata

* Rename Prices -> Price

* Fix test name

* Create first tests for assembleRequest

* Add one more test

* Tweak Price layout

* Add auction to swap sublinks

* Remove tabs for now

* Convert to a Record to avoid having to assert presence

* Change min output

* Change to decimal

* Align to the right

* Handle exponent when processing amounts

* Add test coverage for constants
@jessepinho jessepinho force-pushed the jessepinho/auctions-wasm-planner-web-942 branch from 872d918 to bf9f011 Compare May 2, 2024 21:22
@jessepinho jessepinho merged commit e68ef74 into main May 2, 2024
6 checks passed
@jessepinho jessepinho deleted the jessepinho/auctions-wasm-planner-web-942 branch May 2, 2024 21:29
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.

4 participants