freenet-core
freenet-core copied to clipboard
Declare your digital independence
## Problem Integration tests in the \ directory are not being run as part of the CI workflow. This means critical issues like the current decryption errors between nodes are...
## Summary Implement an automated release process that triggers on GitHub release creation, publishes to crates.io, and updates gateway servers without manual intervention. ## Current Process The current release process...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.10.0 to 5.2.1. Release notes Sourced from webpack-dev-server's releases. v5.2.1 5.2.1 (2025-03-26) Security cross-origin requests are not allowed unless allowed by Access-Control-Allow-Origin header requests with an IP...
## Description The `test_ping_partially_connected_network` test in `apps/freenet-ping/app/tests/run_app_partially_connected_network.rs` is failing on CI with connection errors during the initial setup phase. The test creates a large network (3 gateways + 7 regular...
## Summary Several ping tests that involve network topology constraints (blocked addresses, partial connectivity) are currently marked as ignored because they have never worked properly. These tests fail during node...
 Snyk has created this PR to upgrade bootstrap from 5.3.5 to 5.3.6. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
## Problem The simulation infrastructure appears to be suffering from bitrot and is currently non-functional. All network simulation tests fail with connection errors, preventing large-scale algorithmic testing. ## Current Behavior...
# Implement Retry Logic for Update Propagation ## Overview This PR implements retry logic for update propagation to improve reliability in networks where peers are not directly connected. The changes...
Add a README.md so that this isn't blank: https://crates.io/crates/freenet
Bumps [flatbuffers](https://github.com/google/flatbuffers) from 24.12.23 to 25.2.10. Release notes Sourced from flatbuffers's releases. v25.2.10 What's Changed Rust reflection: simplify dependencies, fix Android build compatibility by @dextero in google/flatbuffers#8512 [Swift] Adds swift...