Skip to content

Commit

Permalink
Update docs/architecture/adr-008-abci-rs-merge.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Simmerl <a.simmerl@gmail.com>
  • Loading branch information
devashishdxt and xla committed Aug 13, 2020
1 parent 7085dd4 commit 7bdc58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/adr-008-abci-rs-merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ this purpose:

### History

There was a [proposal](https://github.com/tendermint/rust-abci/issues/61) for rearchitecturing `rust-abci` where a lot
There was a [proposal](https://github.com/tendermint/rust-abci/issues/61) for rearchitecting `rust-abci` where a lot
of different aspects about `rust-abci` were discussed (for example, current `Application` trait does not enforce `Send +
Sync`, also `abci-rs` is not easy to work with when rest of the application is using `async` Rust etc.). A decision was
made to explore other architectures for `rust-abci` which are also compatible with `async` Rust.
Expand Down

0 comments on commit 7bdc58d

Please sign in to comment.