Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
d9ab9e2
Update challenge
gianalarcon Aug 15, 2024
1be17f9
Update challenge
gianalarcon Aug 18, 2024
8fca4ca
Update reference to assets
Nadai2010 Aug 19, 2024
ec69724
Add workaround on wallet connectors to remove from localStorage (#122)
Nadai2010 Aug 21, 2024
abdbeca
Use Contract/Component hooks and add tests (#125)
gianalarcon Aug 26, 2024
fe15609
Bu/readme (#126)[skip ci]
Buuh2511 Aug 30, 2024
d58600e
Update Reference - CH-0 (#132)
Nadai2010 Sep 2, 2024
cdcc444
Update README.md
gianalarcon Sep 7, 2024
370102f
Update README.md
gianalarcon Sep 7, 2024
84b1965
Add validation in contract (#143)[skip CI]
danielcdz Sep 20, 2024
62a3aca
fmt
Nadai2010 Sep 20, 2024
b3c897e
fix: metadata image not found (#147)[skip ci]
metalboyrick Sep 26, 2024
65af29f
chore: add retry to addIPfs and getIpfsMetadata (#151) [skip ci]
ShantelPeters Oct 5, 2024
c5b29da
Upgrade challenge-0 branch to Scaffold v3 (#154)
danielcdz Oct 18, 2024
1f70bd0
fix build error in vercel deploy (#160)
huisq Oct 27, 2024
51a4201
Update and Sync ch-0 with last version Scaffold Stark (#165)
Nadai2010 Dec 10, 2024
26d433b
feat: refactor chaper 0 + integrate features of OZ 0.20.0 (#175) [ski…
manlikeHB Dec 20, 2024
21414fe
Sync Ch-0 with the last PR version the Scaffold Stark (#179)[skip ci]
Nadai2010 Jan 2, 2025
641d5c5
fixed duplicate in Sepolia Explorer y Faucet
Nadai2010 Jan 16, 2025
0855e33
Sync Ch-0 with PR-423 the Scaffold Stark (#192)
Nadai2010 Jan 19, 2025
a5bae1d
Update .tool-versions
Nadai2010 Jan 19, 2025
2429c4a
Sync ch-0 with New Version ScaffoldStark (#208)
Nadai2010 Apr 26, 2025
4d7c747
fix: manually resolve conflicts from gitattributes with base for merging
tu11aa May 5, 2025
e5de315
chore: sync gitattribute to test merge
tu11aa May 5, 2025
16f2d89
chore: sync gitattribute to test merge
tu11aa May 5, 2025
4fe1954
chore: sync gitattribute to test merge
tu11aa May 5, 2025
4576b1d
Fix: Clean .gitattributes
gianalarcon May 5, 2025
8c466d3
Fix: Restore .gitattributes on ch-0
gianalarcon May 6, 2025
bafc7c0
Fix: Update .gitattributes
gianalarcon May 6, 2025
45e5b13
Update .gitattributes
gianalarcon May 6, 2025
06edcfb
Fix: Update .gitattribute file
gianalarcon May 6, 2025
c1e84e0
Merge branch 'base-challenge-template' into challenge-0-simple-nft
github-actions[bot] May 6, 2025
b90083a
Merge branch 'challenge-0-simple-nft' of https://github.com/Scaffold-…
gianalarcon May 6, 2025
f4f2399
Fix: clean challenge-0
gianalarcon May 6, 2025
5ffc92b
Merge branch 'base-challenge-template' into challenge-0-simple-nft
github-actions[bot] May 6, 2025
886c5e0
Fix merge conflicts in challenge-0-simple-nft (#233)
0xquantum3labs May 6, 2025
fa8a83f
feat: add error codes on ipfs api routes (#157)
metalboyrick May 8, 2025
e066d6a
Ops: Fix .gitattributes
gianalarcon May 9, 2025
ce0f2dc
Fix merge conflicts in challenge-0-simple-nft (#238)
0xquantum3labs May 9, 2025
0b1473d
Ops: Fix .gitattributes
gianalarcon May 9, 2025
b66e197
fix: better error message handling for IPFS fetch (#256)
laryhills Jul 1, 2025
7a95cbe
fix: challenge 0 inputref ipfs upload error (#261)
ASaidOguz Jul 6, 2025
fae77a6
chore: sync challenge 0 (#275)
tu11aa Sep 4, 2025
1f56a95
refactor: update challenge 0 to snake case (SS2-183) (#319)
tu11aa Sep 8, 2025
47b216f
chore: remove sync_other_challenges.yml and your_contract.cairo to av…
github-actions[bot] Sep 9, 2025
6532d8e
Merge branch 'base-challenge-template' into challenge-0-simple-nft
github-actions[bot] Sep 9, 2025
3a3386e
chore: remove sync_other_challenges.yml and your_contract.cairo to av…
github-actions[bot] Sep 11, 2025
af39c9b
Merge branch 'base-challenge-template' into challenge-0-simple-nft
github-actions[bot] Sep 11, 2025
e5cbb26
chore: remove sync_other_challenges.yml and your_contract.cairo to av…
github-actions[bot] Oct 23, 2025
05cb52a
Merge branch 'base-challenge-template' into challenge-0-simple-nft
github-actions[bot] Oct 23, 2025
a9f77cd
docs: update readme
tu11aa Oct 23, 2025
55d0c20
chore: remove sync_other_challenges.yml and your_contract.cairo to av…
github-actions[bot] Oct 23, 2025
97335dd
Merge branch 'base-challenge-template' into challenge-0-simple-nft
github-actions[bot] Oct 23, 2025
ae1ea8c
chore: sync compatible versions from base README
github-actions[bot] Oct 23, 2025
002de1d
chore: manually sync challenge 0 with base (SS2-226) (#331)
tu11aa Oct 24, 2025
afb4bf1
fix: replace deprecated connect() with direct account injection in us…
Oct 25, 2025
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
176 changes: 0 additions & 176 deletions .github/workflows/sync_other_challenges.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .husky/pre-merge-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh
# Configures 'keepmine' and 'keeptheirs' drivers locally and merges the 'base' branch.

set -e # Exit immediately if any command fails

echo "Configuring local merge drivers..."
# Keep Mine
git config --local merge.keepmine.name "keep-mine"
git config --local merge.keepmine.driver "true"

# Keep Theirs
git config --local merge.keeptheirs.name "keep-theirs"
git config --local merge.keeptheirs.driver 'cp %B %A'
Loading