Skip to content

Add support of 128-bit integer to ABI encoding/decoding#1100

Merged
juanfranblanco merged 5 commits intoNethereum:masterfrom
0xInnominatus:feature/128-bit-types
Feb 17, 2026
Merged

Add support of 128-bit integer to ABI encoding/decoding#1100
juanfranblanco merged 5 commits intoNethereum:masterfrom
0xInnominatus:feature/128-bit-types

Conversation

@0xInnominatus
Copy link
Copy Markdown
Contributor

@0xInnominatus 0xInnominatus commented Feb 16, 2026

Add Int128 and UInt128 support to ABI encoder/decoder. Conditional compilation for .NET 7+ allows using 128-bit integers in [Parameter(...)] attributes for smart contract functions/events. Backward compatible with existing .NET Framework/Standard targets.

Closes #1086

@0xInnominatus 0xInnominatus marked this pull request as draft February 16, 2026 16:53
@0xInnominatus 0xInnominatus changed the title Draft: Add support of 128-bit integer to ABI decoding Add support of 128-bit integer to ABI encoding/decoding Feb 16, 2026
@0xInnominatus 0xInnominatus marked this pull request as ready for review February 16, 2026 19:31
@juanfranblanco juanfranblanco merged commit e308ea1 into Nethereum:master Feb 17, 2026
@juanfranblanco
Copy link
Copy Markdown
Member

Thank you!!

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.

Int128/UIn128 support in Nethereum

2 participants