Block or Report
Block or report dguenther
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
radiorater Public
A script to automatically rate and favorite songs on streaming radio sites.
Python 1
-
-
-
674 contributions in the last year
Less
More
Contribution activity
December 2021
Created 21 commits in 4 repositories
Created a pull request in iron-fish/ironfish that received 3 comments
Switch blake3 to native addon
Summary The blake3 package doesn't seem to ship a native addon that works properly in node 16, so let's try blake-hash instead. Testing Plan Manual…
+102
−26
•
3
comments
Opened 16 other pull requests in 5 repositories
iron-fish/ironfish
7
merged
- Fix use of clearLine in miners:mined
- Fix passing comma-separated bootstrap nodes to start
- Check transactions for invalid spends before adding to block
- Update yarn.lock with blake3 change
- Fix codecov token upload
- Add field to chain:block to show if the block is on the main chain
- Reset accounts when accounts head does not exist in the chain
iron-fish/website
4
merged
NixOS/nixpkgs
1
open
1
closed
iron-fish/website-testnet
2
merged
iron-fish/homebrew-brew
1
merged
Reviewed 56 pull requests in 4 repositories
iron-fish/ironfish
43 pull requests
- Set default expiration delta to 15 from 450
- Optimize MerkleTree.contains from O(n) to O(1)
- Truncate index during MerkleTree truncate
- Only verify spend root in hasValidSpends
- Rename hasValidSpends to verifyConnectedSpends
- Use nullifier tree size to verify spend
- Update CLI readme with new faucet command
- Verifier cleanup
- Fix Faucet API Request
- Adjust perf test to use spends
- Fix build tools 2019 link
- Add README tip for gcc toolchain errors
- Added new dependency and multithreaded instructions
- redundant line breaks in the log of invalid blocks
- Upgrade codecov to 3.8.3
- STAGING -> MASTER
- Bump version to 0.1.11
- Bump network version to 12
- Reduce MAX_SYNCED_AGE_MS to 5 hours
- Filter out expired transactions on mined blocks
- Remove verifier.verifyNewBlock
- Allow for Multiple Receipts in Transactions
- Make breaking change IN PR TEMPLATE into check boxeS
- Don't require async predicate in AsyncUtils.find
- Allow syncer to sync with peers even when synced
- Some pull request reviews not shown.
iron-fish/website-testnet
7 pull requests
iron-fish/website
5 pull requests
iron-fish/block-explorer
1 pull request
Created an issue in napi-rs/napi-rs that received 9 comments
Addon functions become undefined when addon is also required in a worker_thread
It appears that when a napi-rs 2.0 module is required both on the main thread and in a worker_thread, exported functions can become undefined. I or…
9
comments