Bengt Lofgren
Bengt Lofgren
I think this verifies the hints not 100% sure
Fixes2
I added some ibc docs, but I don't know if it's worth merging yet because it's still not user friendly until I've made some changes to the ibc-rs repo. @yito88...
I did the anoma/namada stuff, building on @Fraccaman's branch. Also changed the unit tests
More specifically, the RECEIVER_RAW_ADDRESS for namada chains at the moment are orders of magnitude more complex than a basic cosmos one at the moment. I do not know what the...
If no `threshold` argument is passed when running `namadac int-validator`, the tx just seems to be a no-op. It should return either an error or default to `1`.
## Describe your changes ## Indicate on which release or other PRs this topic is based on Based on #2186 ## Checklist before merging to `draft` - [ ] I...
## Describe your changes ## Indicate on which release or other PRs this topic is based on ## Checklist before merging to `draft` - [ ] I have added a...
The relevant lines are in https://github.com/anoma/namada/blob/main/sdk/src/queries/vp/token.rs#L37 Interestingly enough, this function only gets called from the CLI when you run `namadac balance --owner ` but otherwise is not used. Surprisingly, the...
## Describe your changes Still needs decent amount of work ## Indicate on which release or other PRs this topic is based on ## Checklist before merging to `draft` -...