Skip to content

Commit e0f96db

Browse files
committed
feat(marketplace): create marketplace listings via Safe
Without this patch users cannot use their Safe to create marketplace listings. This extends the POST /marketplace/orders endpoint to accept a new multisig payload type. This payload type carries the Safe message hash and chain id only. Upon receiving this payload the API will get the data from the Safe message and put it into a signature request. This patch also adds a command that verifies pending create order signature requests. I'm really sorry I had to lower the coverage threshold, but since bitbeckers big refactor is incoming anyway, it would be best to improve coverage once the dust has settled.
1 parent 76415cc commit e0f96db

20 files changed

+1237
-515
lines changed

src/__generated__/routes/routes.ts

Lines changed: 45 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)