Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
tronprotocol
/
trident
Public
Notifications
You must be signed in to change notification settings
Fork
146
Star
216
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(abi): support ABI v2 structs and nested arrays
- #212
#212
Merged
kuny0707
merged 26 commits into
tronprotocol:release_1.0.0
tronprotocol/trident:release_1.0.0
from
0xbigapple:feature/support-dynamics-abi
0xbigapple/trident:feature/support-dynamics-abi
Copy head branch name to clipboard
Jul 21, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
feat(abi): support ABI v2 structs and nested arrays
#212
kuny0707
merged 26 commits into
tronprotocol:release_1.0.0
tronprotocol/trident:release_1.0.0
from
0xbigapple:feature/support-dynamics-abi
0xbigapple/trident:feature/support-dynamics-abi
Copy head branch name to clipboard
Commits
Commits on Mar 25, 2026
feat(abi): support abiV2 include static/dynamics arrays, struct
0xbigapple
committed
4b6b23a
View commit details
Copy full SHA for 4b6b23a
Browse repository at this point
fix(abi): revert encode/buildEventSignature and add new function encodeWithOutPrefix/buildEventSignatureWithOutPrefix
0xbigapple
committed
0b1c8e0
View commit details
Copy full SHA for 0b1c8e0
Browse repository at this point
Commits on Mar 26, 2026
fix(abi): fix utf8String bytes32PaddedLength, fix Non-ASCII Character Encoding, add unitest
0xbigapple
committed
a96b254
View commit details
Copy full SHA for a96b254
Browse repository at this point
Commits on Apr 10, 2026
fix: add offset pointers for DynamicArray containing dynamic StaticArray elements
Show description for 83d18d3
0xbigapple
committed
83d18d3
View commit details
Copy full SHA for 83d18d3
Browse repository at this point
Commits on Apr 27, 2026
refactor(abi): unify static struct slot counting via bytes32PaddedLength
0xbigapple
committed
4a9bc2c
View commit details
Copy full SHA for 4a9bc2c
Browse repository at this point
Commits on May 11, 2026
feat(abi): support StaticArray fields including dynamic-element variants
0xbigapple
committed
6951d9a
View commit details
Copy full SHA for 6951d9a
Browse repository at this point
fix(abi): throw explicit error when decoding empty array of generic struct type
0xbigapple
committed
acfc4fd
View commit details
Copy full SHA for acfc4fd
Browse repository at this point
test(abi): add ABI encode/decode compatibility tests with fixture data
0xbigapple
committed
91ba349
View commit details
Copy full SHA for 91ba349
Browse repository at this point
security(abi): validate TypeReference depth at decoder entry
0xbigapple
committed
b512792
View commit details
Copy full SHA for b512792
Browse repository at this point
Commits on May 12, 2026
security(abi): validate TypeReference depth at decoder entry
0xbigapple
committed
cfa0fee
View commit details
Copy full SHA for cfa0fee
Browse repository at this point
security(abi): centralize reflective type loading via safeLoadTypeClass helper
0xbigapple
committed
d2e4050
View commit details
Copy full SHA for d2e4050
Browse repository at this point
Commits on May 14, 2026
fix(abi): fix reviewer feedback
Show description for 8505480
0xbigapple
committed
8505480
View commit details
Copy full SHA for 8505480
Browse repository at this point
test(abi): clean up lint warnings in ABI test code
0xbigapple
committed
7179b20
View commit details
Copy full SHA for 7179b20
Browse repository at this point
Commits on Jul 13, 2026
docs(abi): add @deprecated Javadoc for legacy array constructors; simplify DynamicStruct type-string branches
0xbigapple
committed
761cba2
View commit details
Copy full SHA for 761cba2
Browse repository at this point
fix(abi): harden TypeDecoder edge cases in decoding paths
Show description for 11fc7ba
0xbigapple
committed
11fc7ba
View commit details
Copy full SHA for 11fc7ba
Browse repository at this point
fix(abi): repair struct constructor-reflection decoding in place
Show description for 00cf825
0xbigapple
committed
00cf825
View commit details
Copy full SHA for 00cf825
Browse repository at this point
Commits on Jul 14, 2026
fix(abi): decode static arrays of dynamic elements on constructor-reflection path
Show description for 6fa1b4a
0xbigapple
and
claude
committed
6fa1b4a
View commit details
Copy full SHA for 6fa1b4a
Browse repository at this point
fix(abi): serialize innerTypes tuples in signatures; reject unsupported nested arrays
Show description for fd54a0f
0xbigapple
committed
fd54a0f
View commit details
Copy full SHA for fd54a0f
Browse repository at this point
Commits on Jul 15, 2026
fix(abi): harden encode/decode paths per ABI review
Show description for 93ef68d
0xbigapple
committed
93ef68d
View commit details
Copy full SHA for 93ef68d
Browse repository at this point
docs(abi): document pitfalls deliberately kept as-is
Show description for 5833369
0xbigapple
committed
5833369
View commit details
Copy full SHA for 5833369
Browse repository at this point
Commits on Jul 16, 2026
refactor(abi): consolidate decoder and array-type helper logic
Show description for 034b6e2
0xbigapple
committed
034b6e2
View commit details
Copy full SHA for 034b6e2
Browse repository at this point
fix(abi): align Utf8String.bytes32PaddedLength with web3j length-word semantics
Show description for 13cabee
0xbigapple
committed
13cabee
View commit details
Copy full SHA for 13cabee
Browse repository at this point
Commits on Jul 17, 2026
fix(abi): propagate ClassNotFoundException from isDynamic(TypeReference); harden Utf8String padded length
Show description for 3918043
0xbigapple
committed
3918043
View commit details
Copy full SHA for 3918043
Browse repository at this point
Commits on Jul 20, 2026
fix(abi): harden signature building, packed gate, and TVM type semantics
Show description for a257c8a
0xbigapple
committed
a257c8a
View commit details
Copy full SHA for a257c8a
Browse repository at this point
Commits on Jul 21, 2026
Merge branch 'release_1.0.0' into feature/support-dynamics-abi
0xbigapple
committed
4c2475e
View commit details
Copy full SHA for 4c2475e
Browse repository at this point
test(abi): aggregate compatibility tests to quiet passing output; fix comment inaccuracies
0xbigapple
committed
83843c5
View commit details
Copy full SHA for 83843c5
Browse repository at this point
You can’t perform that action at this time.