Evan
4bc4d50685
rust: remove dead code
...
the system custodian has been made unnecessary with the swift app - we
can remove it
## testing
everything still builds
2026-01-15 16:51:46 +00:00
Jake Hillion
e6434ec446
nix: add Rust builds with crane and fenix
...
The Rust workspace lacked Nix build support, making it difficult to
build packages reproducibly or run checks in CI.
Added a flake-parts module at rust/parts.nix that uses crane for Rust
builds and fenix for the nightly toolchain. The source filter isolates
rust/ and root Cargo files to prevent Python/docs changes from
triggering Rust rebuilds. Exports packages (system_custodian,
exo_pyo3_bindings wheel, exo-rust-workspace) and checks (cargo-nextest,
cargo-doc) for all three target platforms.
The devShell now uses inputsFrom to inherit build dependencies from the
workspace package, removing the need for manual pkg-config/openssl setup.
Test plan:
- Ran `nix flake check` successfully
- Built `nix build ".#checks.x86_64-linux.cargo-nextest"` and tests pass
- Built `nix build ".#exo_pyo3_bindings"` and wheel is produced
2026-01-14 11:52:29 +00:00
Jake Hillion
5629983809
fmt: format all python/rust/nix files
2025-12-05 16:58:55 +00:00
Jake Hillion
5ef1df1e10
rust: move Cargo.toml to the root
2025-12-05 12:01:44 +00:00
Evan
7088988a65
bump pyo3 stub-gen
2025-11-25 12:13:53 +00:00
Alex Cheema
19e90572e6
set max_transmit_size on gossipsub to 1MB. Fixes large message erorr
2025-11-06 19:18:48 +00:00
rltakashige
16f724e24c
Update staging 14
...
Co-authored-by: Evan <evanev7@gmail.com >
Co-authored-by: Alex Cheema <alexcheema123@gmail.com >
Co-authored-by: David Munha Canas Correia <dmunha@MacBook-David.local >
Co-authored-by: github-actions bot <github-actions@users.noreply.github.com >
2025-11-05 01:44:24 +00:00
Evan Quiney
3b409647ba
Squash merge merging_clusters into tensor_parallel94
2025-10-31 17:41:57 +00:00
Evan Quiney
962e5ef40d
version bump for brew consistency
2025-10-07 15:18:54 +01:00
Evan Quiney
38ff949bf4
big refactor
...
Fix. Everything.
Co-authored-by: Andrei Cravtov <the.andrei.cravtov@gmail.com >
Co-authored-by: Matt Beton <matthew.beton@gmail.com >
Co-authored-by: Alex Cheema <alexcheema123@gmail.com >
Co-authored-by: Seth Howes <sethshowes@gmail.com >
2025-09-30 11:03:04 +01:00
Alex Cheema
92c9688bf0
Remove rust
2025-08-02 08:16:39 -07:00
Gelu Vrabie
0e32599e71
fix libp2p + other prs that were wrongly overwritten before (111,112,117,118,1119 + misc commits from Alex)
...
Co-authored-by: Gelu Vrabie <gelu@exolabs.net >
Co-authored-by: Alex Cheema <41707476+AlexCheema@users.noreply.github.com >
Co-authored-by: Seth Howes <71157822+sethhowes@users.noreply.github.com >
Co-authored-by: Matt Beton <matthew.beton@gmail.com >
Co-authored-by: Alex Cheema <alexcheema123@gmail.com >
2025-07-31 20:36:47 +01:00
Alex Cheema
57ca487fde
Fixes for running this end to end
...
Co-authored-by: Gelu Vrabie <gelu.vrabie.univ@gmail.com >
Co-authored-by: Gelu Vrabie <gelu@exolabs.net >
2025-07-28 10:51:03 +01:00
Andrei Cravtov
b687dec6b2
Discovery integration master
...
Co-authored-by: Alex Cheema <alexcheema123@gmail.com >
2025-07-27 13:43:59 +01:00
Andrei Cravtov
3ab5609289
wrote race-condition-free persistent NodeID-getting function
2025-07-23 20:18:56 +01:00
Andrei Cravtov
8d2536d926
Implemented basic discovery library in Rust + python bindings
...
Co-authored-by: Gelu Vrabie <gelu@exolabs.net >
Co-authored-by: Seth Howes <sethshowes@gmail.com >
Co-authored-by: Matt Beton <matthew.beton@gmail.com >
2025-07-23 13:11:29 +01:00