Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 682 Bytes

Changelog.md

File metadata and controls

45 lines (30 loc) · 682 Bytes

Soroban Changelog

[v0.3.1] - 2024-03-03

Split directory p2p service

  • Add IPC
  • Add CORS support
  • Add build version
  • Add fast mode

[v0.3.0] - 2023-06-17

Add p2p service

  • Add pub/sub messaging
  • Announce / discover to DNS Seed

[v0.2.0] - 2023-04-25

Add Confidential keys

  • Verify signatures (ecdsa, nacl)
  • Add config yml (hot reload)

[v0.1.0] - 2020-12-16

Standalone version.

  • AGPL 3.0
  • Reproducible build
  • Export hidden service to tor
  • Add option to disable tor
  • Add systemd service
  • Add Memory data store

[v0.0.1] - 2020-05-28

Soroban prototype.

  • Self hosted hidden service
  • Redis data store
  • Docker ready
  • Java client
  • Python client