Stanford, Token.io alumni.
Blockchain engineer at Chia.
I like crypto
- Miami, Florida
Highlights
- 6 discussions answered
Block or Report
Block or report mariano54
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
Chia-Network/chia-blockchain Public
Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
-
Chia-Network/bls-signatures Public
BLS signatures in C++, using the relic toolkit BLS12-381
-
Chia-Network/pool-reference Public
Reference python implementation of Chia pool operations for pool operators
-
-
VDF competition instructions, and simple implementation
-
tokenio/sdk-js Public
Javascript (Node and Browser) SDK for interacting with the Token System
1,391 contributions in the last year
Less
More
Contribution activity
February 2022
Created 3 commits in 1 repository
Created a pull request in Chia-Network/chia-blockchain that received 8 comments
check_keys: check 100 instead of 500, and also observer
My daemon was timing out because it was not finding a key, and searching through 500 was way too slow. A few changes: 500 -> 100 reduces time Prec…
+26
−5
•
8
comments
Opened 3 other pull requests in 1 repository
Chia-Network/chia-blockchain
3
merged
Reviewed 8 pull requests in 2 repositories
Chia-Network/chia-blockchain
7 pull requests
- check_keys: check 100 instead of 500, and also observer
- add tool to test adding every block from a blockchain database
- Ms.wallet cache
- no need to pass in header hash separate from FullBlock in BlockStore.replace_proof
- strict xfail test_create_multiple_pool_wallets() for untrusted
- Simplify FullNode._replace_proof
- simplify new peak timeout