- Miami, Florida
Highlights
- 7 discussions answered
Block or Report
Block or report mariano54
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,399 contributions in the last year
Contribution activity
February 2022
Created 4 commits in 1 repository
Created a pull request in Chia-Network/chia-blockchain that received 9 comments
check_keys: check 50 instead of 500, farm default 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 -> 50 reduces time Preco…
Opened 4 other pull requests in 1 repository
Chia-Network/chia-blockchain
1
open
3
merged
Reviewed 12 pull requests in 2 repositories
Chia-Network/chia-blockchain
11 pull requests
- fix typo in 'chia init --db-v1'
- optimize get_block_generator()
- Correct comment about max future block timestamp
- benchmark for get_block_generator()
- add tool to test adding every block from a blockchain database
- check_keys: check 50 instead of 500, farm default observer
- 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
Chia-Network/test-cache
1 pull request
Created an issue in Chia-Network/chia-blockchain-gui that received 17 comments
Infinite Loading screen
Uncaught (in promise) Error: Error invoking remote method 'getConfig': TypeError: l is not a function at EventEmitter.i.invoke (electron/js2c/rende…