Skip to content

v0.1.0

Choose a tag to compare

@mfw78 mfw78 released this 10 Jun 09:45
· 29 commits to main since this release
v0.1.0
987ec3a

0.1.0 - 2026-06-09

Bug Fixes

  • [wasm-demo] Fix Pages build (threaded wasm __heap_base) (#50)
  • [wasm-demo] Make the Pages WASM demo build and run (#48)
  • [mantaray] Tolerate bee's ref_size = 0 wire form on decode (#35)
  • [primitives] Fix proptest Arbitrary impl and WASM demo CI (#26)
  • [swarms] Serialize testnet as "testnet" instead of "sepolia" (#22)
  • [primitives] Wasm-demo import paths (#5)
  • [cicd] Correct base url (#4)
  • [cicd] Root dir for workflow (#3)

Dependencies

  • [deps] Make workspace RUSTSEC advisory-clean (#46)
  • [deps] Ignore RUSTSEC-2026-0173 (proc-macro-error2 unmaintained) (#45)
  • [deps] Bump alloy, digest, rand, strum to latest (#41)
  • Bump alloy deps (#11)

Documentation

  • Brand README in Nexum visual style + banner SVG (#33)
  • Remove redundant style guide section
  • Update to Oxford English style
  • Update README and add CLA/security workflows

Features

  • [primitives] Typed Swarm spec primitives + signing layout (#40)
  • [primitives,mantaray] Encryption, entry refs, mantaray manifest, and store cleanup (#29)
  • [primitives] Add file splitting, joining, and parallel IO (#25)
  • [primitives] Make chunk body size a compile-time const generic (#17)
  • [primitives,contracts] Add chunk type system and contract bindings (#16)
  • Replace devcontainer with nix flake (#14)
  • Serde (#13)
  • [primitives] Chunks (#8)
  • [primitives] Address operations (#7)
  • Primitives (#2)
  • [devcontainers] Init commit (#1)

Miscellaneous Tasks

  • Remove codecov integration (#15)
  • Cargo lock (#12)
  • Agpl (#10)
  • Agpl license (#9)

Other

  • Pin GitHub Actions to commit SHAs (#34)
  • Initial commit

Performance

  • [bmt] Optimize hasher with zero-tree detection and parallel threshold (#18)
  • [primitives] Random wasm benches (#6)

Styling

  • Raise MSRV to 1.92 and reconcile rand 0.10 usage (#49)