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

refactor: merging proving module into sales #469

Merged
merged 14 commits into from
Aug 21, 2023

Conversation

AuHau
Copy link
Member

@AuHau AuHau commented Jun 30, 2023

Closes #414

Implementation of the simulated proof failure follows a similar path as it was implemented now - a separate state that inherits from the original proving with only prove method overridden.

@AuHau AuHau force-pushed the refactor/marketplace/merge-sales-proving branch 3 times, most recently from f49e428 to 81b4b8f Compare July 12, 2023 09:35
@emizzle emizzle force-pushed the feat/marketplace/request-queue branch 7 times, most recently from ca1b86a to 4672f5a Compare July 20, 2023 04:56
Base automatically changed from feat/marketplace/request-queue to master July 25, 2023 02:50
@AuHau AuHau force-pushed the refactor/marketplace/merge-sales-proving branch 3 times, most recently from 015a818 to 1de49f7 Compare August 2, 2023 14:30
@AuHau AuHau requested a review from emizzle August 7, 2023 14:41
@AuHau AuHau marked this pull request as ready for review August 7, 2023 14:43
emizzle
emizzle previously approved these changes Aug 15, 2023
Copy link
Contributor

@emizzle emizzle left a comment

Choose a reason for hiding this comment

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

Nice work as usual Adam. A few comments, but nothing absolutely blocking.

codex/sales/states/finished.nim Outdated Show resolved Hide resolved
codex/sales/states/filled.nim Outdated Show resolved Hide resolved
codex/sales/states/proving.nim Outdated Show resolved Hide resolved
codex/sales/states/proving.nim Outdated Show resolved Hide resolved
codex/sales/states/proving.nim Outdated Show resolved Hide resolved
codex/sales/states/proving.nim Outdated Show resolved Hide resolved
codex/sales/states/proving.nim Outdated Show resolved Hide resolved
codex/sales/states/initialproving.nim Outdated Show resolved Hide resolved
tests/codex/sales/states/testinitialproving.nim Outdated Show resolved Hide resolved
codex/sales/states/proving.nim Outdated Show resolved Hide resolved
@AuHau AuHau force-pushed the refactor/marketplace/merge-sales-proving branch from 5a8f982 to cea8a0a Compare August 15, 2023 14:30
Co-authored-by: Eric <5089238+emizzle@users.noreply.github.com>
Signed-off-by: Adam Uhlíř <adam@uhlir.dev>
@AuHau AuHau force-pushed the refactor/marketplace/merge-sales-proving branch from 064dd53 to 7259226 Compare August 21, 2023 09:35
@AuHau AuHau merged commit f459a2c into master Aug 21, 2023
8 checks passed
@AuHau AuHau deleted the refactor/marketplace/merge-sales-proving branch August 21, 2023 10:26
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.

Merge proving and sales state machines
2 participants