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 }}
vitorpy
/
zignocchio
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
17
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 19, 2025
Merge pull request #1 from vitorpy/dependabot/npm_and_yarn/js-yaml-3.14.2
Show description for 8379855
vitorpy
vitorpy
authored
8379855
View commit details
Copy full SHA for 8379855
Browse repository at this point
Commits on Nov 18, 2025
Bump js-yaml from 3.14.1 to 3.14.2
Show description for 1cde8af
dependabot[bot]
dependabot[bot]
authored
1cde8af
View commit details
Copy full SHA for 1cde8af
Browse repository at this point
Commits on Nov 7, 2025
Update beads
vitorpy
vitorpy
committed
fe5460f
View commit details
Copy full SHA for fe5460f
Browse repository at this point
Implement remaining SPL Token instructions
Show description for a7b59ce
vitorpy
vitorpy
committed
a7b59ce
View commit details
Copy full SHA for a7b59ce
Browse repository at this point
Remove temp files II
vitorpy
vitorpy
committed
d938714
View commit details
Copy full SHA for d938714
Browse repository at this point
Remove temp files
vitorpy
vitorpy
committed
a9bb288
View commit details
Copy full SHA for a9bb288
Browse repository at this point
Remove global-test example and add sbpf-linker PR requirement note
Show description for efe68d9
vitorpy
vitorpy
committed
efe68d9
View commit details
Copy full SHA for efe68d9
Browse repository at this point
Commits on Nov 6, 2025
LLVM IR analysis: identify symbol name as crash cause
Show description for ae9a9e8
vitorpy
vitorpy
committed
ae9a9e8
View commit details
Copy full SHA for ae9a9e8
Browse repository at this point
Add global constant test suite for BPF investigation
Show description for 619602a
vitorpy
vitorpy
committed
619602a
View commit details
Copy full SHA for 619602a
Browse repository at this point
Configure 4KB BPF stack size in build system
Show description for 2bdfc68
vitorpy
vitorpy
committed
2bdfc68
View commit details
Copy full SHA for 2bdfc68
Browse repository at this point
WIP: Enhance token-vault tests and add initialize instruction
Show description for 64e6abf
vitorpy
vitorpy
committed
64e6abf
View commit details
Copy full SHA for 64e6abf
Browse repository at this point
Add inline hints to token instruction builders for stack optimization
Show description for b7d435f
vitorpy
vitorpy
committed
b7d435f
View commit details
Copy full SHA for b7d435f
Browse repository at this point
Implement TransferChecked instruction
Show description for f4012b3
vitorpy
vitorpy
committed
f4012b3
View commit details
Copy full SHA for f4012b3
Browse repository at this point
Implement CloseAccount instruction
Show description for 4dd94bf
vitorpy
vitorpy
committed
4dd94bf
View commit details
Copy full SHA for 4dd94bf
Browse repository at this point
Implement Burn and BurnChecked instructions
Show description for a4c00c1
vitorpy
vitorpy
committed
a4c00c1
View commit details
Copy full SHA for a4c00c1
Browse repository at this point
Implement MintTo and MintToChecked instructions
Show description for 997e919
vitorpy
vitorpy
committed
997e919
View commit details
Copy full SHA for 997e919
Browse repository at this point
Implement Transfer instruction
Show description for ba63fd5
vitorpy
vitorpy
committed
ba63fd5
View commit details
Copy full SHA for ba63fd5
Browse repository at this point
Implement InitializeAccount instructions (3 variants)
Show description for 7e922e4
vitorpy
vitorpy
committed
7e922e4
View commit details
Copy full SHA for 7e922e4
Browse repository at this point
Implement InitializeMint and InitializeMint2 instructions
Show description for 8ea582a
vitorpy
vitorpy
committed
8ea582a
View commit details
Copy full SHA for 8ea582a
Browse repository at this point
Implement SPL Token TokenAccount state structure
Show description for 1e6ce4e
vitorpy
vitorpy
committed
1e6ce4e
View commit details
Copy full SHA for 1e6ce4e
Browse repository at this point
Implement SPL Token Mint state structure
Show description for 43c4ecf
vitorpy
vitorpy
committed
43c4ecf
View commit details
Copy full SHA for 43c4ecf
Browse repository at this point
Add SPL Token program constants and basic types
Show description for aff95dc
vitorpy
vitorpy
committed
aff95dc
View commit details
Copy full SHA for aff95dc
Browse repository at this point
Fix intermittent PDA signing failures in vault withdraw
Show description for 1845d5a
vitorpy
vitorpy
committed
1845d5a
View commit details
Copy full SHA for 1845d5a
Browse repository at this point
Save the current state - CPI debugging
vitorpy
vitorpy
committed
ad2488e
View commit details
Copy full SHA for ad2488e
Browse repository at this point
Commits on Oct 20, 2025
Use upstream sbpf-linker from git master
Show description for d436c39
vitorpy
vitorpy
committed
d436c39
View commit details
Copy full SHA for d436c39
Browse repository at this point
Commits on Oct 18, 2025
Fix build system and improve documentation
Show description for 0841bae
vitorpy
vitorpy
committed
0841bae
View commit details
Copy full SHA for 0841bae
Browse repository at this point
SOLUTION: Identified missing 32-bit jump opcodes in sbpf-assembler
Show description for 7db4fae
vitorpy
vitorpy
committed
7db4fae
View commit details
Copy full SHA for 7db4fae
Browse repository at this point
Document actual root cause: LLVM BPF codegen issue
Show description for ef2fde1
vitorpy
vitorpy
committed
ef2fde1
View commit details
Copy full SHA for ef2fde1
Browse repository at this point
Reorganize examples and document sbpf-linker crash issue
Show description for aeab63a
vitorpy
vitorpy
committed
aeab63a
View commit details
Copy full SHA for aeab63a
Browse repository at this point
Clean up project structure and fix Zig 0.15.2 compatibility
Show description for 6bd4833
vitorpy
vitorpy
committed
6bd4833
View commit details
Copy full SHA for 6bd4833
Browse repository at this point
Add Zignocchio SDK - Zero-dependency Zig SDK for Solana programs
Show description for 4678798
vitorpy
vitorpy
committed
4678798
View commit details
Copy full SHA for 4678798
Browse repository at this point
Add package-lock.json to repository for reproducible builds
vitorpy
vitorpy
committed
89f269b
View commit details
Copy full SHA for 89f269b
Browse repository at this point
Add syscall generator with MurmurHash3 implementation
Show description for 492e266
vitorpy
vitorpy
committed
492e266
View commit details
Copy full SHA for 492e266
Browse repository at this point
Clean up experimental files and artifacts
vitorpy
vitorpy
committed
b6fb690
View commit details
Copy full SHA for b6fb690
Browse repository at this point
Commits on Oct 17, 2025
Initial commit: Solana BPF programs with Zig + sbpf-linker
Show description for c58fdb6
vitorpy
vitorpy
committed
c58fdb6
View commit details
Copy full SHA for c58fdb6
Browse repository at this point
You can’t perform that action at this time.
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル