Closed ptisserand closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
ark-project-sdk-demo | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 22, 2024 2:54pm |
Latest commit: 0567cfbb3d0515ca307f9e6b7625500eeb4617fc
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Description
Add support for maintenance mode, when
executor
is disabled, the following functions will revert:create_order
cancel_order
execute_order
fulfill_order
Here is the interface for maintenance mode:
IMaintenance::enable
can only be invoked byadmin
What type of PR is this? (check all applicable)
feat:
)fix:
)docs:
)style:
)refactor:
)perf:
)test:
)build:
)ci:
)chore:
)revert:
)BREAKING CHANGE:
)Related Tickets & Documents
Added tests?
Added to documentation?
[optional] Are there any post-deployment tasks we need to perform?
[optional] What gif best describes this PR or how it makes you feel?
PR Title and Description Guidelines:
feat:
,fix:
,chore:
,BREAKING CHANGE:
etc. in your PR title.Closing Issues