Skip to content

feat: add asm add test - #1040

Merged
DavePearce merged 1 commit into
mainfrom
1039-feat-asm-implementation-for-add
Jul 28, 2025
Merged

feat: add asm add test#1040
DavePearce merged 1 commit into
mainfrom
1039-feat-asm-implementation-for-add

Conversation

@DavePearce

Copy link
Copy Markdown
Contributor

The asm add test represents an assembly implementation of the add module.

The asm add test represents an assembly implementation of the add
module.
@DavePearce DavePearce linked an issue Jul 28, 2025 that may be closed by this pull request
bi := p.AsBigInt()
//
return hex.EncodeToString(p.bytes)
return bi.String()

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: API Change: BigEndian String Representation

The BigEndian.String() method's behavior changed from returning a hexadecimal string representation to a decimal string representation. This is a breaking API change, as it now uses math/big.Int.String() instead of encoding/hex.EncodeToString. This change appears unrelated to the PR's stated purpose.

Locations (1)

Fix in Cursor Fix in Web

@DavePearce
DavePearce merged commit 70aa585 into main Jul 28, 2025
4 checks passed
@DavePearce
DavePearce deleted the 1039-feat-asm-implementation-for-add branch July 28, 2025 06:25
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.

feat: asm implementation for add

1 participant