Adrian Brink

Results 15 issues of Adrian Brink

It would be great if a node that isn't fully synced yet can nevertheless receive transactions and forward them to its peers. It would make the UX a bit nicer....

enhancement

It would be nice to have a progress update how many transactions have been sent out.

based on #733 relevant commits: - [53ff095](https://github.com/anoma/namada/pull/794/commits/53ff09559acf965fd6b67489bd65d12ef1d98a68) ```shell for f in apps/**/*anoma*; do echo "$f"; mv "$f" "$(echo $f | sed -e 's/anoma/namada/')"; done ``` - [5f3a4aa](https://github.com/anoma/namada/pull/794/commits/5f3a4aa8a4b49fdfd51c2767e7cd4affec614f85) ```shell LC_ALL=C find...

## Describe your changes Implements a first version of a simpler, more user-friendly SDK. ## Indicate on which release or other PRs this topic is based on Commit 74d412e14 of...

Integrations are easier if Namada exposes an RPC (generally an API) surface that is exactly the same as the cosmos-sdk. We can shim this.

## Describe your changes ## Indicate on which release or other PRs this topic is based on ## Checklist before merging to `draft` - [ ] I have added a...

Test that [tmkms](https://github.com/iqlusioninc/tmkms) works correctly with Namada

Running `mix test` results in the following error ``` ➜ tesla git:(master) mix test ==> ssl_verify_fun Compiling 7 files (.erl) src/ssl_verify_pk.erl:14:14: can't find include lib "public_key/include/public_key.hrl" % 14| -include_lib("public_key/include/public_key.hrl"). %...

Is `amino_rs` fully compatible with `go-amino`?