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
Accelerator
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
Type
/
to 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 }}
vividctrlalt
/
java-tron
Public
forked from
tronprotocol/java-tron
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
refactor(config): replace ConfigKey with bean binding
- #13
#13
Open
vividctrlalt
wants to merge 26 commits into
develop
vividctrlalt/java-tron:develop
from
refactor/config-bean-binding
vividctrlalt/java-tron:refactor/config-bean-binding
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Open
refactor(config): replace ConfigKey with bean binding
#13
vividctrlalt
wants to merge 26 commits into
develop
vividctrlalt/java-tron:develop
from
refactor/config-bean-binding
vividctrlalt/java-tron:refactor/config-bean-binding
Copy head branch name to clipboard
Commits
Commits on Feb 25, 2026
func(proposal): add Osaka proposal for TVM
ouy95917
committed
443ada0
View commit details
Copy full SHA for 443ada0
Browse repository at this point
func(vm): implement eip-7823
ouy95917
committed
4e1eef4
View commit details
Copy full SHA for 4e1eef4
Browse repository at this point
func(vm): add unit test for eip-7823
ouy95917
committed
8dd8e7d
View commit details
Copy full SHA for 8dd8e7d
Browse repository at this point
Commits on Mar 13, 2026
docs: fix shieldedTransaction typos in comments
operagxsasha
authored
e1969bb
View commit details
Copy full SHA for e1969bb
Browse repository at this point
Commits on Mar 30, 2026
Merge remote-tracking branch 'origin/develop' into implement-eip-7823
Show description for 708c9b1
ouy95917
committed
708c9b1
View commit details
Copy full SHA for 708c9b1
Browse repository at this point
fix(vm): correct osaka proposal id, default config and modexp behavior
Show description for a8fa3d4
ouy95917
committed
a8fa3d4
View commit details
Copy full SHA for a8fa3d4
Browse repository at this point
Merge pull request #6578 from operagxsasha/patch-5
Show description for 09127ab
lvs0075
authored
09127ab
View commit details
Copy full SHA for 09127ab
Browse repository at this point
Commits on Mar 31, 2026
test(vm): add boundary and edge case tests for eip-7823 modexp limit
Show description for 0663e17
ouy95917
committed
0663e17
View commit details
Copy full SHA for 0663e17
Browse repository at this point
feat(actuator): prevent duplicate registration and stabilize CI
Show description for 18b5e61
halibobo1205
committed
18b5e61
View commit details
Copy full SHA for 18b5e61
Browse repository at this point
Commits on Apr 1, 2026
fix(test): catch Throwable instead of Exception in concurrent registration test
Show description for 7c8746e
halibobo1205
and
claude
committed
7c8746e
View commit details
Copy full SHA for 7c8746e
Browse repository at this point
Merge pull request #6447 from halibobo1205/feat/register_actuator_opt
Show description for 0ebf4c3
lvs0075
authored
0ebf4c3
View commit details
Copy full SHA for 0ebf4c3
Browse repository at this point
Merge pull request #6611 from ouy95917/implement-eip-7823
Show description for bb8b4be
lvs0075
authored
bb8b4be
View commit details
Copy full SHA for bb8b4be
Browse repository at this point
refactor(config): replace manual parsing with ConfigBeanFactory binding
Show description for dd349f3
vividctrlalt
committed
dd349f3
View commit details
Copy full SHA for dd349f3
Browse repository at this point
refactor(config): use reference.conf as single source of defaults
Show description for d249675
vividctrlalt
committed
d249675
View commit details
Copy full SHA for d249675
Browse repository at this point
refactor(config): move LevelDB option reading from Storage to StorageConfig
Show description for 1323c54
vividctrlalt
committed
1323c54
View commit details
Copy full SHA for 1323c54
Browse repository at this point
fix(config): handle null config values and SonarCloud issues
Show description for 4d8d9b9
vividctrlalt
committed
4d8d9b9
View commit details
Copy full SHA for 4d8d9b9
Browse repository at this point
Commits on Apr 6, 2026
fix(config): address PR review feedback
Show description for 651e019
vividctrlalt
committed
651e019
View commit details
Copy full SHA for 651e019
Browse repository at this point
Commits on Apr 8, 2026
fix(config): restore lost memoFee/allowNewReward clamps and add boundary tests
Show description for c38f388
vividctrlalt
committed
c38f388
View commit details
Copy full SHA for c38f388
Browse repository at this point
Commits on Apr 11, 2026
fix(config): align reference.conf defaults with develop code fallbacks
Show description for 62a3236
vividctrlalt
committed
62a3236
View commit details
Copy full SHA for 62a3236
Browse repository at this point
Commits on Apr 14, 2026
fix(config): address PR review feedback on bean binding
Show description for 1292373
vividctrlalt
committed
1292373
View commit details
Copy full SHA for 1292373
Browse repository at this point
Commits on Apr 21, 2026
fix(config): align reference.conf defaults with develop runtime fallbacks
Show description for 8a76db8
vividctrlalt
committed
8a76db8
View commit details
Copy full SHA for 8a76db8
Browse repository at this point
fix(ci): use StrictMathWrapper instead of java.lang.Math
Show description for a4cfe65
vividctrlalt
committed
a4cfe65
View commit details
Copy full SHA for a4cfe65
Browse repository at this point
Commits on Apr 22, 2026
fix(config): honor legacy fullNodeAllowShieldedTransaction key
Show description for 434d917
vividctrlalt
committed
434d917
View commit details
Copy full SHA for 434d917
Browse repository at this point
refactor(config): move storage clamp/validation into bean postProcess
Show description for f7bd20f
vividctrlalt
committed
f7bd20f
View commit details
Copy full SHA for f7bd20f
Browse repository at this point
refactor(config): drop replaceNullWithEmpty workaround
Show description for 998779e
vividctrlalt
committed
998779e
View commit details
Copy full SHA for 998779e
Browse repository at this point
Commits on Apr 24, 2026
refactor(config): address post-approval review cleanups
Show description for 01c2f11
vividctrlalt
committed
01c2f11
View commit details
Copy full SHA for 01c2f11
Browse repository at this point
You can’t perform that action at this time.