You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add package `inet256http` (#44)
- `inet256http` provides an INET256 Service over http.
- `inet256ipc` provides generic support for using INET256 over a message passing interface.
- `inet256grpc` has been removed.
inet256: rename Service.Delete -> Service.Drop (#40)
- inet256: renames Service.Delete -> Service.Drop
- inet256: the base64 encoding of Addrs now uses an order preserving alphabet.
Remove `networks` package, move interfaces to `mesh256` (#35)
- Adds `mesh256test` package for testing `mesh256.Networks`
- Removes functions from `p2padapter` which are incidental to the `mesh256` implementation.
- Removes `mesh256.OneHopFactory`.
Add reference counted inet256.Service in package `rcsrv` (#33)
- Remove reference counting logic from inet256srv package.
- Call into rcsrv to wrap the underlying service in `inet256grpc`.