-
Currently `run_aux` in the `eth-bridge-integration` branch needs a hardcoded five `JoinHandle`s to manage (tendermint node, ABCI server, broadcaster, Ethereum fullnode, oracle).
https://github.com…
-
todo:
- [x] get rid of workspace patches and re-export 3rd party crates that appear in public API of a crate
- borsh is blocked by #1563
- [x] make sure that every sub-crate can be built with def…
-
⚠️ This is a draft proposal. Perhaps we'll do something completely different like @janmasrovira suggestion of [mono-traversable](https://hackage.haskell.org/package/mono-traversable).
## Summary
…
-
The traits work (https://github.com/anoma/juvix/pull/2320) introduced the `trait` and `instance` keywords.
There may be other changes required to support highlighting of the new function syntax etc…
-
As much of the extension's functionality has changed after the refactoring in #754, and once all tasks in https://github.com/anoma/namada-interface/issues/770 have been addressed and merged, we should…
-
This is required for communication with Anoma.
Linked issue:
* https://github.com/anoma/juvix-cairo-vm/issues/6
-
Currently, after creating a new validator account on-chain with the `init-validator` tx, it is necessary to manually restart the ledger node for Tendermint to use the new validator key.
We could allo…
-
- Depends on #2354.
We would support three kinds of statements (bind, let, expression), and we could borrow the syntax from haskell.
```
do {
-
When I was bonding to my post-genesis validator node. I suddenly want to modify the amount. So, I control-C while prompting me to input password. then, I got issues when bond in second time.
VALIDA…
-
When interacting with Multisignature Accounts, the prompts for the decryption password are unlabeled. That could be confusing and unintuitive when some but not all signing keys are imported from anoth…