-
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
Conversation
Co-authored-by: jrcarlos2000 <[email protected]> Co-authored-by: Eduardo <[email protected]> Co-authored-by: Gabriela del Pilar Rojas <[email protected]>
# Conflicts: # README.md # packages/nextjs/app/debug/_components/contract/ContractInput.tsx # packages/nextjs/app/debug/_components/contract/utilsDisplay.tsx # packages/nextjs/components/scaffold-stark/Faucet.tsx # packages/nextjs/package.json # packages/nextjs/styles/globals.css # packages/nextjs/utils/scaffold-stark/contract.ts # packages/nextjs/utils/scaffold-stark/types.ts # packages/snfoundry/contracts/Scarb.toml # packages/snfoundry/contracts/src/YourContract.cairo # yarn.lock
…3-Labs/scaffold-stark-2 into v3-bulletproof-contracts
@@ -129,9 +129,9 @@ export const EtherInput = ({ | |||
|
|||
return ( | |||
<InputBase | |||
name={name} | |||
name={name?.replace(">", "")} |
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
GM @jedstroke seems like we will not be able to finish the PR in due time. Therefore we would not be able to consider this PR as an ODHack 11 PR, but you can still work on it but the rewards will not be part of the ODHack11 reward. Really appreciate the attempt! |
Hello @jedstroke thank you for your contribution, this PR needs a lot of changes that explain many files uploaded that should not be, we close the issue by this ODHack |
[BUG] u256> display for non-zero u256
Fixes #344
Types of change
Comments (optional)