-
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,186 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 35 commits in 2 repositories
Created a pull request in Chia-Network/chia-blockchain that received 5 comments
revert allow-upgrades configuration option
It makes it significantly more complicated to do proper database migrations
+6
−29
•
5
comments
Opened 41 other pull requests in 4 repositories
arvidn/libtorrent
6
open
22
merged
1
closed
- 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
- fix const_cast in create_torrent
- limit output from choco install command line more, on CI
- limit output from choco install command line more, on CI
- Test merge 2
- retry choco install openssl if it fails on CI
- set DSCP_TRAFFIC_TYPE socket option on windows
- on CI, if choco install fails, retry
- harmonize the boost version and path in build doc examples
- update handler sizes for debug builds
- Some pull requests not shown.
Chia-Network/chia-blockchain
5
open
5
merged
- 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)
Chia-Network/chiapos
1
open
Chia-Network/clvm_rs
1
open
Reviewed 32 pull requests in 6 repositories
Chia-Network/chia-blockchain
20 pull requests
- simplify cost calculation. It's already computed in rust
- Support for Python 3.10
- Atari catch up merge - main 89f15f591cc3cc3e8ae40e95ffc802f7f2561ece
- Optimize get ancestors.
- run block tool updates
-
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 - add chia function to transition blockchain database to v2
-
harvester: Drop plot existance check in
lookup_challenge -
plotting: Drop
plot_removedand just check if the path is still there - New clvm generator api
- plotting|tests: Extend the lifetime of plot data cache entries
- sanity check the blockchain database on startup
-
tests: Fix plot creation if
exclude_final_diris set - extend more tests to run with both v1 and v2 blockchain database schema
arvidn/libtorrent
6 pull requests
Chia-Network/clvm_rs
3 pull requests
webtorrent/webtorrent
1 pull request
Chia-Network/chiapos
1 pull request
Chia-Network/bls-signatures
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