Changelog
- fbd8169 Add DZX/WAN Link Types (#1081)
- f07aded CLI: normalize interface names (#1145)
- 5a29e04 DZD Metadata: controller - render ibgp/msdp peers (#1035)
- 909ab43 DZD metadata: controller: render interfaces (#1091)
- 3321fa2 Enhance contributor creation process by adding owner account transfer and updating command structure (#1119)
- cbf1cd3 Enhance device and link processing with contributor validation (#1107)
- 6e5285a Fix qa_test.go error and add qa to go build (#1171)
- 2eb0f93 Fix: use serde_bytes to serialize [u8; 128] (#1102)
- 3f16d26 Pin rust toolchain for SBF programs and use more recent agave in e2e (#1133)
- 7dbc074 Release: v0.5.0 CHANGELOG updates (#1181)
- 51f1c2a Reorder close_account to be the last command in the instruction (#1083)
- 7bc8d4e activator: log level info (#1095)
- 7fb4ff8 activator: required network env flags (#1089)
- 222bba6 activator: support for dzd metadata (#1055)
- b8f1990 add in env (testnet, devnet) as a param to cilent (#1164)
- 89322bb build(deps): bump clap from 4.5.41 to 4.5.43 (#1153)
- b4a9f33 build(deps): bump clap_complete from 4.5.55 to 4.5.56 (#1158)
- 2694eee build(deps): bump ctor from 0.4.2 to 0.5.0 (#1151)
- ab05b07 build(deps): bump github.com/cenkalti/backoff/v5 from 5.0.2 to 5.0.3 (#1146)
- f1c11cc build(deps): bump github.com/docker/go-connections from 0.5.0 to 0.6.0 (#1155)
- 8f3e9cd build(deps): bump github.com/gagliardetto/solana-go from 1.12.0 to 1.13.0 (#1176)
- e36132e build(deps): bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 (#1174)
- c2b3762 build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 (#1163)
- 2ae2b4d build(deps): bump github.com/prometheus/common from 0.62.0 to 0.65.0 (#1157)
- 92b31ce build(deps): bump github.com/testcontainers/testcontainers-go/modules/clickhouse from 0.37.0 to 0.38.0 (#1156)
- e68873e build(deps): bump github.com/testcontainers/testcontainers-go/modules/redpanda from 0.37.0 to 0.38.0 (#1173)
- d270a1d build(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 (#1148)
- ec51e9d build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 (#1147)
- d7be9af build(deps): bump google.golang.org/grpc from 1.73.0 to 1.74.2 (#1154)
- bf9529e build(deps): bump serde_json from 1.0.140 to 1.0.142 (#1152)
- 1446eea build(deps): bump tokio from 1.46.1 to 1.47.1 (#1159)
- b69aaf8 changelog: add v0.4.0 release notes (#1050)
- d79f630 cli: wait for user creation during connect (#1065)
- d01ddd5 client: deflake LatencyUDPPing test (#1066)
- 38bc1ea config/go: move network env constants to config package (#1120)
- cd281e2 config/mainnet: update ledger websocket rpc url (#1165)
- eab2464 config: add mainnet env (#1121)
- b493197 controller: render additional config (#1109)
- fafc8a5 controller: required network env flags (#1086)
- 21799e7 controller: update template to render correct syntax for VLAN tagging on sub-interfaces (#1142)
- 81042a0 device/telemetry: buffer backpressure (#1076)
- fd4253f device/telemetry: data cli and api use epoch from ledger (#1023)
- 124e7cf device/telemetry: use link pubkey for circuit uniquness in data api (#1132)
- 3d0ea0f e2e/build: force copy binaries from previous stages (#1075)
- c96c238 e2e/telemetry: wait for controller-given agent config (#1099)
- fc75ca6 e2e: deflake device metrics startup (#1068)
- e6a3c38 feat(controller): #1143 vlan interfaces (#1149)
- 1ec5a36 feat(internet-latency-collector): #972 mark measurements with env name (#1015)
- 90d6407 fix(controller): #1094 #1129 e2e peer removal test, and associated bugfixes (#1134)
- 38359ec fix: update balance output to use "Credits" instead of "SOL" and improve error messages for account balance checks (#1084)
- deabe19 funder: fund internet latency collector (#1071)
- 21f19fb qa: deploy agent with daily and refactor multicast cleanup (#1175)
- c110cea refactor: streamline tunnel and user event processing by moving unassignment logic (#1049)
- 7e74cad release: add missing nightly config for internet latency collector (#1123)
- 8000534 release: fix internet latency collector playbook name (#1052)
- c28b877 release: internet latency collector daily devnet deploys (#1051)
- c1007c0 release: minimal unit service files in packaging of core components (#1140)
- d659a1d serviceability/cli/activator: remove unneeded fields (Closes #1072) (#1073)
- f01b62d serviceability: update Interface structure to add status (#1104)
- 447c48e smartcontract: Make serde optional and feature gated (#1101)
- 63b8308 smartcontract: Move common custom serializer to doublezero-sdk (#1056)
- d7fc0b5 smartcontract: add missing serde derive for Device struct (#1122)
- cedb9e6 telemetry/internet: fix env pass to ripeatlas collector (#1138)
- c446308 telemetry: avoid submitter stall on retry by using buffer
PriorityPrependfor failed batches (#1131)