author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
20,244 | 25.06.2021 10:16:19 | 14,400 | c240cd275648a06781c288faad81d4a7db15519b | Remove travis ci
We're not going to use this again since Travis is now woefully behind
Github actions or Gitlab CI there's no platform I can forsee where
Travis would once again be our CI of choice, making this file nothing
but cruft. | [
{
"change_type": "DELETE",
"old_path": ".travis.yml",
"new_path": null,
"diff": "-language: rust\n-dist: xenial\n-services:\n- - postgresql\n-before_install:\n- - sudo add-apt-repository ppa:wireguard/wireguard -y\n- - sudo add-apt-repository universe\n- - sudo apt-get -qq update\n- - sudo apt-get i... | Rust | Apache License 2.0 | althea-net/althea_rs | Remove travis ci
We're not going to use this again since Travis is now woefully behind
Github actions or Gitlab CI there's no platform I can forsee where
Travis would once again be our CI of choice, making this file nothing
but cruft. |
20,244 | 29.06.2021 15:51:06 | 14,400 | 9e3833a6d0d31c91d55a6a45d6e423ff7cc4c870 | Add cargo fmt check to test.sh
This should be located here so that we can test for everything easily
locally | [
{
"change_type": "MODIFY",
"old_path": "scripts/test.sh",
"new_path": "scripts/test.sh",
"diff": "@@ -6,6 +6,8 @@ NODES=${NODES:='None'}\nRUST_TEST_THREADS=1 cargo test --all\n# check for nits\ncargo clippy --all --all-targets --all-features -- -D warnings\n+# check for fmt errors\n+cargo fmt --all ... | Rust | Apache License 2.0 | althea-net/althea_rs | Add cargo fmt check to test.sh
This should be located here so that we can test for everything easily
locally |
20,255 | 30.06.2021 11:32:31 | 25,200 | eb7f963d7f252ab14a026bd941c70269f2abebbb | Migrated geoip.rs to use sync babel. | [
{
"change_type": "MODIFY",
"old_path": "rita/src/rita_exit/database/geoip.rs",
"new_path": "rita/src/rita_exit/database/geoip.rs",
"diff": "use crate::rita_common::utils::ip_increment::is_unicast_link_local;\n+use crate::rita_exit::rita_loop::EXIT_LOOP_TIMEOUT;\nuse crate::KI;\nuse crate::SETTING;\n... | Rust | Apache License 2.0 | althea-net/althea_rs | Migrated geoip.rs to use sync babel. |
20,244 | 08.07.2021 10:48:47 | 14,400 | 7bc75f404b661c887d126fe66fc6f92c457bfa95 | Upgrade transitive deps, web30, actix
This updates all transitive deps, as well as the async versions of web30
and actix. The primary diver of this update is to be post London
hardfork compatible for sending transactions on both Ethereum and Xdai. | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -50,7 +50,7 @@ dependencies = [\n\"parking_lot 0.11.1\",\n\"pin-project-lite\",\n\"smallvec 1.6.1\",\n- \"tokio 1.6.1\",\n+ \"tokio 1.8.1\",\n\"tokio-util\",\n]\n@@ -66,15 +66,15 @@ dependencies = [\n\"futures... | Rust | Apache License 2.0 | althea-net/althea_rs | Upgrade transitive deps, web30, actix
This updates all transitive deps, as well as the async versions of web30
and actix. The primary diver of this update is to be post London
hardfork compatible for sending transactions on both Ethereum and Xdai. |
20,255 | 14.07.2021 15:22:07 | 25,200 | 87375d13b4c7f8906b43abbfb5a6b16a5b294d1f | Migrated PeerListener to synchronous code | [
{
"change_type": "MODIFY",
"old_path": "rita/src/rita_client/dashboard/interfaces.rs",
"new_path": "rita/src/rita_client/dashboard/interfaces.rs",
"diff": "//! A generalized interface for modifying networking interface assignments using UCI\n-use crate::rita_common::peer_listener::PeerListener;\n-us... | Rust | Apache License 2.0 | althea-net/althea_rs | Migrated PeerListener to synchronous code |
20,244 | 22.07.2021 08:18:18 | 14,400 | 0c64c9a76a04cba6514f2b7ca5d959f117492bc9 | Update builds with crate references
This scripts reffer to the 'rita' crate directly since that crate no
longer exists these builds will fail until updated with 'rita_bin' which
this patch does. | [
{
"change_type": "MODIFY",
"old_path": ".gitlab-ci.yml",
"new_path": ".gitlab-ci.yml",
"diff": "@@ -49,7 +49,7 @@ lint_clippy:\ncross_arch_mips:\nstage: cross-arch\nvariables:\n- CROSS_TEST_ARGS: \"--verbose -p rita --bin rita --features bundle_openssl -- --test-threads=1\"\n+ CROSS_TEST_ARGS: \"--v... | Rust | Apache License 2.0 | althea-net/althea_rs | Update builds with crate references
This scripts reffer to the 'rita' crate directly since that crate no
longer exists these builds will fail until updated with 'rita_bin' which
this patch does. |
20,244 | 29.07.2021 08:38:58 | 14,400 | de07f1a5627d89ed8b700bb17e4f4640463ed062 | Remove Rita tower
This has been moved into the private repo and is no longer needed here | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3229,7 +3229,6 @@ dependencies = [\n\"rita_client\",\n\"rita_common\",\n\"rita_exit\",\n- \"rita_tower\",\n\"serde 1.0.126\",\n\"serde_derive\",\n\"serde_json\",\n@@ -3350,18 +3349,6 @@ dependencies = [\n\"so... | Rust | Apache License 2.0 | althea-net/althea_rs | Remove Rita tower
This has been moved into the private repo and is no longer needed here |
20,244 | 29.07.2021 08:42:49 | 14,400 | 86860fb19d1b9fa3c7881a4e8541a4874164aaa1 | Cleanup imports
the Cargo.toml files had a lot of newlines left in them from
dependencies being deleted during the refactor. | [
{
"change_type": "MODIFY",
"old_path": "rita_bin/Cargo.toml",
"new_path": "rita_bin/Cargo.toml",
"diff": "@@ -18,25 +18,16 @@ althea_kernel_interface = { path = \"../althea_kernel_interface\" }\nantenna_forwarding_client = {path = \"../antenna_forwarding_client\"}\nalthea_types = { path = \"../althe... | Rust | Apache License 2.0 | althea-net/althea_rs | Cleanup imports
the Cargo.toml files had a lot of newlines left in them from
dependencies being deleted during the refactor. |
20,247 | 02.08.2021 12:02:12 | 25,200 | 774acd60081d30c3414612937a650a43eefff875 | Use "ip neigh" instead of "ip neighbor" | [
{
"change_type": "MODIFY",
"old_path": "althea_kernel_interface/src/get_neighbors.rs",
"new_path": "althea_kernel_interface/src/get_neighbors.rs",
"diff": "@@ -9,7 +9,7 @@ impl dyn KernelInterface {\n/// Returns a vector of neighbors reachable over layer 2, giving IP address of each.\n/// Implemente... | Rust | Apache License 2.0 | althea-net/althea_rs | Use "ip neigh" instead of "ip neighbor" |
20,247 | 02.08.2021 17:34:40 | 25,200 | f07d472c7569a12074949c92acac8b82d7255e80 | Add aarch64 build script | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "scripts/openwrt_build_aarch64.sh",
"diff": "+#!/bin/bash\n+set -eux\n+DIR=\"$( cd \"$( dirname \"${BASH_SOURCE[0]}\" )\" && pwd )\"\n+\n+# Parse command line arguments\n+source $DIR/build_common.sh\n+\n+if [[ ! -d $DIR/staging_dir ]]; then\n+ pu... | Rust | Apache License 2.0 | althea-net/althea_rs | Add aarch64 build script |
20,247 | 06.08.2021 10:10:47 | 25,200 | ecf0e641997f47867af92785d7377f92b4963fd9 | Fix port toggle settings save
temp_copy was the one being saved, but it was created before the changes were applied to rita_client as rita_client.network = network | [
{
"change_type": "MODIFY",
"old_path": "rita_client/src/dashboard/interfaces.rs",
"new_path": "rita_client/src/dashboard/interfaces.rs",
"diff": "@@ -335,22 +335,22 @@ pub fn ethernet_transform_mode(\n}\n}\nlet mut rita_client = settings::get_rita_client();\n- let temp_copy = rita_client.clone();\ni... | Rust | Apache License 2.0 | althea-net/althea_rs | Fix port toggle settings save
temp_copy was the one being saved, but it was created before the changes were applied to rita_client as rita_client.network = network |
20,243 | 10.08.2021 17:57:51 | 14,400 | 78b61202fd5af0bc71d8a62d3a88f711938f6461 | Modified the default value for the node list | [
{
"change_type": "MODIFY",
"old_path": "settings/src/payment.rs",
"new_path": "settings/src/payment.rs",
"diff": "@@ -227,7 +227,7 @@ impl Default for PaymentSettings {\nnonce: 0u64.into(),\ngas_price: 0u64.into(), // 10 gwei\nnet_version: None,\n- node_list: Vec::new(),\n+ node_list: default_node_l... | Rust | Apache License 2.0 | althea-net/althea_rs | Modified the default value for the node list |
20,243 | 10.08.2021 20:14:06 | 14,400 | c5187f90bdf4ff7e4c08165af2001c0bdfe6420d | Modified traffic watcher to not unwrap
Similar to wireguard, ipset was not installed and this masked
the bug. | [
{
"change_type": "MODIFY",
"old_path": "rita_common/src/traffic_watcher/mod.rs",
"new_path": "rita_common/src/traffic_watcher/mod.rs",
"diff": "@@ -31,10 +31,14 @@ impl Supervised for TrafficWatcher {}\nimpl SystemService for TrafficWatcher {\nfn service_started(&mut self, _ctx: &mut Context<Self>) ... | Rust | Apache License 2.0 | althea-net/althea_rs | Modified traffic watcher to not unwrap
Similar to wireguard, ipset was not installed and this masked
the bug. |
20,244 | 15.08.2021 12:50:30 | 14,400 | cf6edbb2db7a6b5e3f0351f97a65e77935e9994c | Reduce size of rita_bin definitions
This lifts a lot of extra library functions out of rita_bin and into
rita_common, client, or exit where they can be imported by downstream
libraries. What this will do is allow us to produce an internal version
of Rita more easily. | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -480,41 +480,6 @@ dependencies = [\n\"sodiumoxide\",\n]\n-[[package]]\n-name = \"antenna_forwarding_client\"\n-version = \"0.1.0\"\n-dependencies = [\n- \"althea_kernel_interface\",\n- \"althea_types\",\n- \"a... | Rust | Apache License 2.0 | althea-net/althea_rs | Reduce size of rita_bin definitions
This lifts a lot of extra library functions out of rita_bin and into
rita_common, client, or exit where they can be imported by downstream
libraries. What this will do is allow us to produce an internal version
of Rita more easily. |
20,244 | 15.08.2021 15:09:44 | 14,400 | bccaeb821b393af3f4b0cb0790fc3d5a0bf9f1ea | Bump for Beta 18 RC1 | [
{
"change_type": "MODIFY",
"old_path": "rita_common/src/dashboard/own_info.rs",
"new_path": "rita_common/src/dashboard/own_info.rs",
"diff": "@@ -5,7 +5,7 @@ use clarity::Address;\nuse failure::Error;\nuse num256::{Int256, Uint256};\n-pub static READABLE_VERSION: &str = \"Beta 18 RC0\";\n+pub static... | Rust | Apache License 2.0 | althea-net/althea_rs | Bump for Beta 18 RC1 |
20,247 | 18.08.2021 21:25:07 | 25,200 | 7bdbe6523dd188908812115a3f0f31ef45ef31b2 | Bump rita-common to 0.18.1 | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3204,7 +3204,7 @@ dependencies = [\n[[package]]\nname = \"rita_common\"\n-version = \"0.18.0\"\n+version = \"0.18.1\"\ndependencies = [\n\"actix 0.12.0\",\n\"actix 0.7.11\",\n"
},
{
"change_type": "MO... | Rust | Apache License 2.0 | althea-net/althea_rs | Bump rita-common to 0.18.1 |
20,255 | 20.08.2021 13:12:35 | 25,200 | fc9a211a6271893a7dc8a8f504a82603449718a8 | Added tests to check the deposit flow in xdai_bridge
Changed 'rescue_dai' to be the main transfer flow from dai to the xdai chain. Removes redundant
deposit code that previously would not be executed because of the time taken for eth to be converted
to dai. | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -544,7 +544,7 @@ dependencies = [\n\"serde 1.0.126\",\n\"serde_derive\",\n\"tokio 1.8.2\",\n- \"web30 0.15.0\",\n+ \"web30 0.15.1\",\n]\n[[package]]\n@@ -3239,7 +3239,7 @@ dependencies = [\n\"serde_json\",\n\"... | Rust | Apache License 2.0 | althea-net/althea_rs | Added tests to check the deposit flow in xdai_bridge
Changed 'rescue_dai' to be the main transfer flow from dai to the xdai chain. Removes redundant
deposit code that previously would not be executed because of the time taken for eth to be converted
to dai. |
20,255 | 23.08.2021 15:03:46 | 25,200 | 5c3a86701455f7330b8ebca8c595f1e7bfe2d74d | Only swap tokens during lower 20% gas prices
We monitor gas prices in a 24 hour window, and execute desposit swap only when
eth gas price is in lower 20% of prices. This greatly reduces gas fees during the deposit
process, since the daily min is often 6x lower than daily max. | [
{
"change_type": "MODIFY",
"old_path": "rita_common/src/token_bridge/mod.rs",
"new_path": "rita_common/src/token_bridge/mod.rs",
"diff": "@@ -37,6 +37,9 @@ use num_traits::identities::Zero;\nuse rand::{thread_rng, Rng};\nuse settings::payment::PaymentSettings;\n+use std::cmp::Ordering;\n+use std::co... | Rust | Apache License 2.0 | althea-net/althea_rs | Only swap tokens during lower 20% gas prices
We monitor gas prices in a 24 hour window, and execute desposit swap only when
eth gas price is in lower 20% of prices. This greatly reduces gas fees during the deposit
process, since the daily min is often 6x lower than daily max. |
20,247 | 19.08.2021 13:40:08 | 25,200 | 5defbc382be3a37319920fd6b8b993712f45c594 | Bump Rita versions to 0.18.1 | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3131,7 +3131,7 @@ dependencies = [\n[[package]]\nname = \"rita_bin\"\n-version = \"0.18.0\"\n+version = \"0.18.1\"\ndependencies = [\n\"actix 0.11.1\",\n\"actix 0.7.11\",\n@@ -3167,7 +3167,7 @@ dependencies =... | Rust | Apache License 2.0 | althea-net/althea_rs | Bump Rita versions to 0.18.1 |
20,244 | 30.09.2020 06:37:15 | 14,400 | c7b35e75c8aa3e91b7b2e490289ce71e0f7fcba2 | Migrate to github actions
Travis has long been an abandoned product and it's only gotten worse
lets try this out. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/workflows/backwards-compatibility.yml",
"diff": "+name: Backwards compatibility test\n+\n+on:\n+ push:\n+ branches: [master]\n+ pull_request:\n+ branches: [master]\n+\n+jobs:\n+ build:\n+ runs-on: ubuntu-latest\n+\n+ steps:\n+ - uses: ac... | Rust | Apache License 2.0 | althea-net/althea_rs | Migrate to github actions
Travis has long been an abandoned product and it's only gotten worse
lets try this out. |
20,255 | 26.08.2021 11:46:58 | 25,200 | 093e1abc7bf22dc2cd3ebfd738e993e1bb8ac846 | Migrated Exit Manager and QueryExitDebts to async await.
Removed the futures based http client in these handlers and replaced them
with the async http client 'awc' | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -108,6 +108,7 @@ dependencies = [\n\"ahash\",\n\"base64 0.13.0\",\n\"bitflags\",\n+ \"brotli2\",\n\"bytes 1.0.1\",\n\"bytestring\",\n\"derive_more\",\n@@ -267,7 +268,7 @@ dependencies = [\n\"bitflags\",\n\"byt... | Rust | Apache License 2.0 | althea-net/althea_rs | Migrated Exit Manager and QueryExitDebts to async await.
Removed the futures based http client in these handlers and replaced them
with the async http client 'awc' |
20,244 | 03.09.2021 10:23:21 | 14,400 | 4571054283fa9167b0e924dccb2a9ca1aefde307 | Expand Github Actions
This expands github actions, creating a single workflow that builds,
tests, lints, and runs the integration tests, all with dependency
filters to avoid wated cpu time. | [
{
"change_type": "DELETE",
"old_path": ".github/workflows/backwards-compatibility.yml",
"new_path": null,
"diff": "-name: Backwards compatibility test\n-\n-on:\n- push:\n- branches: [master]\n- pull_request:\n- branches: [master]\n-\n-jobs:\n- build:\n- runs-on: ubuntu-latest\n-\n- steps:\n- - uses:... | Rust | Apache License 2.0 | althea-net/althea_rs | Expand Github Actions
This expands github actions, creating a single workflow that builds,
tests, lints, and runs the integration tests, all with dependency
filters to avoid wated cpu time. |
20,244 | 03.09.2021 16:40:34 | 14,400 | e5754535a47e55fa2f4c74ead3d4b0c1a4029e3c | Use HashSet for check_withdrawals
This is a minor change that makes the function somewhat less ergonomic
to use but eliminates all need to handle cases around duplicate
addresses possibly returning dulicate values | [
{
"change_type": "MODIFY",
"old_path": "auto_bridge/src/lib.rs",
"new_path": "auto_bridge/src/lib.rs",
"diff": "@@ -7,6 +7,7 @@ use clarity::abi::{encode_call, Token};\nuse clarity::utils::bytes_to_hex_str;\nuse clarity::{Address, PrivateKey};\nuse num256::Uint256;\n+use std::collections::HashSet;\n... | Rust | Apache License 2.0 | althea-net/althea_rs | Use HashSet for check_withdrawals
This is a minor change that makes the function somewhat less ergonomic
to use but eliminates all need to handle cases around duplicate
addresses possibly returning dulicate values |
20,243 | 13.09.2021 09:07:43 | 25,200 | ad8441510f92323c6973b6a9b5c44541cd515892 | Modified cargo.toml to include dev dependencies feature
This modification will pass down the feature dev in order
to be able to better debug down the road. | [
{
"change_type": "MODIFY",
"old_path": "rita_bin/Cargo.toml",
"new_path": "rita_bin/Cargo.toml",
"diff": "@@ -37,9 +37,9 @@ env_logger = \"0.8\"\nlazy_static = \"1.4\"\nphonenumber = \"0.3\"\nr2d2 = \"0.8\"\n-rita_common = { path = \"../rita_common\"}\n-rita_client = { path = \"../rita_client\"}\n-r... | Rust | Apache License 2.0 | althea-net/althea_rs | Modified cargo.toml to include dev dependencies feature
This modification will pass down the feature dev in order
to be able to better debug down the road. |
20,244 | 20.09.2021 08:08:13 | 14,400 | 176abe1ed200d852897bd78a279d73eb315a75f7 | Reduce exit logging to 1k lines
As previously discovered with Rita client we are unable to accept the
gzip payload when we attempt to send 100k lines at a time. When this fix
was applied to Rita client it was neglected on Rita exit, this patch
corrects that oversight. | [
{
"change_type": "MODIFY",
"old_path": "rita_exit/src/logging.rs",
"new_path": "rita_exit/src/logging.rs",
"diff": "@@ -24,7 +24,7 @@ pub fn enable_remote_logging() -> Result<(), Error> {\n)\n.set_compression_level(Compression::Fast)\n.set_sink_url(logging_url)\n- .set_threshold(100_000)\n+ .set_thr... | Rust | Apache License 2.0 | althea-net/althea_rs | Reduce exit logging to 1k lines
As previously discovered with Rita client we are unable to accept the
gzip payload when we attempt to send 100k lines at a time. When this fix
was applied to Rita client it was neglected on Rita exit, this patch
corrects that oversight. |
20,244 | 21.09.2021 15:24:31 | 14,400 | 695b47568a7065da9af1f5874e1c509426448422 | Update compressed log
This patch updates compressed log to use Actix 0.12 | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -931,11 +931,11 @@ dependencies = [\n[[package]]\nname = \"compressed_log\"\n-version = \"0.3.8\"\n+version = \"0.3.9\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"b282ee... | Rust | Apache License 2.0 | althea-net/althea_rs | Update compressed log
This patch updates compressed log to use Actix 0.12 |
20,255 | 21.09.2021 12:46:57 | 25,200 | d4521a2d7b0c4ab5dbf6d65a8985f585740b502b | Removed babel dump info logs
this caused logging errors with compressed log sink, which didn't want
to accept such long lines. This is a general issue that needs fixing
with the logging system. | [
{
"change_type": "MODIFY",
"old_path": "babel_monitor/src/lib.rs",
"new_path": "babel_monitor/src/lib.rs",
"diff": "@@ -162,7 +162,7 @@ fn read_babel(\nprevious_contents: String,\ndepth: usize,\n) -> Result<String, Error> {\n- info!(\n+ trace!(\n\"starting read babel with {} and {}\",\nprevious_cont... | Rust | Apache License 2.0 | althea-net/althea_rs | Removed babel dump info logs
this caused logging errors with compressed log sink, which didn't want
to accept such long lines. This is a general issue that needs fixing
with the logging system. |
20,255 | 29.09.2021 11:55:10 | 25,200 | 8de0055ff0e61d1e25518acf01d86466c0980e00 | Upgraded matplotlib from 3.0.3 to 3.4.3
Upgraded networkx from 2.3 to 2.5
Changed python syntax from 'is' to '==' in CI tests | [
{
"change_type": "MODIFY",
"old_path": "integration-tests/integration-test-script/rita.py",
"new_path": "integration-tests/integration-test-script/rita.py",
"diff": "@@ -137,7 +137,7 @@ def setup_arbitrary_node_config(nodes):\nfor graph_node, rita_node in zip(ws.nodes, world.nodes):\nprint(\"Associa... | Rust | Apache License 2.0 | althea-net/althea_rs | Upgraded matplotlib from 3.0.3 to 3.4.3
Upgraded networkx from 2.3 to 2.5
Changed python syntax from 'is' to '==' in CI tests |
20,255 | 29.09.2021 20:38:37 | 25,200 | 9218f66d512289fccaafd1075423f81a5e1e7927 | Updated Config reading from old RitaClientSettings struct to fill out details in the new struct
This new RitaClientSetting struct was added to allow for exits to have a subnet and have different ips within
this subnet. This allows for the exit switcher code to make informed decisions about switching exits and failing o... | [
{
"change_type": "MODIFY",
"old_path": "integration-tests/integration-test-script/rita.py",
"new_path": "integration-tests/integration-test-script/rita.py",
"diff": "@@ -89,14 +89,19 @@ EXIT_SETTINGS = {\n\"exits\": {\n\"exit_a\": {\n\"subnet\": \"fd00::5/128\",\n+ \"id\": {\n+ \"mesh_ip\": \"fd00::... | Rust | Apache License 2.0 | althea-net/althea_rs | Updated Config reading from old RitaClientSettings struct to fill out details in the new struct
This new RitaClientSetting struct was added to allow for exits to have a subnet and have different ips within
this subnet. This allows for the exit switcher code to make informed decisions about switching exits and failing ... |
20,255 | 30.09.2021 13:17:09 | 25,200 | 056314e6af34c2880057946a3f3c98a6392c6d37 | Added average tracking metric for exit switcher
Instead of comparing metrics to instantaneous babel metrics, which may not be robust, using a long term average
to compare metrics. This allows us to be sure of when to switch tracking exits, insteads of switching due to
network bursts. | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "@@ -15,6 +15,7 @@ test.db-journal\n*.orig\n/scripts/staging_dir/\n+/scripts/staging/\nintegration-tests/private-key*\nintegration-tests/deps*\nintegration-tests/rita-settings*\n"
},
{
"change_type": "MODI... | Rust | Apache License 2.0 | althea-net/althea_rs | Added average tracking metric for exit switcher
Instead of comparing metrics to instantaneous babel metrics, which may not be robust, using a long term average
to compare metrics. This allows us to be sure of when to switch tracking exits, insteads of switching due to
network bursts. |
20,244 | 05.10.2021 08:21:06 | 14,400 | 44cfd98ada5dad55065089f9967557135d6d5329 | Add github actions caching
This patch adds basic Docker layer caching and Rust build caching. This
should dramatically reduce build times and hopefully not introduce too
many cache errors. | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/rust.yml",
"new_path": ".github/workflows/rust.yml",
"diff": "@@ -14,6 +14,7 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v2\n+ - uses: Swatinem/rust-cache@v1\n- name: Check Rita and Rita Exit x86\nrun: cargo check --all... | Rust | Apache License 2.0 | althea-net/althea_rs | Add github actions caching
This patch adds basic Docker layer caching and Rust build caching. This
should dramatically reduce build times and hopefully not introduce too
many cache errors. |
20,244 | 05.10.2021 09:03:12 | 14,400 | c390de33b00d1eae60426c0ccb3eaecb44a87afb | Upgrade Postgres version in tests
The postgres docker pin updated and broke our tests, easy fix. | [
{
"change_type": "MODIFY",
"old_path": "integration-tests/container/Dockerfile",
"new_path": "integration-tests/container/Dockerfile",
"diff": "@@ -5,8 +5,8 @@ RUN apt-get update && apt-get install -y sudo iputils-ping iproute2 jq vim netca\nRUN apt-get install -y -t unstable iperf3\nRUN curl https:... | Rust | Apache License 2.0 | althea-net/althea_rs | Upgrade Postgres version in tests
The postgres docker pin updated and broke our tests, easy fix. |
20,244 | 05.10.2021 09:29:57 | 14,400 | 74abde35a2573f7b0b3eb85d9f7bb03157a2bdf8 | Remove double install of diesel cli in tests
Not really sure how this snuck in here, but it's obviously not useful,
especially since it's below the vars and won't be cached. | [
{
"change_type": "MODIFY",
"old_path": "integration-tests/container/Dockerfile",
"new_path": "integration-tests/container/Dockerfile",
"diff": "@@ -12,7 +12,6 @@ ARG NODES\nENV SPEEDTEST_THROUGHPUT=$SPEEDTEST_THROUGHPUT\nENV SPEEDTEST_DURATION=$SPEEDTEST_DURATION\nENV VERBOSE=$VERBOSE\n-RUN PATH=$PA... | Rust | Apache License 2.0 | althea-net/althea_rs | Remove double install of diesel cli in tests
Not really sure how this snuck in here, but it's obviously not useful,
especially since it's below the vars and won't be cached. |
20,255 | 07.10.2021 11:29:57 | 25,200 | 68e299df18b840098db41bb925f0f97a9631f2e9 | Exit Switcher does not panic when routing table is empty | [
{
"change_type": "MODIFY",
"old_path": "rita_client/src/exit_manager/exit_switcher.rs",
"new_path": "rita_client/src/exit_manager/exit_switcher.rs",
"diff": "@@ -207,6 +207,12 @@ pub fn set_best_exit(\nexit_map,\n);\n+ // When best exit is not set, we are still in initial setup, and no routes are pr... | Rust | Apache License 2.0 | althea-net/althea_rs | Exit Switcher does not panic when routing table is empty |
20,247 | 18.10.2021 23:10:51 | 25,200 | 8756e04244b5c6bf98c2e2d7dfe1b0c5911b46ff | Restrict 5ghz wifi channels for tplink a6v3 and cudy wr2100 | [
{
"change_type": "MODIFY",
"old_path": "rita_client/src/dashboard/wifi.rs",
"new_path": "rita_client/src/dashboard/wifi.rs",
"diff": "@@ -25,6 +25,8 @@ pub const ALLOWED_FIVE_40: [u16; 12] = [36, 44, 52, 60, 100, 108, 116, 124, 132,\npub const ALLOWED_FIVE_80: [u16; 6] = [36, 52, 100, 116, 132, 149]... | Rust | Apache License 2.0 | althea-net/althea_rs | Restrict 5ghz wifi channels for tplink a6v3 and cudy wr2100 |
20,247 | 19.10.2021 09:55:46 | 25,200 | 84a2a1e0a2a4277b7b69999f02080e9077ead735 | Beta 18 RC 3 | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3241,7 +3241,7 @@ dependencies = [\n[[package]]\nname = \"rita_bin\"\n-version = \"0.18.2\"\n+version = \"0.18.3\"\ndependencies = [\n\"actix 0.11.1\",\n\"actix 0.7.11\",\n@@ -3277,7 +3277,7 @@ dependencies =... | Rust | Apache License 2.0 | althea-net/althea_rs | Beta 18 RC 3 |
20,255 | 11.10.2021 11:39:57 | 25,200 | 4ea84eaea40ade7c7bf0b4b8ccf70f2e904fad6e | Updated config update for us_west
Now router when upgraded to beta 18 automatically load in the changed ip and subnet 116
for us west, allowing them to use the new exit switcher code.
Removed redundant struct OldExitClientSettings, and moved serde logic into ExitClientSettings | [
{
"change_type": "MODIFY",
"old_path": "rita_client/src/exit_manager/config_in_use.toml",
"new_path": "rita_client/src/exit_manager/config_in_use.toml",
"diff": "[exit_client]\n-current_exit = \"test\"\n+current_exit = \"us_west\"\nlan_nics = [\"lan\"]\nlow_balance_notification = true\nwg_listen_por... | Rust | Apache License 2.0 | althea-net/althea_rs | Updated config update for us_west
Now router when upgraded to beta 18 automatically load in the changed ip and subnet 116
for us west, allowing them to use the new exit switcher code.
Removed redundant struct OldExitClientSettings, and moved serde logic into ExitClientSettings |
20,255 | 11.10.2021 14:53:40 | 25,200 | cb7bd307beb41bd8455e7726c88cfc91b7b6236b | Updated RitaClientSettings update function to clear old settings after migrating
This prevents issues like reading from the old config while we already migrated to new config | [
{
"change_type": "MODIFY",
"old_path": "rita_client/src/exit_manager/exit_switcher.rs",
"new_path": "rita_client/src/exit_manager/exit_switcher.rs",
"diff": "@@ -1062,7 +1062,7 @@ mod tests {\nlet path = \"./src/exit_manager/config_in_use.toml\".to_string();\nlet settings = RitaClientSettings::new(&... | Rust | Apache License 2.0 | althea-net/althea_rs | Updated RitaClientSettings update function to clear old settings after migrating
This prevents issues like reading from the old config while we already migrated to new config |
20,255 | 22.10.2021 09:34:45 | 25,200 | 541cbb4ef62232baefd5d6ed07ed1a90f4a6b56c | Added option to add flags to remote sysupgrade
Currently sysupgrade command only takes a url to a download and perform a plain sysupgrade.
Sometimes we may need to add flags to this command to perserve files other than the default ones in /etc/ | [
{
"change_type": "MODIFY",
"old_path": "althea_kernel_interface/src/upgrade.rs",
"new_path": "althea_kernel_interface/src/upgrade.rs",
"diff": "use super::KernelInterface;\nuse crate::KernelInterfaceError as Error;\n-use althea_types::{OpkgCommand, OpkgCommandType};\n+use althea_types::{OpkgCommand,... | Rust | Apache License 2.0 | althea-net/althea_rs | Added option to add flags to remote sysupgrade
Currently sysupgrade command only takes a url to a download and perform a plain sysupgrade.
Sometimes we may need to add flags to this command to perserve files other than the default ones in /etc/ |
20,247 | 26.10.2021 15:12:32 | 25,200 | 49e8e4886a9f40bda8b45afe88cd3862c2fc5c82 | Rita support for disabling radios | [
{
"change_type": "MODIFY",
"old_path": "docs/api/router-dashboard.md",
"new_path": "docs/api/router-dashboard.md",
"diff": "@@ -516,7 +516,7 @@ application/json\" -d '\\{\"url\": \"https://somewhere.safe\"\\}'\n- Sample Call:\n`curl -XPOST 127.0.0.1:<rita_dashboard_port>/settings -H 'Content-Type: a... | Rust | Apache License 2.0 | althea-net/althea_rs | Rita support for disabling radios |
20,255 | 29.10.2021 12:09:33 | 25,200 | be33e8b4b5f2831b09ac84ac55bc19635521d10d | Added EthernetStats to Hardware Info.
This has information of ethernet links being down and the speed at which they are operating.
This helps us debug faulty wires | [
{
"change_type": "MODIFY",
"old_path": "althea_kernel_interface/src/hardware_info.rs",
"new_path": "althea_kernel_interface/src/hardware_info.rs",
"diff": "use crate::file_io::get_lines;\nuse crate::KernelInterfaceError as Error;\n+use althea_types::EthOperationMode;\n+use althea_types::EthernetStat... | Rust | Apache License 2.0 | althea-net/althea_rs | Added EthernetStats to Hardware Info.
This has information of ethernet links being down and the speed at which they are operating.
This helps us debug faulty wires |
20,244 | 01.11.2021 08:58:30 | 14,400 | 2930080ec9e6c529da1c871506f7583f2cd3ca1b | Update Rita for Beta 18 RC4 | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3241,7 +3241,7 @@ dependencies = [\n[[package]]\nname = \"rita_bin\"\n-version = \"0.18.3\"\n+version = \"0.18.4\"\ndependencies = [\n\"actix 0.11.1\",\n\"actix 0.7.11\",\n@@ -3277,7 +3277,7 @@ dependencies =... | Rust | Apache License 2.0 | althea-net/althea_rs | Update Rita for Beta 18 RC4 |
20,255 | 02.11.2021 12:07:28 | 25,200 | 069ed08a66ba0f04a8f3bfb0620473bd7e119dfe | Changes heartbeats so that they are sent without exit connection
During development mode, having an exit connection is not feasible so we return a dummy exit and
allow the router to send heartbeat update to op tools | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "rita_client/src/heartbeat/dummy.rs",
"diff": "+//! This module contains a bunch of dummy functions that are called to populate a dummy exit so that heart beats\n+//! send data to op tools without actually being connected to an exit\n+use althea_... | Rust | Apache License 2.0 | althea-net/althea_rs | Changes heartbeats so that they are sent without exit connection
During development mode, having an exit connection is not feasible so we return a dummy exit and
allow the router to send heartbeat update to op tools |
20,244 | 05.11.2021 10:31:48 | 14,400 | a0dc1469823004da5f7781bd43c353dd4e0eba94 | Remove MAX_GAS and use higher level send_transaction
This patch uses the higher level send_transaction function in both
payment_controller and the simulated_transaction_fee modules. When these
modules where first written there was no higher level interface
available. Now in the latest version of web30 this interface is... | [
{
"change_type": "MODIFY",
"old_path": "rita_client/src/dashboard/system_chain.rs",
"new_path": "rita_client/src/dashboard/system_chain.rs",
"diff": "@@ -5,10 +5,8 @@ use althea_types::SystemChain;\nuse failure::Error;\nuse settings::payment::PaymentSettings;\nuse settings::payment::ETH_FEE_MULTIPLI... | Rust | Apache License 2.0 | althea-net/althea_rs | Remove MAX_GAS and use higher level send_transaction
This patch uses the higher level send_transaction function in both
payment_controller and the simulated_transaction_fee modules. When these
modules where first written there was no higher level interface
available. Now in the latest version of web30 this interface i... |
20,244 | 05.11.2021 16:29:10 | 14,400 | c93c16be96a2209093e4ed12d71c3c693db134f0 | Migrate operator fee module to async/await
This migration allows us to use an updated and EIP1559 compatible
version of web30. It has required backporting a async loop for rita
client. | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3311,7 +3311,7 @@ dependencies = [\n\"tokio 0.1.22\",\n\"tokio-codec\",\n\"tokio-io\",\n- \"web30 0.4.3\",\n+ \"web30 0.17.1\",\n]\n[[package]]\n"
},
{
"change_type": "MODIFY",
"old_path": "rita_c... | Rust | Apache License 2.0 | althea-net/althea_rs | Migrate operator fee module to async/await
This migration allows us to use an updated and EIP1559 compatible
version of web30. It has required backporting a async loop for rita
client. |
20,244 | 05.11.2021 18:07:32 | 14,400 | a57794bc9fec540ec21e1719e3242230fedc1c49 | Remove futures web30
Becuase everything using futures web30 was just migrated we can finally
eliminate this old futures dependency. The first of many. | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -531,17 +531,6 @@ version = \"0.9.3\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\nchecksum = \"71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a\"\n-[[package]]\n-name =... | Rust | Apache License 2.0 | althea-net/althea_rs | Remove futures web30
Becuase everything using futures web30 was just migrated we can finally
eliminate this old futures dependency. The first of many. |
20,244 | 05.11.2021 18:09:35 | 14,400 | 00b0ad1009147a08b9d0648f8123c3d211811ed9 | Update actix-web to match web30
These two should generally be the same version to prevent dependency
duplication at the very least and strange actix executor problems at the
worst. | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -30,30 +30,6 @@ dependencies = [\n\"uuid\",\n]\n-[[package]]\n-name = \"actix\"\n-version = \"0.11.1\"\n-source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"543c47e7827f8fcc9d1445... | Rust | Apache License 2.0 | althea-net/althea_rs | Update actix-web to match web30
These two should generally be the same version to prevent dependency
duplication at the very least and strange actix executor problems at the
worst. |
20,244 | 05.11.2021 18:45:01 | 14,400 | da59183923a5991e9f49cd994c57a9f26542792e | Bump for Beta 18 RC5 | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3160,7 +3160,7 @@ dependencies = [\n[[package]]\nname = \"rita_bin\"\n-version = \"0.18.4\"\n+version = \"0.18.5\"\ndependencies = [\n\"actix 0.12.0\",\n\"actix 0.7.11\",\n@@ -3196,7 +3196,7 @@ dependencies =... | Rust | Apache License 2.0 | althea-net/althea_rs | Bump for Beta 18 RC5 |
20,244 | 06.11.2021 12:35:18 | 14,400 | 2096b1e3b7eddb794a599d4dea9945e755787aa6 | Re-add UpdateNow operator action
This patch restores the UpdateNow operator action for backwards
compatibility, until we can finish updating routers still using it in
the field. | [
{
"change_type": "MODIFY",
"old_path": "althea_types/src/interop.rs",
"new_path": "althea_types/src/interop.rs",
"diff": "@@ -396,6 +396,8 @@ pub enum OperatorAction {\n/// routing processes. For x86 machines this action comes with some risk as devices may\n/// get stuck in the BIOS if not configure... | Rust | Apache License 2.0 | althea-net/althea_rs | Re-add UpdateNow operator action
This patch restores the UpdateNow operator action for backwards
compatibility, until we can finish updating routers still using it in
the field. |
20,244 | 08.11.2021 08:10:08 | 18,000 | 73d093f5abd76ab2c5d5708c67ddafadc9c46fd3 | Remove actix feature from althea_types
This never seems to be used in any context | [
{
"change_type": "MODIFY",
"old_path": "althea_types/Cargo.toml",
"new_path": "althea_types/Cargo.toml",
"diff": "@@ -16,7 +16,6 @@ serde = \"1.0\"\nserde_json = \"1.0\"\nhex = \"0.4\"\nsodiumoxide = \"0.2\"\n-actix = { version = \"0.7\", optional = true}\nclarity = \"0.4\"\narrayvec = {version= \"0... | Rust | Apache License 2.0 | althea-net/althea_rs | Remove actix feature from althea_types
This never seems to be used in any context |
20,244 | 08.11.2021 08:10:52 | 18,000 | 9bc18e85dc5b1b7e7963eeb8547f08f329dff732 | Bump for Beta 18 RC6 | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -428,7 +428,6 @@ dependencies = [\nname = \"althea_types\"\nversion = \"0.1.0\"\ndependencies = [\n- \"actix 0.7.11\",\n\"arrayvec 0.7.2\",\n\"babel_monitor\",\n\"babel_monitor_legacy\",\n@@ -3160,7 +3159,7 @@... | Rust | Apache License 2.0 | althea-net/althea_rs | Bump for Beta 18 RC6 |
20,244 | 08.11.2021 13:19:17 | 18,000 | 5dd9112da402713a79d1261f63c0533b0a3ce6e5 | Sleep before continue in antenna forwarder client loop
This should prevent this loop from going crazy on dns failures.
Right now it will look at maximum speed until a successfull dns
resolution occurs. | [
{
"change_type": "MODIFY",
"old_path": "antenna_forwarding_client/src/lib.rs",
"new_path": "antenna_forwarding_client/src/lib.rs",
"diff": "@@ -83,12 +83,14 @@ pub fn start_antenna_forwarding_proxy<S: 'static + std::marker::Send + ::std::ha\nlast_val\n} else {\nerror!(\"Could not perform DNS lookup ... | Rust | Apache License 2.0 | althea-net/althea_rs | Sleep before continue in antenna forwarder client loop
This should prevent this loop from going crazy on dns failures.
Right now it will look at maximum speed until a successfull dns
resolution occurs. |
20,244 | 08.11.2021 16:30:41 | 18,000 | d195e6422d014822e476e8ea6775cd0f35dea278 | Reduce Anteanna forwarding loop frequency
This reduces the run frequency of the antenna forwader from once every
10 seconds to once every 20 seconds. This should halve the load on the
server without dramatically increasing user wait time since the frontend
only refreshes every 30 seconds. | [
{
"change_type": "MODIFY",
"old_path": "antenna_forwarding_client/src/lib.rs",
"new_path": "antenna_forwarding_client/src/lib.rs",
"diff": "@@ -38,8 +38,8 @@ lazy_static! {\npub static ref KI: Box<dyn KernelInterface> = Box::new(LinuxCommandRunner {});\n}\n-const SLEEP_TIME: Duration = Duration::fro... | Rust | Apache License 2.0 | althea-net/althea_rs | Reduce Anteanna forwarding loop frequency
This reduces the run frequency of the antenna forwader from once every
10 seconds to once every 20 seconds. This should halve the load on the
server without dramatically increasing user wait time since the frontend
only refreshes every 30 seconds. |
20,244 | 10.11.2021 07:58:41 | 18,000 | 6b4bb30fd1799698bc4d4aaa0bfb403f3d3beaa1 | Implement Debug for WgKey
When we derive debug we get an unreadable bytes dump any time we debug
print a struct containing a WgKey. This change will allow us to read
these addresses as normal strings rather than having to hand decode a
byte array to figure out what router is being referenced. | [
{
"change_type": "MODIFY",
"old_path": "althea_types/src/wg_key.rs",
"new_path": "althea_types/src/wg_key.rs",
"diff": "@@ -8,7 +8,7 @@ use sodiumoxide::crypto::box_::curve25519xsalsa20poly1305::SecretKey;\nuse std::fmt;\nuse std::str::FromStr;\n-#[derive(Hash, Debug, Copy, Clone, Eq, PartialEq)]\n+... | Rust | Apache License 2.0 | althea-net/althea_rs | Implement Debug for WgKey
When we derive debug we get an unreadable bytes dump any time we debug
print a struct containing a WgKey. This change will allow us to read
these addresses as normal strings rather than having to hand decode a
byte array to figure out what router is being referenced. |
20,244 | 10.11.2021 13:00:21 | 18,000 | 2aea757631775eb1efe77b029c7d5d34e9ca8901 | Remove actix feature flags in althea_types
The feature itself was removed in a previous commit but I missed the
actual feature flags. | [
{
"change_type": "MODIFY",
"old_path": "althea_types/src/interop.rs",
"new_path": "althea_types/src/interop.rs",
"diff": "@@ -13,9 +13,6 @@ use std::net::Ipv4Addr;\nuse std::str::FromStr;\nuse std::time::Duration;\n-#[cfg(feature = \"actix\")]\n-use actix::Message;\n-\n/// This is how nodes are iden... | Rust | Apache License 2.0 | althea-net/althea_rs | Remove actix feature flags in althea_types
The feature itself was removed in a previous commit but I missed the
actual feature flags. |
20,244 | 10.11.2021 13:02:50 | 18,000 | cfaff6d5ee1ba04dbebb1c10178d7de63d4ae5a9 | Don't construct MakePayment twice
This patch avoids constructing MakePayment twice and instead just clones
the value. This decreases the changes of actually returning and setting
different values. | [
{
"change_type": "MODIFY",
"old_path": "rita_common/src/debt_keeper/mod.rs",
"new_path": "rita_common/src/debt_keeper/mod.rs",
"diff": "@@ -549,13 +549,10 @@ impl DebtKeeper {\ndebt_data.action = DebtAction::MakePayment {\nto: *ident,\n- amount: to_pay.clone(),\n+ amount: to_pay,\n};\n- Ok(DebtActio... | Rust | Apache License 2.0 | althea-net/althea_rs | Don't construct MakePayment twice
This patch avoids constructing MakePayment twice and instead just clones
the value. This decreases the changes of actually returning and setting
different values. |
20,244 | 10.11.2021 17:43:47 | 18,000 | d19e4cfbbf3aa5c300c2932bbde78c0424692a10 | Restore Anteann forwarder in rita_client
An attempt had been made to remove the antenna forwarder for placement
into a distinct repo that was not reversed with much care. Resulting int
he antenna forwarder code remaining in this repo but not actually being
started in rita_client. This patch corrects this. | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3203,6 +3203,7 @@ dependencies = [\n\"actix-web 0.7.19\",\n\"althea_kernel_interface\",\n\"althea_types\",\n+ \"antenna_forwarding_client\",\n\"arrayvec 0.7.2\",\n\"awc\",\n\"babel_monitor\",\n"
},
{
... | Rust | Apache License 2.0 | althea-net/althea_rs | Restore Anteann forwarder in rita_client
An attempt had been made to remove the antenna forwarder for placement
into a distinct repo that was not reversed with much care. Resulting int
he antenna forwarder code remaining in this repo but not actually being
started in rita_client. This patch corrects this. |
20,244 | 14.11.2021 18:22:42 | 18,000 | b40ea8562919defb7e6538a01756d94516623116 | Bump for Beta 18 RC7 | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -321,7 +321,7 @@ dependencies = [\n\"serde_urlencoded 0.7.0\",\n\"smallvec 1.7.0\",\n\"socket2 0.4.2\",\n- \"time 0.3.4\",\n+ \"time 0.3.5\",\n\"url 2.2.2\",\n]\n@@ -802,9 +802,9 @@ checksum = \"4964518bd3b4a8... | Rust | Apache License 2.0 | althea-net/althea_rs | Bump for Beta 18 RC7 |
20,247 | 17.11.2021 16:10:16 | 28,800 | bef3ce3f88993e374bfd86f89a61edf415ed2d64 | Restrict e5600 to 5ghz channel 36 | [
{
"change_type": "MODIFY",
"old_path": "rita_client/src/dashboard/wifi.rs",
"new_path": "rita_client/src/dashboard/wifi.rs",
"diff": "@@ -24,8 +24,8 @@ pub const ALLOWED_FIVE_40: [u16; 12] = [36, 44, 52, 60, 100, 108, 116, 124, 132,\npub const ALLOWED_FIVE_80: [u16; 6] = [36, 52, 100, 116, 132, 149]... | Rust | Apache License 2.0 | althea-net/althea_rs | Restrict e5600 to 5ghz channel 36 |
20,247 | 01.12.2021 10:38:27 | 28,800 | 92e422e24627dd1045d2e3666fe5debd2f89d6a2 | Move enable_remote_logging fn into rita_common
This is used by all rita derivatives and can live in rita_common with only minor changes that make no assumptions about the client binary. | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3254,6 +3254,7 @@ dependencies = [\n\"byteorder\",\n\"bytes 1.1.0\",\n\"clarity\",\n+ \"compressed_log\",\n\"docopt\",\n\"failure\",\n\"flate2\",\n"
},
{
"change_type": "MODIFY",
"old_path": "rita... | Rust | Apache License 2.0 | althea-net/althea_rs | Move enable_remote_logging fn into rita_common
This is used by all rita derivatives and can live in rita_common with only minor changes that make no assumptions about the client binary. |
20,255 | 29.11.2021 14:44:31 | 28,800 | 6b248a060813631ed97fe088c65cb6644524af77 | Made changes for optools dev enviornment
when the dev_env flag is enabled, we report to localhost(0.0.0.0) instead of 192.168.10.2 for operator checkin, heartbeats, wyre payments and antenna forwarder | [
{
"change_type": "MODIFY",
"old_path": "Cargo.toml",
"new_path": "Cargo.toml",
"diff": "@@ -10,6 +10,7 @@ dash_debug = [\"rita_bin/dash_debug\"]\nserver = [\"rita_bin/server\"]\nbundle_openssl = [\"rita_bin/bundle_openssl\"]\njemalloc = [\"rita_bin/jemalloc\"]\n+optools_dev_env = [\"rita_bin/optools... | Rust | Apache License 2.0 | althea-net/althea_rs | Made changes for optools dev enviornment
when the dev_env flag is enabled, we report to localhost(0.0.0.0) instead of 192.168.10.2 for operator checkin, heartbeats, wyre payments and antenna forwarder |
20,255 | 06.12.2021 10:21:24 | 28,800 | 27ecbb264587fc05d4223a2f857b4767e8dcea9b | Removed "use satackey/action-docker-layer-caching@v0.0.11" in github ci | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/rust.yml",
"new_path": ".github/workflows/rust.yml",
"diff": "@@ -93,7 +93,6 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v2\n- - uses: satackey/action-docker-layer-caching@v0.0.11\n- name: Install Wireguard\nrun: sudo a... | Rust | Apache License 2.0 | althea-net/althea_rs | Removed "use satackey/action-docker-layer-caching@v0.0.11" in github ci |
20,244 | 06.12.2021 16:30:58 | 18,000 | cfce68664ffe74c94acef426897018d1aa7ff87a | Bump for Beta 18 RC8 | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3160,7 +3160,7 @@ dependencies = [\n[[package]]\nname = \"rita_bin\"\n-version = \"0.18.7\"\n+version = \"0.18.8\"\ndependencies = [\n\"actix 0.12.0\",\n\"actix 0.7.11\",\n@@ -3196,7 +3196,7 @@ dependencies =... | Rust | Apache License 2.0 | althea-net/althea_rs | Bump for Beta 18 RC8 |
20,255 | 06.12.2021 14:07:24 | 28,800 | bf3e596139a44e4c0dfaf8ca71fffa018dd48a49 | Fixed new clippy for rust update | [
{
"change_type": "MODIFY",
"old_path": "althea_kernel_interface/src/udp_socket_table.rs",
"new_path": "althea_kernel_interface/src/udp_socket_table.rs",
"diff": "@@ -48,7 +48,7 @@ impl dyn KernelInterface {\nlet ports: Vec<u16> = lines\n.take_while(|line| !line.is_empty()) // until end of the table ... | Rust | Apache License 2.0 | althea-net/althea_rs | Fixed new clippy for rust update |
20,247 | 09.12.2021 18:47:08 | 28,800 | a069c84497b97f208c90a4f29caa6aa2d45155ae | Exit: Add simple cross builder script
Uses a docker container to provide necessary deps to cross build rita-exit | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "cross-builders/exit/Cross.toml",
"diff": "+[target.x86_64-unknown-linux-gnu]\n+image = \"cross-with-clang-ssl\"\n+[target.x86_64-unknown-linux-musl]\n+image = \"cross-with-clang-ssl\"\n+\n+[build.env]\n+passthrough = [\n+ \"RUST_BACKTRACE\",\n+ ... | Rust | Apache License 2.0 | althea-net/althea_rs | Exit: Add simple cross builder script
Uses a docker container to provide necessary deps to cross build rita-exit |
20,247 | 09.12.2021 18:47:44 | 28,800 | 12478a23a1f725072d5ca3c7ba0d066c4f536445 | Exit: bump to v0.18.8 | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3289,7 +3289,7 @@ dependencies = [\n[[package]]\nname = \"rita_exit\"\n-version = \"0.18.7\"\n+version = \"0.18.8\"\ndependencies = [\n\"actix 0.7.11\",\n\"actix-web 0.7.19\",\n"
},
{
"change_type": "... | Rust | Apache License 2.0 | althea-net/althea_rs | Exit: bump to v0.18.8 |
20,247 | 10.12.2021 07:24:58 | 28,800 | 00a2772b82d3740d0cab44cf1a37da3bf1e8d178 | Exit: improve build script | [
{
"change_type": "MODIFY",
"old_path": "scripts/build_exit.sh",
"new_path": "scripts/build_exit.sh",
"diff": "-cd cross-builders/exit\n+#!/bin/bash\n+set -eux\n+DIR=\"$( cd \"$( dirname \"${BASH_SOURCE[0]}\" )\" && pwd )\"\n+echo $DIR\n+\n+pushd $DIR/../cross-builders/exit\ndocker build -t cross-wit... | Rust | Apache License 2.0 | althea-net/althea_rs | Exit: improve build script |
20,247 | 10.12.2021 23:03:17 | 28,800 | ec87fa49a5fb6cfa39be3b8227463f8db65a2b05 | Change OpenWrt check to check for /etc/openwrt_release
This failed if the hostname was changed to something custom | [
{
"change_type": "MODIFY",
"old_path": "althea_kernel_interface/src/is_openwrt.rs",
"new_path": "althea_kernel_interface/src/is_openwrt.rs",
"diff": "@@ -4,8 +4,8 @@ use std::process::{Command, Stdio};\nimpl dyn KernelInterface {\n/// Checks if the local system is openwrt\npub fn is_openwrt(&self) -... | Rust | Apache License 2.0 | althea-net/althea_rs | Change OpenWrt check to check for /etc/openwrt_release
This failed if the hostname was changed to something custom |
20,247 | 11.12.2021 08:47:59 | 28,800 | 3f817144745d7ca5bbf1238accdbda59991d0f65 | Add app_name to settings
This enables a default config file path, or restarting a service file based on the app_name, both of which can be overridden. | [
{
"change_type": "MODIFY",
"old_path": "rita_bin/src/client.rs",
"new_path": "rita_bin/src/client.rs",
"diff": "@@ -53,6 +53,8 @@ fn main() {\n.unwrap_or_else(|e| e.exit());\nlet settings_file = args.flag_config;\n+ println!(\"Settings file {}\", settings_file);\n+\nwait_for_settings(&settings_file)... | Rust | Apache License 2.0 | althea-net/althea_rs | Add app_name to settings
This enables a default config file path, or restarting a service file based on the app_name, both of which can be overridden. |
20,247 | 15.12.2021 14:56:49 | 28,800 | aa2d2d50b1d6478e3ff37429979a05b6dd4f22fc | KI: add utility fns for setting up interfaces | [
{
"change_type": "MODIFY",
"old_path": "althea_kernel_interface/src/interface_tools.rs",
"new_path": "althea_kernel_interface/src/interface_tools.rs",
"diff": "@@ -111,6 +111,19 @@ impl dyn KernelInterface {\nOk(ret)\n}\n+\n+ /// calls iproute2 to set an interface up or down\n+ pub fn set_if_up_down... | Rust | Apache License 2.0 | althea-net/althea_rs | KI: add utility fns for setting up interfaces |
20,247 | 22.12.2021 12:40:05 | 28,800 | 977fd5b874954cf66bab412c7cf8303b0571b9d4 | linksys_mr8300: Enforce 5ghz radio channel ranges
The first 5 GHz radio (IPQ4019) is limited to ch. 64 and below. The second 5 GHz radio (QCA9888), is limited to ch. 100 and above. | [
{
"change_type": "MODIFY",
"old_path": "rita_client/src/dashboard/wifi.rs",
"new_path": "rita_client/src/dashboard/wifi.rs",
"diff": "@@ -26,6 +26,14 @@ pub const ALLOWED_FIVE_80: [u16; 6] = [36, 52, 100, 116, 132, 149];\npub const ALLOWED_FIVE_80_IPQ40XX: [u16; 2] = [36, 149];\n/// list of nonoverl... | Rust | Apache License 2.0 | althea-net/althea_rs | linksys_mr8300: Enforce 5ghz radio channel ranges
The first 5 GHz radio (IPQ4019) is limited to ch. 64 and below. The second 5 GHz radio (QCA9888), is limited to ch. 100 and above. |
20,244 | 24.12.2021 08:03:13 | 18,000 | 949186400c32e7c8c58839cfbe0e2467aaffc29e | Demote debt update logs to trace
these mostly clog up the logging output and do not help at all with
debugging on exits. | [
{
"change_type": "MODIFY",
"old_path": "rita_common/src/debt_keeper/mod.rs",
"new_path": "rita_common/src/debt_keeper/mod.rs",
"diff": "@@ -487,9 +487,11 @@ impl DebtKeeper {\n// the debt we started this round with\nif debt_data.debt != Int256::zero() {\n- info!(\n+ trace!(\n\"debt update for {}: de... | Rust | Apache License 2.0 | althea-net/althea_rs | Demote debt update logs to trace
these mostly clog up the logging output and do not help at all with
debugging on exits. |
20,255 | 29.12.2021 11:30:37 | 28,800 | b4dd900381b5d1c281f94c7bcaf6c7b62949d40d | Bumped Clarity to 0.5 | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -73,9 +73,9 @@ dependencies = [\n[[package]]\nname = \"actix-http\"\n-version = \"3.0.0-beta.16\"\n+version = \"3.0.0-beta.17\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = ... | Rust | Apache License 2.0 | althea-net/althea_rs | Bumped Clarity to 0.5 |
20,255 | 03.01.2022 08:45:13 | 28,800 | 05e0af0c6dabc6639f79f8de7e8b4f5587669525 | Bumped Web30 to 0.18
There version of web30 has checks to ensure we get balance only from the node not in
syncing state | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -4470,9 +4470,9 @@ dependencies = [\n[[package]]\nname = \"web30\"\n-version = \"0.17.4\"\n+version = \"0.18.0\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"645e8db5ecdf1... | Rust | Apache License 2.0 | althea-net/althea_rs | Bumped Web30 to 0.18
There version of web30 has checks to ensure we get balance only from the node not in
syncing state |
20,244 | 04.01.2022 20:22:30 | 18,000 | 99141c7535daab80a4168307c25e12cfe7d21a0b | Bump Rita for Beta 18 RC9 | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3158,7 +3158,7 @@ dependencies = [\n[[package]]\nname = \"rita_bin\"\n-version = \"0.18.8\"\n+version = \"0.18.9\"\ndependencies = [\n\"actix 0.12.0\",\n\"actix 0.7.11\",\n@@ -3194,7 +3194,7 @@ dependencies =... | Rust | Apache License 2.0 | althea-net/althea_rs | Bump Rita for Beta 18 RC9 |
20,244 | 04.01.2022 20:24:19 | 18,000 | 80f09d4543b367a24fe74f67a2ead61f75916fe1 | Features are not valid at the workspace level | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -418,9 +418,6 @@ dependencies = [\n[[package]]\nname = \"althea_rs\"\nversion = \"0.1.11\"\n-dependencies = [\n- \"rita_bin\",\n-]\n[[package]]\nname = \"althea_types\"\n"
},
{
"change_type": "MODIFY",... | Rust | Apache License 2.0 | althea-net/althea_rs | Features are not valid at the workspace level |
20,244 | 05.01.2022 07:59:15 | 18,000 | 41550d8ecd04baf3462e707202ae7d1f2b9ec17e | Fix actions for removal of workspace level features | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/rust.yml",
"new_path": ".github/workflows/rust.yml",
"diff": "@@ -47,7 +47,7 @@ jobs:\n- uses: actions/checkout@v2\n- uses: Swatinem/rust-cache@v1\n- name: Cross test mips\n- run: cargo install cross && cross test --target mips-unknown-linux-... | Rust | Apache License 2.0 | althea-net/althea_rs | Fix actions for removal of workspace level features |
20,255 | 07.01.2022 11:19:03 | 28,800 | fd3ab8b95999c3587d6c63fc708baa0799266657 | Removed Zero window checks from blockchain oracle since web30 syncing checks prevents this | [
{
"change_type": "MODIFY",
"old_path": "rita_common/src/blockchain_oracle/mod.rs",
"new_path": "rita_common/src/blockchain_oracle/mod.rs",
"diff": "@@ -9,35 +9,23 @@ use clarity::Address;\nuse futures::future::join4;\nuse num256::Int256;\nuse num256::Uint256;\n-use num_traits::identities::Zero;\nuse... | Rust | Apache License 2.0 | althea-net/althea_rs | Removed Zero window checks from blockchain oracle since web30 syncing checks prevents this |
20,244 | 11.01.2022 17:27:12 | 18,000 | e9469fd75488dd07c6860b5700d71ef97998c318 | Bump for Beta 18 RC10 and update dependencies | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -40,7 +40,7 @@ dependencies = [\n\"actix_derive 0.6.0\",\n\"bitflags\",\n\"bytes 1.1.0\",\n- \"crossbeam-channel 0.5.1\",\n+ \"crossbeam-channel 0.5.2\",\n\"futures-core\",\n\"futures-sink\",\n\"futures-task\"... | Rust | Apache License 2.0 | althea-net/althea_rs | Bump for Beta 18 RC10 and update dependencies |
20,244 | 12.01.2022 17:15:58 | 18,000 | c2d8f02d6c0df54759041666d680548261a582d4 | Bump for Beta 18 RC11
also bumps compressed log with a minor change to it's log type. | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -872,9 +872,9 @@ dependencies = [\n[[package]]\nname = \"compressed_log\"\n-version = \"0.4.4\"\n+version = \"0.5.0\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"0d643fdb... | Rust | Apache License 2.0 | althea-net/althea_rs | Bump for Beta 18 RC11
also bumps compressed log with a minor change to it's log type. |
20,244 | 13.01.2022 08:02:12 | 18,000 | 7e2afe14654ff0a2dc4480479b869d45c0d752f3 | Improve logging around update methods | [
{
"change_type": "MODIFY",
"old_path": "rita_client/src/operator_update/mod.rs",
"new_path": "rita_client/src/operator_update/mod.rs",
"diff": "@@ -273,12 +273,15 @@ fn checkin() {\n\"Received an update command from op tools! The instruction is {:?}\",\ninstruction\n);\n- let _res = update_rita(inst... | Rust | Apache License 2.0 | althea-net/althea_rs | Improve logging around update methods |
20,253 | 04.01.2022 13:49:58 | 28,800 | 92b03bc2b9729596644b04bb72f689f54ce23201 | failure dependency removed from auto-bridge crate | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -518,7 +518,6 @@ version = \"0.1.5\"\ndependencies = [\n\"actix 0.12.0\",\n\"clarity\",\n- \"failure\",\n\"futures 0.3.19\",\n\"log\",\n\"num 0.4.0\",\n"
},
{
"change_type": "MODIFY",
"old_path": "... | Rust | Apache License 2.0 | althea-net/althea_rs | failure dependency removed from auto-bridge crate |
20,253 | 04.01.2022 16:20:04 | 28,800 | 9694f2dd32184ae457f9fe911016a852fab9715a | removing failure crate dependency from antenna_forwarding_client | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -185,7 +185,7 @@ dependencies = [\n\"log\",\n\"mio 0.8.0\",\n\"num_cpus\",\n- \"socket2 0.4.2\",\n+ \"socket2 0.4.3\",\n\"tokio 1.15.0\",\n]\n@@ -317,7 +317,7 @@ dependencies = [\n\"serde_json\",\n\"serde_urle... | Rust | Apache License 2.0 | althea-net/althea_rs | removing failure crate dependency from antenna_forwarding_client |
20,253 | 05.01.2022 14:15:44 | 28,800 | 46607751625190d1654c9086dd5086771f1e5ee6 | removing failure dependency from antenna_forwarding_protocol | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -463,7 +463,6 @@ version = \"0.1.0\"\ndependencies = [\n\"althea_types\",\n\"clarity\",\n- \"failure\",\n\"lazy_static\",\n\"log\",\n\"rand 0.8.4\",\n"
},
{
"change_type": "MODIFY",
"old_path": "an... | Rust | Apache License 2.0 | althea-net/althea_rs | removing failure dependency from antenna_forwarding_protocol |
20,253 | 05.01.2022 21:16:23 | 28,800 | e9e77f9e9fc1f4e937d4bee286debd3aad717ce4 | removed failure dependency in babel_monitor | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -580,7 +580,6 @@ version = \"0.1.0\"\ndependencies = [\n\"ascii\",\n\"env_logger\",\n- \"failure\",\n\"ipnetwork 0.18.0\",\n\"log\",\n\"serde 1.0.133\",\n"
},
{
"change_type": "MODIFY",
"old_path":... | Rust | Apache License 2.0 | althea-net/althea_rs | removed failure dependency in babel_monitor |
20,253 | 05.01.2022 22:24:27 | 28,800 | 51f0372252bbc87752da7192425619bd3c8f515e | removed failure dependency in babel_monitor_legacy | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -593,7 +593,6 @@ dependencies = [\n\"ascii\",\n\"babel_monitor\",\n\"env_logger\",\n- \"failure\",\n\"futures 0.1.31\",\n\"ipnetwork 0.18.0\",\n\"log\",\n"
},
{
"change_type": "MODIFY",
"old_path":... | Rust | Apache License 2.0 | althea-net/althea_rs | removed failure dependency in babel_monitor_legacy |
20,253 | 07.01.2022 00:05:03 | 28,800 | 13185f3b6d93b248d1c71fccdb9101a3b98cf24a | removed failure from exit_db | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -1309,7 +1309,6 @@ dependencies = [\n\"althea_types\",\n\"diesel\",\n\"dotenv\",\n- \"failure\",\n\"serde 1.0.133\",\n\"serde_derive\",\n\"serde_json\",\n"
},
{
"change_type": "MODIFY",
"old_path":... | Rust | Apache License 2.0 | althea-net/althea_rs | removed failure from exit_db |
20,253 | 07.01.2022 10:25:46 | 28,800 | ec003bf0476685c38fd067285a70608c79c22cd7 | removed failure dependency from clu crate | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -852,7 +852,6 @@ dependencies = [\n\"althea_types\",\n\"clarity\",\n\"env_logger\",\n- \"failure\",\n\"ipgen\",\n\"lazy_static\",\n\"log\",\n"
},
{
"change_type": "MODIFY",
"old_path": "clu/Cargo.t... | Rust | Apache License 2.0 | althea-net/althea_rs | removed failure dependency from clu crate |
20,253 | 10.01.2022 09:02:52 | 28,800 | 0ad88ce09e7ac25ddf51f7611cd7bd3236ab5797 | removed failure dependency from settings crate | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3573,7 +3573,6 @@ dependencies = [\n\"auto-bridge\",\n\"clarity\",\n\"config\",\n- \"failure\",\n\"ipnetwork 0.18.0\",\n\"lazy_static\",\n\"log\",\n"
},
{
"change_type": "MODIFY",
"old_path": "set... | Rust | Apache License 2.0 | althea-net/althea_rs | removed failure dependency from settings crate |
20,244 | 12.01.2022 13:54:01 | 18,000 | b86feba134b198a65dbe91fa19e40356fa5ae147 | Fix futures related errors | [
{
"change_type": "MODIFY",
"old_path": "babel_monitor/src/lib.rs",
"new_path": "babel_monitor/src/lib.rs",
"diff": "@@ -20,12 +20,12 @@ use std::io::ErrorKind;\nuse std::io::Read;\nuse std::io::Write;\nuse std::iter::Iterator;\n-use std::net::{IpAddr, AddrParseError};\nuse std::net::SocketAddr;\nuse... | Rust | Apache License 2.0 | althea-net/althea_rs | Fix futures related errors |
20,253 | 12.01.2022 11:22:16 | 28,800 | 3406a369d51d29ef057e0e6293f1e32be29ee1be | removed failures from rita_exit crate | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3291,10 +3291,10 @@ dependencies = [\n\"arrayvec 0.7.2\",\n\"babel_monitor\",\n\"babel_monitor_legacy\",\n+ \"clarity\",\n\"compressed_log\",\n\"diesel\",\n\"exit_db\",\n- \"failure\",\n\"futures 0.1.31\",\n\... | Rust | Apache License 2.0 | althea-net/althea_rs | removed failures from rita_exit crate |
20,247 | 25.01.2022 12:19:53 | 28,800 | 6e11418ca0fb28ca03d29ac72ad2d7950d1b78b0 | Fix add_iptables_rule usage
add_iptables_rule expects that a rule with -I will also have an insertion location included. Leaving it out will only impact if the rule is run multiple times, in which case the check to see if it already exists will fail resulting in an additional rule being added. | [
{
"change_type": "MODIFY",
"old_path": "althea_kernel_interface/src/exit_client_tunnel.rs",
"new_path": "althea_kernel_interface/src/exit_client_tunnel.rs",
"diff": "@@ -73,6 +73,7 @@ impl dyn KernelInterface {\n&[\n\"-I\",\n\"OUTPUT\",\n+ \"1\",\n\"-o\",\n\"wg_exit\",\n\"-p\",\n@@ -204,6 +205,7 @@ ... | Rust | Apache License 2.0 | althea-net/althea_rs | Fix add_iptables_rule usage
add_iptables_rule expects that a rule with -I will also have an insertion location included. Leaving it out will only impact if the rule is run multiple times, in which case the check to see if it already exists will fail resulting in an additional rule being added. |
20,247 | 27.01.2022 10:27:31 | 28,800 | e55a0d732d389698ea05c915121904cb4e06bb48 | Fix add_iptables_rule to support optional insertion index
iptables -I can optionally take an index after the chain name. This fix adds support for this when checking the existence of the rule.
undo previous changes to iptables commands | [
{
"change_type": "MODIFY",
"old_path": "althea_kernel_interface/src/exit_client_tunnel.rs",
"new_path": "althea_kernel_interface/src/exit_client_tunnel.rs",
"diff": "@@ -73,7 +73,6 @@ impl dyn KernelInterface {\n&[\n\"-I\",\n\"OUTPUT\",\n- \"1\",\n\"-o\",\n\"wg_exit\",\n\"-p\",\n@@ -205,7 +204,6 @@ ... | Rust | Apache License 2.0 | althea-net/althea_rs | Fix add_iptables_rule to support optional insertion index
iptables -I can optionally take an index after the chain name. This fix adds support for this when checking the existence of the rule.
undo previous changes to iptables commands |
20,255 | 27.01.2022 15:06:46 | 28,800 | 272cb34f5505400bff19a67d3362439d70ee8aa7 | Added better logging for Rita update logic | [
{
"change_type": "MODIFY",
"old_path": "althea_kernel_interface/src/upgrade.rs",
"new_path": "althea_kernel_interface/src/upgrade.rs",
"diff": "@@ -7,6 +7,7 @@ impl dyn KernelInterface {\npub fn perform_sysupgrade(&self, command: SysupgradeCommand) -> Result<Output, Error> {\n//If empty url, return ... | Rust | Apache License 2.0 | althea-net/althea_rs | Added better logging for Rita update logic |
20,253 | 19.01.2022 15:49:00 | 28,800 | 06031bbc02d41452229d998d7c8a0a07a4bf4f15 | migrating network_monitor to async/await | [
{
"change_type": "MODIFY",
"old_path": "rita_client/src/dashboard/neighbors.rs",
"new_path": "rita_client/src/dashboard/neighbors.rs",
"diff": "@@ -10,7 +10,7 @@ use babel_monitor_legacy::start_connection_legacy;\nuse futures01::Future;\nuse num256::{Int256, Uint256};\nuse rita_common::debt_keeper::... | Rust | Apache License 2.0 | althea-net/althea_rs | migrating network_monitor to async/await |
20,255 | 31.01.2022 09:29:44 | 28,800 | 4a17022a6ba123c39b004b2c3cbc0e54a30a6986 | Fixed Bug in Opkg Updates. Unwrap was being called without a proper
check on an option | [
{
"change_type": "MODIFY",
"old_path": "althea_kernel_interface/src/upgrade.rs",
"new_path": "althea_kernel_interface/src/upgrade.rs",
"diff": "@@ -34,7 +34,7 @@ impl dyn KernelInterface {\nmatch command.opkg_command {\nOpkgCommandType::Update => {\nif command.packages.is_none() {\n- let mut args = ... | Rust | Apache License 2.0 | althea-net/althea_rs | Fixed Bug in Opkg Updates. Unwrap was being called without a proper
check on an option |
20,255 | 03.02.2022 10:49:26 | 28,800 | a03245d213b0c0fd6205eb7d4f4c88d2f993b905 | Migrated Operator Update to async/await | [
{
"change_type": "MODIFY",
"old_path": "rita_client/src/operator_update/mod.rs",
"new_path": "rita_client/src/operator_update/mod.rs",
"diff": "@@ -13,9 +13,6 @@ use rita_common::tunnel_manager::shaping::flag_reset_shaper;\nuse rita_common::utils::option_convert;\nuse updater::update_rita;\n-use act... | Rust | Apache License 2.0 | althea-net/althea_rs | Migrated Operator Update to async/await |
20,247 | 02.02.2022 20:45:04 | 28,800 | 8de416557d60cd8f518bc1d4d0ac9462fb56e653 | Add the LTE port type and network interface
This adds a new LTE port and lte network interface that is basically a DHCP WAN port, but does not have the gateway characteristics, and therefore no static routes to exits nor gateway pricing | [
{
"change_type": "MODIFY",
"old_path": "rita_client/src/dashboard/interfaces.rs",
"new_path": "rita_client/src/dashboard/interfaces.rs",
"diff": "@@ -39,6 +39,8 @@ pub enum InterfaceMode {\nipaddr: Ipv4Addr,\ngateway: Ipv4Addr,\n},\n+ /// Similar to WAN, but not a gateway, so no static DNS routes an... | Rust | Apache License 2.0 | althea-net/althea_rs | Add the LTE port type and network interface
This adds a new LTE port and lte network interface that is basically a DHCP WAN port, but does not have the gateway characteristics, and therefore no static routes to exits nor gateway pricing |
20,247 | 04.02.2022 08:40:32 | 28,800 | be903f5a8077f6bde4c488f05b9e6de8f8f9d6da | Remove exclusion check between LTE and WAN ports | [
{
"change_type": "MODIFY",
"old_path": "rita_client/src/dashboard/interfaces.rs",
"new_path": "rita_client/src/dashboard/interfaces.rs",
"diff": "@@ -165,14 +165,13 @@ fn set_interface_mode(iface_name: &str, mode: InterfaceMode) -> Result<(), RitaC\nreturn Err(RitaClientError::InterfaceModeError(\n\... | Rust | Apache License 2.0 | althea-net/althea_rs | Remove exclusion check between LTE and WAN ports |
20,247 | 04.02.2022 08:55:18 | 28,800 | d70c58ad26a1e5f45c60ba1d11a34f4de8ae21e8 | Bump to Beta 19 RC 1 | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -3161,7 +3161,7 @@ dependencies = [\n[[package]]\nname = \"rita_bin\"\n-version = \"0.18.11\"\n+version = \"0.19.1\"\ndependencies = [\n\"actix 0.12.0\",\n\"actix 0.7.11\",\n@@ -3198,7 +3198,7 @@ dependencies ... | Rust | Apache License 2.0 | althea-net/althea_rs | Bump to Beta 19 RC 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.