-
Notifications
You must be signed in to change notification settings - Fork 127
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
Fixed [BUG] u256> display for non-zero u256 #404
Closed
Closed
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
d95688e
fix local-devnet
0xquantum3labs 034ad20
Merge branch 'main' of github.com:Quantum3-Labs/scaffold-stark-2
jrcarlos2000 ce03e0e
Merge branch 'main' of github.com:Quantum3-Labs/scaffold-stark-2
jrcarlos2000 143b0e8
simple contract with structs
jrcarlos2000 2780e56
fixed contract with enum
jrcarlos2000 ca5781f
non-failing cairo contract
jrcarlos2000 d7ba39d
add enum, struct, nestedstruct
gianalarcon 6a05982
Merge branch 'main' of github.com:Quantum3-Labs/scaffold-stark-2
jrcarlos2000 0e44db1
init migration
jrcarlos2000 7162378
revert network
jrcarlos2000 c0d7f84
revert base contract
jrcarlos2000 cfa2917
Merge branch 'main' of github.com:Quantum3-Labs/scaffold-stark-2
jrcarlos2000 db54642
feat : update main
jrcarlos2000 0c244fd
fix : format
jrcarlos2000 1ff59e5
feat : migrate starknet-react to v3
jrcarlos2000 64f40bc
wip : v3 starknet react fix types
jrcarlos2000 23481dc
feat : fix connector icon:
jrcarlos2000 235d76f
fix : update 0.0.5
jrcarlos2000 c556139
Update starknet-devnet installation and yarn chain command
gianalarcon f6ca813
Update oz depency and add struct for view functions
gianalarcon 5f99b71
update contract for testing
gianalarcon 0e812d3
fix : fix burner
jrcarlos2000 7f0301f
fix : revert submodule:
jrcarlos2000 1cec15d
V2 Cairo Types (#158)
edulanasca ddd2c23
Merge branch 'main' into v2
b7513df
config default to devnet
e149b71
burner v3
d6f687a
wip : add test contracts
jrcarlos2000 f8afd2f
wip : format
jrcarlos2000 0bc78f2
update: comply with new typing
c447c87
fix: big int input and display bug (#202)
metalboyrick 991c289
chore : update with v2
jrcarlos2000 aa974a9
update: useScaffold[Read|Write]Contract and other typings
e7a8a94
chore: reconcile v2 changes into v3 (#230)
metalboyrick 795d887
feat(v3): migration into v3 dependencies (#234)
metalboyrick f3b4a6f
chore(v3): update dependencies (#268)
metalboyrick 0ab1e9e
chore(v3): final checks and reconciliation before release (#274)
metalboyrick cffba10
chore(v3): match v3 deployment script to main (#276)
metalboyrick 7693322
chore: use release version of starknet react
metalboyrick 277b081
chore: update readme preview image
metalboyrick a8351fa
chore: optimize configure contracts UI
metalboyrick 8f6e3ef
chore: standardize write naming
metalboyrick 80b7503
Merge branch 'main' into v3
metalboyrick 965d23e
chore : update to latest cairo dependencies
jrcarlos2000 5f5209e
chore: update readme
jrcarlos2000 7d12975
feat: validate integer inputs
metalboyrick 3b1e7f8
chore: add contracts
metalboyrick 6eff1f5
chore: update deploy script
metalboyrick 692fb65
chore: remove legacy map issues
metalboyrick 85f5fe0
fix: deploy script
metalboyrick 0cadd7b
hotfix: remove console log [skip ci]
metalboyrick 3bd05ed
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick 84f0b34
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick 8c1e046
Merge branch 'main' into v3-bulletproof-contracts
metalboyrick 296fcad
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick c5ec71a
tMerge branch 'main' into v3-bulletproof-contracts
jrcarlos2000 e2a4687
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick 9d10b03
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick 6cbeb33
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick 5546299
Merge branch 'main' into v3-bulletproof-contracts
metalboyrick 8e07b7d
Merge branch 'v3-bulletproof-contracts' of https://github.com/Quantum…
metalboyrick 976c292
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick 2191951
Merge branch 'main' into v3-bulletproof-contracts
metalboyrick b46fea3
feat: complex events (#341)
ngjupeng 47be287
fix: enum need default value if stored as storage (#342)
ngjupeng b783046
fix: removed ">" from u256
4b06ebe
fix: removed ">" from u256
jedstroke 8bf37c9
Merge remote-tracking branch 'origin/v3-bulletproof-contracts' into f…
jedstroke 54b9db0
Merge remote-tracking branch 'origin/main' into fix-344
jedstroke 7b24955
patch
jedstroke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't fix it like this because this will break happy paths