Skip to content

Commit

Permalink
refactor(iroh-automerge): Make the example use the main iroh API inst…
Browse files Browse the repository at this point in the history
…ead of iroh-net (#74)

* refactor(iroh-automerge): Make iroh-automerge based on iroh, instead of iroh-net

* fix: Use result

* refactor: Extract out `IrohAutomergeProtocol` into `protocol.rs`

* refactor: Remove unnecessary newtype struct

* refactor: Use `Automerge` instead of `AutoCommit`

* refactor: clean up initiate and receive functions

* refactor: Let `main.rs` know about snycs via an mpsc channel

* refactor: Simplify: Remove the relay url parameter

* docs: Write more comprehensive readme

* refactor: Disable docs

* refactor: Use async Mutex
  • Loading branch information
matheus23 authored Jul 5, 2024
1 parent c3a17e1 commit 18e70d8
Show file tree
Hide file tree
Showing 5 changed files with 1,082 additions and 220 deletions.
Loading

0 comments on commit 18e70d8

Please sign in to comment.