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

Conversation

jedstroke
Copy link

[BUG] u256> display for non-zero u256

WhatsApp Image 2024-12-22 at 8 55 12 PM

Fixes #344

Types of change

  • Feature
  • Bug
  • Enhancement

Comments (optional)

0xquantum3labs and others added 30 commits May 20, 2024 09:06
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
metalboyrick and others added 24 commits September 13, 2024 11:40
@jedstroke
Copy link
Author

@Nadai2010 @metalboyrick

@@ -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

@metalboyrick
Copy link
Collaborator

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!

@Nadai2010 Nadai2010 closed this Dec 24, 2024
@Nadai2010
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] u256> display for non-zero u256
8 participants