Replies: 1 comment 10 replies
-
Hi @jeluard, Thanks for raising up these subjects. Here are a few thoughts about them:
cc @rezabaram |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mithril is one important part of the cardano ecosystem that could improve
amaru
in multiple ways.Simpler bootstrap
mithril
provides access to authenticated snapshots ofcardano-db
. This could serve as a foundation for a simple and secure way to bootstrap amaru from a well-known point. It's not clear yet how easy it is to parse the content of this db and retrieve the relevant data.Amaru snapshots
The next logical step would be to have mithril support amaru as a first class citizen. Mithril signer would be enhanced to sign mithril dbs, and mithril aggregator would make those available similarly to
cardano-node
ones.As mithril is written in rust, it could be directly integrated in
amaru
.Alternatively, amaru could implement a propose communication mechanism to not access a local running mithril signer. Amaru would then act as aggregator.
Custom signed assets
Finally,
mithril
could allow amaru to sign other kind of assets by allowing to easily plug custom logic. This could be leveraged e.g. to allow for faster browser based amaru startup.cc @abailly @jpraynaud
Beta Was this translation helpful? Give feedback.
All reactions