- Berkeley, CA
- @0xd0c
Block or Report
Block or report d0cd
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
AleoHQ/leo
AleoHQ/leo Public🦁 The Leo Programming Language. A Programming Language for Formally Verified, Zero-Knowledge Applications
-
uclid-org/uclid
uclid-org/uclid PublicUCLID5: formal modeling, verification, and synthesis of computational systems
-
uclid-org/chiselucl
uclid-org/chiselucl PublicChiselUCL: Utilities for generating UCLID5 models from Chisel and FIRRTL descriptions
-
slingshot
slingshot Public archiveForked from AleoHQ/sdk
A lightweight CLI for deploying programs and executing transactions on Aleo.
-
1,928 contributions in the last year
| Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Activity overview
Contribution activity
February 2024
Created 42 commits in 2 repositories
Created a pull request in AleoHQ/snarkVM that received 11 comments
[HackerOne-2354265] Restrict number of imports, program depth, and call depth.
This PR,
introduces a limit for the number of imports in a program.
checks that each function in a program makes at most MAX_TRANSITIONS - 1 calls.
…
Reviewed 13 pull requests in 2 repositories
AleoHQ/leo
10 pull requests
-
feat: hide inputed private key when import an account
This contribution was made on Feb 10
-
Leo Deploy
This contribution was made on Feb 10
-
Relax Shadowing for Records and Functions
This contribution was made on Feb 10
-
Bump reqwest from 0.11.23 to 0.11.24
This contribution was made on Feb 10
-
Bump tempfile from 3.9.0 to 3.10.0
This contribution was made on Feb 10
-
Bump toml from 0.8.8 to 0.8.10
This contribution was made on Feb 10
-
Bump num-traits from 0.2.17 to 0.2.18
This contribution was made on Feb 10
-
Bump ureq from 2.9.1 to 2.9.5
This contribution was made on Feb 10
-
Bump clap from 4.4.18 to 4.5.0
This contribution was made on Feb 10
-
feat(cli): add sign and verify to the account subcommand
This contribution was made on Feb 7
AleoHQ/snarkVM
3 pull requests
-
[HackerOne-2354265] Restrict number of imports, program depth, and call depth.
This contribution was made on Feb 13
-
[Coinbase Go/No-Go] Bond balances in genesis block
This contribution was made on Feb 13
-
update: add many_input_and_output.aleo for test
This contribution was made on Feb 8
Created an issue in AleoHQ/leo that received 1 comment
[Bug] Compilation fails on duplicate outputs.
🐛 Bug Report
Steps to Reproduce
Run this function:
program test_output.aleo { transition double_output() -> (u64, u64) { return (0u64, 0u64); }
}
F…




