Franco Testagrossa
Franco Testagrossa
Fixes #456
Fixes [#240](https://github.com/input-output-hk/hydra-poc/issues/240) ⚠️ by introducing the use of `TVar` and `forever` we have changed the behaviour of thread `connect`. now it will restart in case there is a problem with...
## Description The idea is to take advantage of the [shardcake architecture](https://devsisters.github.io/shardcake/docs/architecture.html) to leverage zio-actors-persistence into distributed entities following the [single writer principle](https://mechanical-sympathy.blogspot.com/2011/09/single-writer-principle.html#:~:text=The%20Single%20Writer%20Principle%20is,execution%20context%20for%20all%20mutations). We delegate the responsibility of location transparency...
Fixes #529 ⛵ Make InitTx observable, by being less strict on the discarding rule. ⛵ Now we only discard in case the party tokens are not found in the minted...
## Context seen txs can flood with non-applicable txs, because we never reset them.