-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/order book add fulfill order partially (#1559)
* order-book: Add support for partial order fulfillment * benchmarks: Add temporary benchmarks for partial fulfillment * order-book: Move extrinsic function * order-book: Use Balance instead of Perquintill for partial order fulfillments * restricted-tokens: Use Fungibles result when inspecting the hold * weights: Remove extra comment * order-book: Remove extra trait bounds for balance, deduplicate fulfillment code * order-book: Add order storage checks, update error assertions, remove extra test setup * fmt: Fix * order-book: Add partial order fulfillment benchmark * order-book: Use correct lower fulfillment amount in benchmarks * integration-test: Allow deprecated deps for EVM precompile test
- Loading branch information
Showing
10 changed files
with
468 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.