Tomas Zemanovic
Tomas Zemanovic
depends on https://github.com/zkcrypto/jubjub/pull/65 and https://github.com/zkcrypto/bls12_381/pull/138
The wasm dockerfile has been removed from this repo so e.g. `make build-wasm-scripts-docker` is currently broken. We should pull the docker image published from CI instead
## Describe your changes - moved `Ctx` from tx_prelude into tx_env to declare & implement `trait TxEnv` in one crate so that it can be tested without additional deps ##...
## Describe your changes Depends-On: #3718 ## Checklist before merging - [ ] If this PR has some consensus breaking changes, I added the corresponding `breaking::` labels - This will...
## Describe your changes Related CI update in https://github.com/heliaxdev/namada-ci/pull/3 ## Checklist before merging - [ ] If this PR has some consensus breaking changes, I added the corresponding `breaking::` labels...
The protocol can withdraw unbonded tokens automatically into the account of the owner at the withdrawable epoch offset instead of having to submit a tx_withdraw. We can charge extra gas...
When a genesis start is in future, Tendermint doesn't start its RPC until then so the node status query that our client tries to send doesn't work and panics as...
## Describe your changes Closes #3965 This transaction can be updated with on-chain governance, but excludes SDK and client changes that require this tx to be deployed first (follow-up in...
## Describe your changes A new CI step "PR: can-backport" checks API compatibility of the libs against the last release (v0.47.2) and if there are API breaking changes requiring major...
## Describe your changes Our current MSRV is 1.80 because of orion dep that requires it ## Checklist before merging - [ ] If this PR has some consensus breaking...