8c36099c8c
feat: completed auth MVP
ci/clippy Job 'clippy' failed: command exited with code 101
[stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#needless_range_loop
[stderr] = note: `-D clippy::needless-range-loop` implied by ...
ci/check Job 'check' failed: command exited with code 101
[stderr] | |_^
[stderr] |
[stderr] = note: the lang item is first defined in crate `std` (which `ed25519_dalek` depends on)
[stderr] = note: first definition in `std` loaded from /home/z...
ci/ci Pipeline 'ci' failure
2026-02-16 22:37:29 +07:00
cd1816e398
feat: distribution simulation tests ( #34 )
...
Test cluster behavior in simulation.
2026-02-13 13:18:38 +00:00
a7124cb3d4
distribution realization ( #33 )
...
Write tests for docker integration, as docker is how we will initially handle distribution on heterogeneous hardware.
2026-02-13 07:55:12 +00:00
78cbd80803
skeleton of wasm runner actors ( #32 )
2026-02-13 07:42:44 +00:00
ef08d3e7a5
feat: transport protocol ( #27 )
...
Address actors via ID, send messages over transport (TCP, QUIC, etc)
2026-02-09 19:05:37 +00:00
9beca6c5dc
feat: gossip simulation ( #21 )
...
Simulate a simple push-pull epidemic broadcast.
2026-02-08 16:18:39 +00:00
b828ff0fae
feat: fuzz-harness ( #20 )
2026-02-07 18:30:22 +00:00
75aefa0c49
refactor: repack external bindings into their own crates ( #19 )
2026-02-07 17:39:02 +00:00
282fcc3d01
refactor: better tests ( #18 )
...
Still unsatisfied, but these are better than before.
2026-02-07 17:29:01 +00:00
042ccd0db0
feat: basic wasm ( #12 )
...
Unfeatured wasm module. Mostly to test that wasm builds
2026-02-06 16:47:43 +00:00
1234838361
feat: code DAG visualizer ( #11 )
...
Visualize the inter-module code dependency DAG
2026-02-06 14:54:56 +00:00
85c7c557ee
feat: python bindings ( #7 )
...
Python bindings allowing us to interact with the library in a python REPL
2026-02-06 12:47:51 +00:00
5a9af73de6
refactor: major library changes ( #5 )
...
Refactoring to logically separate component modules in order to make it easier to develop tests, metrics, tracing, etc.
2026-02-06 11:25:37 +00:00
Zachery Aaron Shores-Chmielewski
120ba0ec71
init
...
Skeletal actor framework. Somewhat unweildy, needs a message box, a better runtime, and different channels. However, hello world example works
2025-11-24 19:39:17 -05:00