Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
4,054 contributions in the last year
Contribution activity
December 2020
Created 1 commit in 1 repository
Created a pull request in solana-labs/solana that received 3 comments
Expanded faulty node local cluster tests
Problem Lacking local cluster tests for faulty nodes which sends duplicate shreds for complete blocks Summary of Changes Expanded the existing fake…
Opened 1 other pull request in 1 repository
joncinque/solana-program-library
1
merged
Reviewed 13 pull requests in 3 repositories
solana-labs/solana 8 pull requests
- explorer: Token history dropdown filter
- fix: coerce partially decoded instructions on parsed confirmed transactions
- removes recursive read-locks on gossip
- samples repair peers using WeightedIndex
- Explorer: Display CPI details for transaction
- Cap number of program address seeds
- Restore readonly / signer raw instruction fields
- Check that the program was granted access to program_id
solana-labs/solana-program-library 4 pull requests
solana-labs/rbpf 1 pull request
Created an issue in solana-labs/solana that received 1 comment
Account readwrite deescalation is not persisted in instruction execution context
Problem If a program passes a readwrite account as readonly to an inner instruction, then any writes should cause an error. Since the runtime doesn…