Changelog
- 2df17a9 !#482 #467 - remove autojoin, add route manually and ensure prune msg sent (#487)
- f1ebbd8 - Improve multicast delete command (#484)
- 6fb3917 Activator: remove panic (#568)
- b4d8151 Add subscribe user command implementation (#498)
- d7c323f Allow only one tunnel at time (#578)
- 010afc3 Bugfix: dont panic if no mcast group (#507)
- fff6a5f CLI: Add validation to prevent multiple multicast connections (#530)
- 83c3c4c CLI: connect command unit test added (#535)
- 7db75f4 Cleaned up redundant columns in user list output (#603)
- 0edba32 Connect command cli unit tests (#469)
- 756c69b DZ #510: rename tunnel to link in smartcontract go sdk (#577)
- f361410 DZ #533: e2e: make ledger accessible from devices (#579)
- 76bcf88 DZ #533: initial multi device e2e test (#573)
- cf6ad29 DZ #549: allow sla-program integrations (#550)
- f2fe470 E2E: Tests multiple multicast subscribers/publishers (#563)
- 75551d0 Enhance CLI Command Help Descriptions (#566)
- f96c439 Fix: bug in process_user_event device insertion (#480)
- 1511267 Fix: potential race cond when allowing singular tunnel (#585)
- ed8f005 Fix: rust early error returns (#523)
- 0b4a4ec Move global config output to tabled (#552)
- a910edf Pull Request Template (#477)
- 3f8e7c8 Refactor: remove unwrap from activator (#539)
- f799d76 Refactor: remove unwraps from doublezero client (#538)
- 791a5c3 Refactor: replace lazy_static with std::sync::OnceLock (#496)
- 5f0a43f Remove panic! from smartcontract (#569)
- 9b0f071 Rename sla program to serviceability program (#556)
- 64b7493 Rust: merge group imports (#486)
- e433e36 SDK: Fixes corrupted reads to prevent OOMs (#522)
- c546b91 Smartcontract: remove all unwrap calls (#562)
- 51aa6da Spawn worker on start instead of each loop (#554)
- 45542e0 The multicast group unsubscription is added before the user is deleted.
- dccd2dc This commit makes the following changes: (#447)
- ca1a902 Update README: account structures and descriptions for Link, MulticastGroup, GlobalConfig, and GlobalState (#541)
- 2c80d2d Upgrade and loosen deps (#454)
- 531ab8d activator: Refactor idallocator (#501)
- 070d80e agent: pass vrf info for peers to controller (#448)
- 5843060 build(deps): bump github.com/lmittmann/tint from 1.1.1 to 1.1.2 (#572)
- a896be9 chore: update dependencies in Cargo.lock (#553)
- 532772c ci/e2e: set env BUILDKIT_PROGRESS=plain (#481)
- 01f8a18 client/activator/cli: remove expects (#583)
- 6b358b3 client: Add json flag to status and latency commands (#597)
- bbb6986 client: Fix persistent spinner show on status command (#483)
- cfdb7f5 client: prune mcast group immediately on disconnect (#555)
- 714869c controller: log program-id/rpc on start (#586)
- 7e98ee5 controller: loosen max tunnels (#490)
- d296a57 devcontainer: install goreleaser (#491)
- 39fcc5a e2e/docker: cross-platform solana build (#504)
- b3236a4 e2e: add makefile args and increase controller grpc client timeout (#567)
- 843a474 e2e: add session removal tests (#502)
- 4fdfcf3 e2e: clean up docker arch builds and simplify workflow (#503)
- 34fa376 e2e: local containerized devnet for each test (#542)
- 5472797 e2e: parallel docker stage builds (#497)
- bbb2930 feat: Add input validation for CLI commands (#589)
- 18341b2 feat: add metrics publisher support to device creation and update commands (#594)
- 44f686d release: ignore daily tag (#600)
- 8bb000b releases: create daily releases (#596)
- 3c10a09 rust: add rust-toolchain.toml with channel=stable (#505)
- cf83ce6 tests: add sudo to go tests (#546)
- 3267a41 tests: maintain user env (#547)