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
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
.
humanode-network
/
humanode
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
114
Code
Issues
110
Pull requests
27
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Revisit
Opcode
type
- #1642
#1642
Open
dmitrylavrenov
wants to merge 21 commits into
master
humanode-network/humanode:master
from
evm-debug-trace-opcode-type
humanode-network/humanode:evm-debug-trace-opcode-type
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
Revisit
Opcode
type
#1642
dmitrylavrenov
wants to merge 21 commits into
master
humanode-network/humanode:master
from
evm-debug-trace-opcode-type
humanode-network/humanode:evm-debug-trace-opcode-type
Copy head branch name to clipboard
Commits
Commits on Sep 15, 2025
Add CI check for build with evm-tracing feature
dmitrylavrenov
committed
5166496
View commit details
Copy full SHA for 5166496
Browse repository at this point
Add evm-tracing feature to humanode-runtime
dmitrylavrenov
committed
d21ad4a
View commit details
Copy full SHA for d21ad4a
Browse repository at this point
[evm-tracing-0] add evm-tracing test suite to e2e ts tests (#1574)
Show description for 898bbcd
dmitrylavrenov
committed
898bbcd
View commit details
Copy full SHA for 898bbcd
Browse repository at this point
[evm-tracing-0-1] add debug e2e tests logic implementation (#1575)
dmitrylavrenov
committed
26f05be
View commit details
Copy full SHA for 26f05be
Browse repository at this point
[evm-tracing-1] runtime level implementation (#1544)
Show description for 85f0c70
dmitrylavrenov
committed
85f0c70
View commit details
Copy full SHA for 85f0c70
Browse repository at this point
Commits on Sep 16, 2025
[evm-tracing-2] сlient-side implementation (#1565)
Show description for 898b7b0
dmitrylavrenov
authored
898b7b0
View commit details
Copy full SHA for 898b7b0
Browse repository at this point
Commits on Oct 1, 2025
[evm-tracing-3] implement RPC side (#1568)
Show description for 580f661
dmitrylavrenov
authored
580f661
View commit details
Copy full SHA for 580f661
Browse repository at this point
Commits on Oct 7, 2025
[evm-tracing-4] cli part implementation (#1572)
dmitrylavrenov
authored
587685a
View commit details
Copy full SHA for 587685a
Browse repository at this point
Commits on Oct 31, 2025
[evm-tracing] Add more e2e tests (#1622)
dmitrylavrenov
authored
a08006e
View commit details
Copy full SHA for a08006e
Browse repository at this point
Imporve opcode type usage by reusing evm::Opcode
dmitrylavrenov
committed
e47ffbe
View commit details
Copy full SHA for e47ffbe
Browse repository at this point
Fix serialization implementation
dmitrylavrenov
committed
27a4cf2
View commit details
Copy full SHA for 27a4cf2
Browse repository at this point
Remove unused features
dmitrylavrenov
committed
67181fd
View commit details
Copy full SHA for 67181fd
Browse repository at this point
Commits on Nov 4, 2025
Rename is_known_opcode to opcode_known_name
dmitrylavrenov
committed
3025cc5
View commit details
Copy full SHA for 3025cc5
Browse repository at this point
Use as_u8() for getting opcode byte value
dmitrylavrenov
committed
e661328
View commit details
Copy full SHA for e661328
Browse repository at this point
Commits on Nov 7, 2025
Introduce marshalled opcode type
dmitrylavrenov
committed
c238ca6
View commit details
Copy full SHA for c238ca6
Browse repository at this point
Commits on Nov 8, 2025
Implement encoding and decoding through a Vec for MarshalledOpcode
dmitrylavrenov
committed
ac78782
View commit details
Copy full SHA for ac78782
Browse repository at this point
Commits on Nov 10, 2025
Use a string representation for opcode
dmitrylavrenov
committed
357c9d9
View commit details
Copy full SHA for 357c9d9
Browse repository at this point
Commits on Nov 13, 2025
Return Error for Display
dmitrylavrenov
committed
a69d4d6
View commit details
Copy full SHA for a69d4d6
Browse repository at this point
Avoid using intermediate way to do opcode to string
dmitrylavrenov
committed
3af03cb
View commit details
Copy full SHA for 3af03cb
Browse repository at this point
Return opcode_known_name to original place
dmitrylavrenov
committed
ce000a6
View commit details
Copy full SHA for ce000a6
Browse repository at this point
Use cow instead of vec
dmitrylavrenov
committed
9659a59
View commit details
Copy full SHA for 9659a59
Browse repository at this point
You can’t perform that action at this time.