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: on-chain permissioned launchpad #1024

Draft
wants to merge 420 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
420 commits
Select commit Hold shift + click to select a range
75444bc
fix: refacto launchpad ready collections table
WaDadidou Jun 29, 2024
83e08fb
fix: rename components and titles
WaDadidou Jun 29, 2024
7863900
fix: arrange Launchpad front arbo
WaDadidou Jun 30, 2024
25ad2d6
fix: refacto launchpad all projects table
WaDadidou Jun 30, 2024
22c3d8b
fix: refacto launchpad applications table (already exists)
WaDadidou Jun 30, 2024
4218321
fix: clean small launchpad components, some fixes
WaDadidou Jun 30, 2024
12cdc6b
wip: in launchpad service: add sorts and LaunchpadProjects endpoint
WaDadidou Jul 2, 2024
03a8aa4
make generate
WaDadidou Jul 2, 2024
c176bd2
fix: in launchpad service: add sorts and LaunchpadProjects endpoint
WaDadidou Jul 3, 2024
0e39649
make generate
WaDadidou Jul 3, 2024
f08bedc
wip: add user_id to handle launchpad admin auth. For now
WaDadidou Jul 4, 2024
63e12d3
make generate
WaDadidou Jul 4, 2024
7007cac
fix: small fix
WaDadidou Jul 4, 2024
41860d2
wip: remove collection_name colmn from launchpad_project and use coll…
WaDadidou Jul 6, 2024
ad7a778
make generate
WaDadidou Jul 7, 2024
dadba04
feat: handle CollectionByCreatorId and LaunchpadProjects with sorts, …
WaDadidou Jul 7, 2024
4f97ae4
fix: use true data in LaunchpadAdministrationOverview, change some va…
WaDadidou Jul 7, 2024
4113e22
fix: fix CreatorID WHERE clause in CollectionsByCreatorId
WaDadidou Jul 7, 2024
2cbe9fe
fix: useCollectionById pattern
WaDadidou Jul 7, 2024
21b109e
chore: merge with main
hthieu1110 Jul 8, 2024
155cdf6
Merge branch 'feat/cosmwasm-launchpad' of https://github.com/TERITORI…
hthieu1110 Jul 8, 2024
475493c
fix: VerifyPinned
WaDadidou Jul 9, 2024
d9c75ca
fix: enhance pinFileToIPFSResult, fix completeCollection
WaDadidou Jul 9, 2024
01857aa
fix: enhance collection form onInvalid, add ipfs hash to BaseFile typ…
WaDadidou Jul 9, 2024
74a0bdb
make generate
WaDadidou Jul 10, 2024
9c25789
feat: LaunchpadProjectById
WaDadidou Jul 10, 2024
48b2e35
wip: launchpad application review
WaDadidou Jul 10, 2024
855c047
wip: launchpad application review, lint fix
WaDadidou Jul 11, 2024
7bf96bc
fix: launchpad application review front
WaDadidou Jul 11, 2024
c98b8d5
wip: launchpad collection status handling
WaDadidou Jul 11, 2024
485df3d
wip: launchpad collection status handling
WaDadidou Jul 11, 2024
300aedb
fix: handle limit for launchpad projects
WaDadidou Jul 12, 2024
b8b6b17
fix: launchpad service db/indexer usage
WaDadidou Jul 12, 2024
87522ae
feat: filter launchpad collection by status, get counts endpoints, pl…
WaDadidou Jul 12, 2024
4b030a0
feat: add one launchpad collection status
WaDadidou Jul 13, 2024
36db03d
fix: launchpad: show which step has errors in collection creation for…
WaDadidou Jul 18, 2024
9b5c5e9
wip: enhance network-setup tooling, add nft-launchpad deploying scrip…
WaDadidou Jul 24, 2024
bc115b2
fix: launchpad ready applications table, my collections table, remove…
WaDadidou Jul 27, 2024
11c4e93
make generate.profotuf
WaDadidou Jul 27, 2024
20da791
Merge branch 'main' into feat/cosmwasm-launchpad
WaDadidou Jul 27, 2024
73e6e19
fix: mutualize launchpad tables common columns
WaDadidou Jul 27, 2024
936668a
fix: nft-launchpad contract control owner, cargo fmt
WaDadidou Jul 27, 2024
26af30b
fix: remove unused tabs
WaDadidou Jul 27, 2024
f0e1af1
fix: tiny fix nft-launchpad-contract
WaDadidou Jul 28, 2024
7ed3fc1
fix: tiny fix nft-launchpad contract
WaDadidou Jul 29, 2024
a22a92e
fix: remove WASM
WaDadidou Jul 29, 2024
8624cc4
fix: dummy random merge mistakes (wtf?)
WaDadidou Jul 29, 2024
c9ee07c
fix: boring errors
WaDadidou Jul 29, 2024
5b438c4
make generate
WaDadidou Jul 29, 2024
16e1864
fix: change nft queries result metadata type in nft-tr721
WaDadidou Jul 30, 2024
ce8b93d
fix: remove unused exports and components
WaDadidou Jul 30, 2024
64995e4
fix: fix ts error
WaDadidou Jul 30, 2024
8c14a28
fix: clone-gno
WaDadidou Jul 30, 2024
48a422f
fix gno networks features generation
WaDadidou Jul 31, 2024
a4fc2b0
fix: change ZodNumber Go equivalent at gno networks features generation
WaDadidou Jul 31, 2024
e045da9
Merge branch 'main' into feat/cosmwasm-launchpad
WaDadidou Aug 3, 2024
071f378
fix: yarn
WaDadidou Aug 3, 2024
b76eca4
fix: after merge
WaDadidou Aug 3, 2024
48371d2
wip: comment useless fields at nft-launchpad collection creation, lin…
WaDadidou Aug 3, 2024
e319361
wip: fix launchpad stepper after removing useless fields at collectio…
WaDadidou Aug 3, 2024
96e8170
wip: Move IsUserAdmin from launchpad service to dao service
WaDadidou Aug 4, 2024
c6105d0
fix: Move IsUserAdmin from launchpad service to dao service
WaDadidou Aug 4, 2024
d269221
fix: move nfts-burner from unused folder
WaDadidou Aug 7, 2024
6f965d3
fix: move cargo workspace into rust folder, remove temp target folder…
WaDadidou Aug 7, 2024
474f395
fix: nft-launchpad multitest
WaDadidou Aug 7, 2024
f4394b9
make generate
WaDadidou Aug 7, 2024
b166dae
put cargo.toml and lock at project root, delete target folder from ru…
WaDadidou Aug 8, 2024
a1a09f5
fix: buf lint
WaDadidou Aug 13, 2024
20f13ca
fix: nft-launchpad contract Makefile
WaDadidou Aug 15, 2024
cead0fb
fix: rollback: rust/contracts rollback to rust/cw-contracts
WaDadidou Aug 17, 2024
b23fc65
Merge remote-tracking branch 'origin' into feat/cosmwasm-launchpad
hthieu1110 Aug 19, 2024
0113a69
wip: launchpad admin marketing edition
WaDadidou Aug 20, 2024
a578a68
Merge remote-tracking branch 'origin/feat/cosmwasm-launchpad' into fe…
WaDadidou Aug 20, 2024
1668e29
wip: launchpad admin marketing edition: finish editable collections f…
WaDadidou Aug 20, 2024
e7f059a
wip: launchpad admin marketing edition: finish banner
WaDadidou Aug 21, 2024
e7cb8d3
wip: launchpad admin marketing edition: News. TODO added
WaDadidou Aug 24, 2024
03cf69a
wip: rollback BannersEdition and NewsEdition (no in this feature ! my…
WaDadidou Aug 24, 2024
8b80376
fix: config.json and Makefile
WaDadidou Sep 20, 2024
466da2a
Merge remote-tracking branch 'origin/main' into feat/cosmwasm-launchpad
WaDadidou Sep 25, 2024
e7fde79
fix: after merge origin/main
WaDadidou Sep 25, 2024
3764d08
fix: remove cosmwasm-contracts usages
WaDadidou Sep 25, 2024
b41fcc9
fix: file stuck in staged changes
WaDadidou Sep 25, 2024
990d78a
yarn lint-fix
WaDadidou Sep 25, 2024
ac7cbc8
fix: after merge
WaDadidou Sep 25, 2024
e29120d
fix: FileUploader import
WaDadidou Sep 25, 2024
1a33d13
fix: rename fileUploader folder
WaDadidou Sep 25, 2024
5d7614c
fix: import
WaDadidou Sep 25, 2024
af5c376
Merge remote-tracking branch 'origin/main' into feat/cosmwasm-launchpad
WaDadidou Sep 25, 2024
027b50f
yarn install
WaDadidou Sep 26, 2024
aacd6d1
fix: add .gitignore, remove config.toml
WaDadidou Sep 27, 2024
f25bceb
fix: replace config by config.toml
WaDadidou Sep 27, 2024
5867fe1
fix: nft-launchpad commands can now be executer from teritori-dapp/ru…
WaDadidou Sep 27, 2024
2c96219
fix: instantiated nft-launchpad scripts and config
WaDadidou Sep 29, 2024
c02144b
Merge remote-tracking branch 'origin/main' into feat/cosmwasm-launchpad
WaDadidou Sep 29, 2024
48ba9e8
make generate
WaDadidou Sep 29, 2024
a939bf6
fix: merkletree.New usage
WaDadidou Sep 29, 2024
1e9f5a8
fix: update cosmwasmLaunchpadFeature
WaDadidou Sep 29, 2024
3777a6f
fix: IsUserAdmin return
WaDadidou Sep 29, 2024
9c03ef3
fix: restore missing merkletree functions
WaDadidou Sep 29, 2024
794f9d0
fix: remove unwanted form value at collection creation
WaDadidou Sep 29, 2024
dd6aae9
Merge remote-tracking branch 'origin/main' into feat/cosmwasm-launchpad
WaDadidou Oct 3, 2024
e5c6abf
cargo check
WaDadidou Oct 3, 2024
6e1955c
fix: Launchpad service: add missing GetID to respect merkletree Conte…
WaDadidou Oct 3, 2024
2e2de67
fix: Launchpad Create: add JWT input
WaDadidou Oct 4, 2024
6be6081
fix: Launchpad MyCollections: add redirection to a collection to comp…
WaDadidou Oct 4, 2024
b383ab4
make generate
WaDadidou Oct 4, 2024
793e1d7
remove ipfs.go debug Sprintf
WaDadidou Oct 4, 2024
c006007
fix: nft-launchpad contract: precise Forbidden error
WaDadidou Oct 5, 2024
8164eeb
update and insantiate nft-launchpad contract
WaDadidou Oct 5, 2024
32aa4c0
make generate
WaDadidou Oct 5, 2024
3aceec4
fix: Launchpad: add mandatory nft storage key input
WaDadidou Oct 5, 2024
ff07f95
fix: Launchpad: prevent unwanted fields at submit_collection
WaDadidou Oct 5, 2024
7000953
yarn lint-fix
WaDadidou Oct 5, 2024
69eacd4
fix: LaunchpadAssetsAndMetadata
WaDadidou Oct 5, 2024
fd07e2c
fix: LaunchpadCreate: refacto attributes handling
WaDadidou Oct 7, 2024
4f94384
fix: Launchpad service: Metadata GetID
WaDadidou Oct 8, 2024
09045e3
fix: Launchpad Create: attributes ids parsing
WaDadidou Oct 8, 2024
2b10f1d
fix: FileUploaderSmall: add resetFiles
WaDadidou Oct 8, 2024
3175ec4
fix: Launchpad Create: enhance AssetsAndMetadata issues
WaDadidou Oct 8, 2024
58c904f
fix: Launchpad Complete: add missing attributes
WaDadidou Oct 8, 2024
19ff13c
yarn lint-fix
WaDadidou Oct 8, 2024
5ce691f
chore: Launchpad Create: factorize ResetAllButton
WaDadidou Oct 8, 2024
c82ad72
fix: Launchpad indexer: add missing update_merkle_root listener
WaDadidou Oct 10, 2024
5ecd744
fix: launchpad endpoint Project By Creator instead of CollectionData …
WaDadidou Oct 10, 2024
8d9a5cc
fix: LaunchpadProjetcsByCreator: add missing user_address
WaDadidou Oct 10, 2024
8d43205
fix: nft-launchpad contract: add get_collections_by_creator
WaDadidou Oct 10, 2024
bac6726
fix: get_collections_by_creator
WaDadidou Oct 10, 2024
f297beb
fix: nft-launchpad contract: remove useless queries
WaDadidou Oct 10, 2024
e986518
Launchpad: index deployed_address when deploy_collection
WaDadidou Oct 10, 2024
9e41476
fix: launchpad service status handling, and rename LaunchpadProjectsB…
WaDadidou Oct 10, 2024
d551aaa
fix: Launchpad service: remove admin control
WaDadidou Oct 10, 2024
1a9676d
fix: Launchpad projects collectionData usages
WaDadidou Oct 10, 2024
f91a120
fix: get MerkleRoot and DeployedAddress from db
WaDadidou Oct 10, 2024
2bea1a3
fix: Launchpad: Fronts fixes
WaDadidou Oct 11, 2024
b6edd09
fix: Launchpad service: status filter SQL
WaDadidou Oct 14, 2024
bed4870
fix: Remove useless MarketingEdition
WaDadidou Oct 14, 2024
947c3ed
wip: Launchpad Admin labels
WaDadidou Oct 14, 2024
dde52c5
feat: plug Launchpad Approve deplo_collection
WaDadidou Oct 14, 2024
0687165
fix: add missing useDeployCollection
WaDadidou Oct 14, 2024
b47723b
fix: Launchpad tables rows redirection
WaDadidou Oct 14, 2024
fabfd7a
wip: useIsUserLaunchpadAdmin
WaDadidou Oct 14, 2024
cd3f2f9
fix: dao_service IsUserDaoMember
WaDadidou Oct 14, 2024
c4a84e5
nft-launchpad contract instantiate new vesion
WaDadidou Oct 14, 2024
a529f9e
fix: launchpad contract address
WaDadidou Oct 14, 2024
6cde8b3
chore: complete nft-tr721
WaDadidou Oct 14, 2024
7fb765d
fix: nft-launchpad contract: remove contract owner check in deploy_co…
WaDadidou Oct 14, 2024
f4bad1f
fix: nft-tr721 Makefile
WaDadidou Oct 14, 2024
d285f11
fix: nft-tr721: remove Makefile and .gitignore
WaDadidou Oct 14, 2024
27b1602
fix: new nft-launchpad
WaDadidou Oct 14, 2024
513fff1
fix: nft-launchpad multitest
WaDadidou Oct 14, 2024
e04a1df
chore: nft-launchpad: add test in multitest
WaDadidou Oct 14, 2024
2d7b5b5
fix: hide Launchpad Admin from Sidebar is user is not admin, block La…
WaDadidou Oct 14, 2024
0e6fae2
chore: yarn lint-fix
WaDadidou Oct 14, 2024
bf097b2
fix: block user if is not Launchpad Admin on 3 screens
WaDadidou Oct 14, 2024
9354620
Merge remote-tracking branch 'origin/main' into feat/cosmwasm-launchpad
WaDadidou Oct 14, 2024
66103be
chore: dao_service weird merge fix
WaDadidou Oct 14, 2024
bf2ea98
fix: fix multitests
hthieu1110 Oct 15, 2024
c801467
chore: restore rust TS scripts
WaDadidou Oct 15, 2024
ab5d594
chore: remove comments from launchapd.proto, make generate
WaDadidou Oct 15, 2024
57f9641
chore: remove comments from launchpad service
WaDadidou Oct 15, 2024
7c7ae45
feat: Launchpad Admin: Plug proposals and Approve collection (deploy_…
WaDadidou Oct 15, 2024
c81b3c3
chore: remove comments
WaDadidou Oct 15, 2024
2a7df9d
feat: add deploy script for tr721
hthieu1110 Oct 16, 2024
3beae23
merge
hthieu1110 Oct 16, 2024
6cfb339
fix: useGetLaunchpadAdmin
WaDadidou Oct 16, 2024
29939e6
fix: rust scripts
WaDadidou Oct 16, 2024
2a5d101
nft-launchpad contract config, new instantiate
WaDadidou Oct 16, 2024
b37b56b
fix: Launchpad tables: network icon
WaDadidou Oct 17, 2024
c85ea90
fix: .gitignore rust mnemonic
WaDadidou Oct 18, 2024
6766bb4
feat: add nft-launchpad contract and deps
WaDadidou Oct 18, 2024
29971c5
fix: temporary allow push mnemonic
WaDadidou Oct 18, 2024
71afa97
fix: disallow push mnemonic
WaDadidou Oct 18, 2024
c812a6a
fix: Cargo.toml
WaDadidou Oct 18, 2024
aebaaaa
fix: CID ipfs stuff
WaDadidou Oct 18, 2024
2aa3076
wip: two contracts scripts
WaDadidou Oct 20, 2024
f657051
fix: launchpad service: UploadMetadatas, and ipfs VerifyPinned
WaDadidou Oct 20, 2024
592c0cf
fix: launchpad collection creation and completion
WaDadidou Oct 20, 2024
e632106
fix: Launchpad Approve: Make proposal and vote yes
WaDadidou Oct 20, 2024
40b2cb4
fix: Launchpad Proposal, use title instead of description to find pro…
WaDadidou Oct 20, 2024
3c13949
Merge branch 'main' into feat-nft-launchpad-contract
WaDadidou Oct 21, 2024
3046518
launchpad.proto: project: modify status, add status and remove deploy…
WaDadidou Oct 21, 2024
78637a2
wip: Launchpad Approve
WaDadidou Oct 21, 2024
7669c6e
wip: remove futur code proposition
WaDadidou Oct 21, 2024
27afdd5
feat: LaunchpadProject: handle status and proposal id
WaDadidou Oct 21, 2024
93b5714
feat: add useDAOProposalById
WaDadidou Oct 22, 2024
ef1025f
fix: launchpad porject: make status as mandatory
WaDadidou Oct 22, 2024
96f8022
fix: fix last commit, my bad
WaDadidou Oct 22, 2024
a21f781
fix: Launchpad front: plug new backend changes
WaDadidou Oct 22, 2024
642b71f
fix: useDAOProposalById proposalId as string
WaDadidou Oct 22, 2024
fe34e1a
fix: Launchpad: fix indexer, add front admin tab for projects
WaDadidou Oct 22, 2024
3742f49
Merge branch 'main' into feat-nft-launchpad-contract
WaDadidou Oct 25, 2024
d5dcff0
Merge branch 'main' into feat/cosmwasm-launchpad
WaDadidou Oct 25, 2024
c9d6c9e
chore: remove out of scope modif
WaDadidou Oct 25, 2024
19a2147
fix: add deploy_collection to handleExecuteDAOExecute
WaDadidou Oct 25, 2024
26f471e
chore: add StatusCount to launchpad.proto
WaDadidou Oct 27, 2024
c20b150
chore: add StatusCount to launchpad.proto
WaDadidou Oct 27, 2024
ec87ad6
chore: Launchpad Admin use new LaunchpadProjectsCounts
WaDadidou Oct 27, 2024
0ee1314
feat: Launchpad Admin add some loaders
WaDadidou Oct 27, 2024
4ece994
fix: Launchpad assets: properly empty images input and disabling button
WaDadidou Oct 27, 2024
c1dc090
chore: remove unused LaunchpadWhitelist
WaDadidou Oct 27, 2024
6360a33
chore: add script deploNftLaunchpad
WaDadidou Oct 27, 2024
714a232
chore: remove comment
WaDadidou Oct 27, 2024
875a7ea
chore: remove unued row from .gitignore
WaDadidou Oct 28, 2024
1cd812f
chore: nft-launchpad: modify scripts
WaDadidou Oct 28, 2024
43d8082
chore: remove unused file
WaDadidou Oct 28, 2024
e61f99f
chore: remove unused files
WaDadidou Oct 28, 2024
16c0b91
make generate
WaDadidou Oct 28, 2024
25bdbbf
chore: new nft-launchpad contract instantiation
WaDadidou Oct 28, 2024
9ea959d
fix: features gen
WaDadidou Oct 28, 2024
2ff7c4a
chore: nft-launchpad contract: launchpad_admin instead of deployer
WaDadidou Oct 28, 2024
e2e5702
fix: rollback modifs
WaDadidou Oct 28, 2024
79738b7
Merge remote-tracking branch 'origin/main' into feat/cosmwasm-launchpad
WaDadidou Oct 28, 2024
6426d99
fix: remove duplicate import declaration
WaDadidou Oct 29, 2024
155241a
fix: after merge
WaDadidou Oct 29, 2024
9ca03b3
feat: Launchpad deploy_collection: create collection in db using the …
WaDadidou Oct 29, 2024
78d8af1
chore: rollback HubLanding.tsx (out of scope)
WaDadidou Oct 29, 2024
9b27132
Merge remote-tracking branch 'origin/main' into feat/cosmwasm-launchpad
WaDadidou Nov 1, 2024
bf3fe2c
fix: Launchpad: plug some data from front to contract
WaDadidou Nov 1, 2024
38616dd
chore: rollback useless changes
WaDadidou Nov 1, 2024
a9b29b8
chore: remove out-of-scope change
WaDadidou Nov 2, 2024
c1dc80b
Merge remote-tracking branch 'origin/main' into feat/cosmwasm-launchpad
WaDadidou Nov 2, 2024
cfe6b30
chore: launchpad: clean collection data
WaDadidou Nov 3, 2024
2f30069
make generate
WaDadidou Nov 3, 2024
6bef29a
fix: launchpad: update type
WaDadidou Nov 3, 2024
260ee6d
chore: remove warnign toast change
WaDadidou Nov 3, 2024
671cd0a
fix: NormalToast remove warning
WaDadidou Nov 3, 2024
3ff72a0
chore: rollback small change
WaDadidou Nov 3, 2024
ec27772
chore: rollback small change
WaDadidou Nov 3, 2024
1ca0d48
chore: rollback change
WaDadidou Nov 3, 2024
9cff978
chore(launchpad): rollback form error message
WaDadidou Nov 4, 2024
ff65514
chore(launchpad): rollback test changes
WaDadidou Nov 5, 2024
777cd66
yarn lint-fix
WaDadidou Nov 5, 2024
6e2a01d
Merge remote-tracking branch 'origin/main' into feat/cosmwasm-launchpad
WaDadidou Nov 5, 2024
d1db915
fix(launchpad): yarn lint-fix
WaDadidou Nov 6, 2024
143d596
fix(launchpad): fix weird imports after merge
WaDadidou Nov 6, 2024
dc2aa10
fix(launchpad): remove unused collection properties, remove unused co…
WaDadidou Nov 6, 2024
ff74da9
chore(launchpad): new contract version, make generate
WaDadidou Nov 6, 2024
9ee6c5d
fix(launchpad): clean some collectionData
WaDadidou Nov 6, 2024
17131cd
feat(launchpad): allow user to consult his collections detail, add co…
WaDadidou Nov 6, 2024
db154ea
chore(launchpad): fix lint
WaDadidou Nov 6, 2024
e39c7fd
feat(launchpad): handle redirections after complete/create, add toast…
WaDadidou Nov 7, 2024
2b96af5
feat(launchpad): Front adjustments
WaDadidou Nov 7, 2024
98717df
feat(launchpad): Enhance the Review screen by dispalying all collecti…
WaDadidou Nov 8, 2024
3876379
chore(launchpad): Use a struct to use data from collection_data on de…
WaDadidou Nov 8, 2024
48df8ee
chore(launchpad): Remove debug code
WaDadidou Nov 8, 2024
8c554e1
Merge remote-tracking branch 'origin/main' into feat/cosmwasm-launchpad
WaDadidou Nov 8, 2024
180e2de
fic(launchpad): Remove pluralOrNot usages
WaDadidou Nov 8, 2024
600e7c9
Merge branch 'main' into feat/cosmwasm-launchpad
WaDadidou Nov 30, 2024
a207fda
fix: Merge branch 'main' into feat/cosmwasm-launchpad
WaDadidou Nov 30, 2024
07a39b7
chore(launchpad): Revert changes
WaDadidou Nov 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
/packages/evm-contracts-clients/**/*.ts linguist-generated
/.expo-shared/assets.json linguist-generated
*.gno linguist-language=Go
/rust/**/schema/raw/**/*.json linguist-generated
/rust/apipb/src/**/*.rs linguist-generated
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ temp/
# rust
/target/
artifacts
rust/cw-contracts/*/target

# cypress
cypress/screenshots
cypress/screenshots
# secret files
rust/utils/mnemonic.ts
190 changes: 180 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ schemars = "0.8.16"
serde = { version = "1.0.197", features = ["derive"] }
thiserror = "1.0.57"
sylvia = "0.9.3"
prost = "0.12.3"
prost = "0.12.3"
apipb = { version = "0.1.0", path = "rust/apipb" }
nft-tr721 = { version = "0.2.0", path = "rust/cw-contracts/nft-tr721" }
nft-launchpad = { version = "0.2.0", path = "rust/cw-contracts/nft-launchpad" }
Loading
Loading