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

feat: bring cosmwasm nft marketplace contract in monorepo #986

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

n0izn0iz
Copy link
Collaborator

No description provided.

@n0izn0iz n0izn0iz self-assigned this Feb 21, 2024
Copy link

netlify bot commented Feb 21, 2024

Deploy Preview for testitori ready!

Name Link
🔨 Latest commit c234397
🔍 Latest deploy log https://app.netlify.com/sites/testitori/deploys/65d75dd2c6d3290008317f57
😎 Deploy Preview https://deploy-preview-986--testitori.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Feb 21, 2024

Deploy Preview for teritori-dapp ready!

Name Link
🔨 Latest commit c234397
🔍 Latest deploy log https://app.netlify.com/sites/teritori-dapp/deploys/65d75dd2778692000831b849
😎 Deploy Preview https://deploy-preview-986--teritori-dapp.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@n0izn0iz n0izn0iz force-pushed the marketplace-contract branch 18 times, most recently from bdb356e to e16cfa6 Compare February 22, 2024 14:39
history of previously called teritori-vault repo:

commit 75a692533b9188587ebfa909c5576376b8d65999
Author: yieldoption <[email protected]>
Date:   Thu Nov 3 23:26:23 2022 -0400

    gas optimization for nft vault contract (#6)

commit 0794cc77e08e1bc72c7d914ea391208dba25b9ca
Author: yieldoption <[email protected]>
Date:   Thu Nov 3 12:16:51 2022 -0400

    fix royalty query (#5)

commit f48c7fe8869f2d83dc61308ceb37c64d3bb7e4c6
Merge: 6d528f0 b11d308
Author: n0izn0iz <[email protected]>
Date:   Thu Oct 6 18:14:13 2022 +0200

    Merge pull request #4 from TERITORI/feature/royalty

    feature / royalty

commit b11d3082666d4a4df3dcef08a4e69d327ebf3be9
Author: yieldoption <[email protected]>
Date:   Wed Oct 5 22:02:29 2022 -0400

    cargo fmt

commit 6f284d07f205e3256d0a7db0c6da458f20aa38f3
Author: yieldoption <[email protected]>
Date:   Wed Oct 5 22:00:09 2022 -0400

    add cosmwasm binary

commit 01e4bbdef8968af5c94d3708202ea372bf2bb424
Author: yieldoption <[email protected]>
Date:   Wed Oct 5 21:58:16 2022 -0400

    update schema

commit 6ada5b2346d12f27a7680a69fc93df016898e0cc
Author: yieldoption <[email protected]>
Date:   Wed Oct 5 21:58:06 2022 -0400

    implement royalty feature

commit 6d528f06ee0d0a98daa5301578e495cf5386a62e
Merge: e3a2d0e 68b85a8
Author: n0izn0iz <[email protected]>
Date:   Tue Oct 4 16:24:19 2022 +0200

    Merge pull request #3 from TERITORI/ci

    chore: add ci checks

commit 68b85a80fdd602c22296eb6d8fe6703e7df6e943
Author: Norman Meier <[email protected]>
Date:   Tue Oct 4 16:20:25 2022 +0200

    chore: add ci checks

    Signed-off-by: Norman Meier <[email protected]>

commit e3a2d0e8f943445a44b085d1bbbac8f65d7e0d76
Author: yieldoption <[email protected]>
Date:   Mon Sep 26 22:37:32 2022 -0400

    add tests for nft vault contract

commit a04e44fe54ed798d96659098914af72a0c36d8f5
Merge: 8aad97c 48f7ba2
Author: n0izn0iz <[email protected]>
Date:   Tue Sep 13 01:00:08 2022 +0200

    Merge pull request #2 from TERITORI/schema-and-deploy

    chore: generate schema and deploy

commit 48f7ba2b07f6dcf220ff79b4ee9088e24b4b2c63
Author: Norman Meier <[email protected]>
Date:   Mon Sep 12 22:13:25 2022 +0200

    chore: generate schema and deploy

    Signed-off-by: Norman Meier <[email protected]>

commit 8aad97ceb33e93f5c605e930074019a80ed5abb1
Author: sarawut <[email protected]>
Date:   Wed Jun 8 19:24:19 2022 +0700

    upgrade cosmwasm version

commit aef4da7c70376056cef6e2dc9f2a6a758a9012c7
Merge: c610270 c80a675
Author: Yannis <[email protected]>
Date:   Thu Mar 10 18:04:51 2022 +0100

    Merge pull request #1 from POPSmartContract/fixed

    fix receivenft hook, save process

commit c80a675f2c92b2dea0f82e7a1ca050908ccfff26
Author: unknown <[email protected]>
Date:   Thu Mar 10 12:01:30 2022 -0500

    fix receivenft hook, save process

commit c6102700dd3a51706bd2f2a1ba1a1b2be5ca2cdf
Author: devstar <[email protected]>
Date:   Wed Mar 2 00:15:54 2022 +0700

    set initial price for deposit, transfer nft when buy

commit 20f335c01e44779ce8781d83d2a62bdad3272d42
Author: devstar <[email protected]>
Date:   Thu Feb 24 21:20:28 2022 +0700

    add fee withdraw function, query_all_nft_list in vault

commit 9963a9d7f413aed5942ee873283be6d0762ec533
Author: devstar <[email protected]>
Date:   Tue Feb 22 01:00:06 2022 +0700

    complete buy function, add more queries

commit 2fbcdcf01d2b335baff30783d444e6df2098d016
Author: devstar <[email protected]>
Date:   Thu Feb 10 20:08:30 2022 +0700

    initial vault contract
@n0izn0iz n0izn0iz merged commit 16357b6 into main Feb 22, 2024
19 checks passed
@n0izn0iz n0izn0iz deleted the marketplace-contract branch February 22, 2024 15:51
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.

1 participant