Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 0 additions & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ overflow-checks = true # enable safety checks for arithmetic operations
[alias]
wasm = "rustc --target wasm32-unknown-unknown --profile wasm-release"
doc-all = "doc -p mintbase-deps --release --features store-wasm --features factory-wasm --lib --no-deps --target-dir mintbase-core-docs"
helper-wasm = "wasm -p helper -- --emit link=wasm/helper.wasm"
store-wasm = "wasm -p store -- --emit link=wasm/store.wasm"
factory-wasm = "wasm -p factory -- --emit link=wasm/factory.wasm"
market-wasm = "wasm -p simple-market-contract -- --emit link=wasm/market.wasm"
p2p_indexer = "rustc -p mintbase-near-indexer --release --bin p2p_indexer --features p2p_indexer -- --emit link=bin/p2p_indexer"
mintlake = "rustc -p mintbase-near-indexer --release --bin mintlake --features mintlake -- --emit link=bin/mintlake"
#indexer = "rustc -p mintbase-near-indexer --release --bin mintbase-near-indexer -- --emit link=bin/indexer"
lint = "clippy -- -D warnings"
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
_scripts
.postgres.sh
wasm
error.log
out.log
bin
*.log
tmp.sh

**/TODO.md

Dockerfile

tills-notes.md
testing/node_modules
testing/TODO
testing/downloads

.DS_Store
8 changes: 0 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
[submodule "mintbase-near-indexer"]
path = mintbase-near-indexer
url = https://github.com/Mintbase/mintbase-near-indexer
branch = dev
[submodule "simple-market-contract"]
path = simple-market-contract
url = https://github.com/Mintbase/simple-market-contract
branch = dev
[submodule "mintbase-core-docs"]
path = mintbase-core-docs
url = https://github.com/Mintbase/mintbase-core-docs
branch = dev
Loading