-
Chia Net
- Stockholm, Sweden
- http://libtorrent.org
Highlights
- 1 discussion answered
Block or Report
Block or report arvidn
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
struct_layout Public
tool to show the structure layout of types in your C/C++ program, highlighting padding
-
-
2,250 contributions in the last year
Less
More
Activity overview
Contributed to
arvidn/libtorrent,
Chia-Network/chia-blockchain,
Chia-Network/clvm_rs
and 5 other
repositories
Contribution activity
January 2022
Created 63 commits in 4 repositories
Created a pull request in Chia-Network/chia-blockchain that received 23 comments
introduce restrictions on generators at a specific height
disallow division on negative numbers and disallow redundant leading zeros on integer condition arguments (produced by a generator). I have success…
+283
−126
•
23
comments
Opened 63 other pull requests in 4 repositories
arvidn/libtorrent
2
open
34
merged
2
closed
- fix warning with valid_flags
- deprecate (unused) allow_partial_disk_writes settings
- assert valid flags in disk interface functions
- fix reporting of full disk
- fix potential unbounded recursion in add_completed_jobs()
- Test merge 2
- comment out running python tests on MacOS, since CI is failing
- use github's native cancel previous jobs
- use github's native cancel previous jobs
- improve name of peer_connection::verify_piece
- fix similar torrents feature for v2 torrents
- explicitly run homebrew's python version on MacOS CI
- deprecate (unused) volatile_read_cache setting
- use MADV_DONTNEED/MADV_COLD for volatile_reads (when checking files)
- only use the homebrew include directory on Mac
- measure memory usage in benchmarks (on linux)
- mark read_cache_line_size and write_cache_line_size as deprecated
- fix part files being marked as hidden on windows
- remove redundant calls to convert_from_native()
- correct deprecated settings
- Test merge
- update LICENSE file to include ed25519 license
- Test merge2
- clarify create_torrent constructor documentation
- fix sign conversions
- Some pull requests not shown.
Chia-Network/chia-blockchain
5
open
16
merged
- remove the GeneratorArgs type
- benchmark for get_block_generator()
- default log rotation to 50 MB (instead of 20) and make it configurable
- update analyze_blockchain tool to read v2 blockchain databases
- remove redundant function, calculate_cost_of_program()
- simplify run_block()
- avoid converting puzzle_reveal and solution into python
- use context manager for get_client()
- move CoinSpend.hints() to a free function in the wallet
- default new installs to use v2 blockchain database schema
- simplify cost calculation. It's already computed in rust
- remove one magic number from weight_proof
- move member function get_memos() out of SpendBundle
- fix parameter name to blockchain_interface.persist_sub_epoch_challenge_segments
- fix mempool issue with ASSERT_SECONDS_RELATIVE
- [v2] build indices last
- simplify run_generator by just returning the NPCResult
- log the synchronous mode used to open the blockchain database in
- sanity check the blockchain database on startup
- [v2] remove unused counter column in hint table (for v2 schema)
- revert allow-upgrades configuration option
Chia-Network/clvm_rs
3
merged
Chia-Network/chiapos
1
open
Reviewed 46 pull requests in 6 repositories
Chia-Network/chia-blockchain
30 pull requests
- pip==21.3.1 for now
- benchmark for get_block_generator()
- Change compact block
- remove the GeneratorArgs type
- introduce restrictions on generators at a specific height
- More logging when errors happen
- add chia function to transition blockchain database to v2
- This patch enables fees for the plotnft commands - create, claim, joi…
- simplify run_block()
- Improve StructStream hints to support decimal and other parameters like int itself
- Keep backwards compatibility on coin record RPCs
- run block tool updates
- simplify cost calculation. It's already computed in rust
- Support for Python 3.10
- Atari catch up merge - main 89f15f591cc3cc3e8ae40e95ffc802f7f2561ece
- Optimize get ancestors.
-
plotting: Return
Noneinprocess_fileif the plot exists - [v2] remove unused counter column in hint table (for v2 schema)
- Move BLS validation to other processes during sync
- Use cache for validating signatures
- Don't rerun the super slow part of the test
- fix mempool issue with ASSERT_SECONDS_RELATIVE
-
plotting: Add missing locks in
PlotManager -
harvester: Drop plot existance check in
lookup_challenge -
plotting: Drop
plot_removedand just check if the path is still there - Some pull request reviews not shown.
Chia-Network/clvm_rs
6 pull requests
arvidn/libtorrent
6 pull requests
Chia-Network/bls-signatures
2 pull requests
webtorrent/webtorrent
1 pull request
Chia-Network/chiapos
1 pull request
Created an issue in BLAKE3-team/BLAKE3 that received 5 comments
data race in get_cpu_features()
according to #99 blake3 is supposed to be safe to use in multi-threaded environments. However, the get_cpu_features implementation reads from and w…
5
comments