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

Fixed [BUG] u256> display for non-zero u256 #404

Closed
wants to merge 70 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
d95688e
fix local-devnet
0xquantum3labs May 20, 2024
034ad20
Merge branch 'main' of github.com:Quantum3-Labs/scaffold-stark-2
jrcarlos2000 May 25, 2024
ce03e0e
Merge branch 'main' of github.com:Quantum3-Labs/scaffold-stark-2
jrcarlos2000 May 28, 2024
143b0e8
simple contract with structs
jrcarlos2000 May 28, 2024
2780e56
fixed contract with enum
jrcarlos2000 May 28, 2024
ca5781f
non-failing cairo contract
jrcarlos2000 May 28, 2024
d7ba39d
add enum, struct, nestedstruct
gianalarcon May 28, 2024
6a05982
Merge branch 'main' of github.com:Quantum3-Labs/scaffold-stark-2
jrcarlos2000 May 29, 2024
0e44db1
init migration
jrcarlos2000 May 29, 2024
7162378
revert network
jrcarlos2000 May 29, 2024
c0d7f84
revert base contract
jrcarlos2000 May 29, 2024
cfa2917
Merge branch 'main' of github.com:Quantum3-Labs/scaffold-stark-2
jrcarlos2000 Jun 5, 2024
db54642
feat : update main
jrcarlos2000 Jun 5, 2024
0c244fd
fix : format
jrcarlos2000 Jun 5, 2024
1ff59e5
feat : migrate starknet-react to v3
jrcarlos2000 Jul 4, 2024
64f40bc
wip : v3 starknet react fix types
jrcarlos2000 Jul 4, 2024
23481dc
feat : fix connector icon:
jrcarlos2000 Jul 11, 2024
235d76f
fix : update 0.0.5
jrcarlos2000 Jul 11, 2024
c556139
Update starknet-devnet installation and yarn chain command
gianalarcon Jul 11, 2024
f6ca813
Update oz depency and add struct for view functions
gianalarcon Jul 11, 2024
5f99b71
update contract for testing
gianalarcon Jul 11, 2024
0e812d3
fix : fix burner
jrcarlos2000 Jul 11, 2024
7f0301f
fix : revert submodule:
jrcarlos2000 Jul 11, 2024
1cec15d
V2 Cairo Types (#158)
edulanasca Jul 15, 2024
ddd2c23
Merge branch 'main' into v2
Jul 15, 2024
b7513df
config default to devnet
Jul 15, 2024
e149b71
burner v3
Jul 16, 2024
d6f687a
wip : add test contracts
jrcarlos2000 Jul 17, 2024
f8afd2f
wip : format
jrcarlos2000 Jul 17, 2024
0bc78f2
update: comply with new typing
Jul 19, 2024
c447c87
fix: big int input and display bug (#202)
metalboyrick Jul 21, 2024
991c289
chore : update with v2
jrcarlos2000 Jul 21, 2024
aa974a9
update: useScaffold[Read|Write]Contract and other typings
Jul 22, 2024
e7a8a94
chore: reconcile v2 changes into v3 (#230)
metalboyrick Aug 3, 2024
795d887
feat(v3): migration into v3 dependencies (#234)
metalboyrick Aug 9, 2024
f3b4a6f
chore(v3): update dependencies (#268)
metalboyrick Aug 31, 2024
0ab1e9e
chore(v3): final checks and reconciliation before release (#274)
metalboyrick Sep 8, 2024
cffba10
chore(v3): match v3 deployment script to main (#276)
metalboyrick Sep 10, 2024
7693322
chore: use release version of starknet react
metalboyrick Sep 11, 2024
277b081
chore: update readme preview image
metalboyrick Sep 11, 2024
a8351fa
chore: optimize configure contracts UI
metalboyrick Sep 12, 2024
8f6e3ef
chore: standardize write naming
metalboyrick Sep 12, 2024
80b7503
Merge branch 'main' into v3
metalboyrick Sep 12, 2024
965d23e
chore : update to latest cairo dependencies
jrcarlos2000 Sep 12, 2024
5f5209e
chore: update readme
jrcarlos2000 Sep 12, 2024
7d12975
feat: validate integer inputs
metalboyrick Sep 13, 2024
3b1e7f8
chore: add contracts
metalboyrick Sep 11, 2024
6eff1f5
chore: update deploy script
metalboyrick Sep 11, 2024
692fb65
chore: remove legacy map issues
metalboyrick Sep 11, 2024
85f5fe0
fix: deploy script
metalboyrick Sep 11, 2024
0cadd7b
hotfix: remove console log [skip ci]
metalboyrick Oct 14, 2024
3bd05ed
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick Oct 15, 2024
84f0b34
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick Oct 15, 2024
8c1e046
Merge branch 'main' into v3-bulletproof-contracts
metalboyrick Oct 15, 2024
296fcad
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick Oct 15, 2024
c5ec71a
tMerge branch 'main' into v3-bulletproof-contracts
jrcarlos2000 Oct 17, 2024
e2a4687
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick Oct 18, 2024
9d10b03
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick Oct 18, 2024
6cbeb33
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick Oct 22, 2024
5546299
Merge branch 'main' into v3-bulletproof-contracts
metalboyrick Oct 22, 2024
8e07b7d
Merge branch 'v3-bulletproof-contracts' of https://github.com/Quantum…
metalboyrick Oct 22, 2024
976c292
Merge branch 'main' of https://github.com/Quantum3-Labs/scaffold-stark-2
metalboyrick Oct 25, 2024
2191951
Merge branch 'main' into v3-bulletproof-contracts
metalboyrick Oct 25, 2024
b46fea3
feat: complex events (#341)
ngjupeng Nov 4, 2024
47be287
fix: enum need default value if stored as storage (#342)
ngjupeng Nov 5, 2024
b783046
fix: removed ">" from u256
Dec 22, 2024
4b06ebe
fix: removed ">" from u256
jedstroke Dec 22, 2024
8bf37c9
Merge remote-tracking branch 'origin/v3-bulletproof-contracts' into f…
jedstroke Dec 22, 2024
54b9db0
Merge remote-tracking branch 'origin/main' into fix-344
jedstroke Dec 22, 2024
7b24955
patch
jedstroke Dec 23, 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
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const ContractInput = ({
</span>
)}
<span className="block text-xs font-extralight leading-none">
{displayType(paramType.type)}
{displayType(paramType.type)?.toString().replace(">", "") ?? ""}
</span>
</div>
{renderInput()}
Expand Down
6 changes: 1 addition & 5 deletions packages/nextjs/app/debug/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ export const metadata = getMetadata({
});

const Debug: NextPage = () => {
return (
<>
<DebugContracts />
</>
);
return <DebugContracts />;
};

export default Debug;
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ export const EtherInput = ({

return (
<InputBase
name={name}
name={name?.replace(">", "")}
Copy link
Collaborator

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

value={displayValue}
placeholder={placeholder}
placeholder={placeholder?.replace(">", "")}
onChange={handleChangeNumber}
disabled={disabled}
prefix={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const IntegerInput = ({
<InputBase
name={name}
value={value}
placeholder={placeholder}
placeholder={placeholder?.replace(">", "")}
error={inputError}
onChange={onChange}
disabled={disabled}
Expand Down
Loading