-
Notifications
You must be signed in to change notification settings - Fork 977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor anoma commands to namada #794
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The implicit VP is loaded from protocol parameters
When an implicit account is being used as a source of a tx which it has to sign, the client will first check that its PK is revealed and if not submit it and wait for it before continuing.
* brent/refactor-voting-power: [ci] wasm checksums update changelog: add #707 remove comments to self convert to tm voting power in `update_epoch` client: replace voting power with bonded stake in queries, etc fix pos state machine test clean up naming of "validator total deltas" -> "validator deltas" fix client voting power query fix `TendermintValidator::power` clippy: suppress unused validation vars (may need later) fmt + cleanup after cherrypicking commits from #388 more voting_power removal and accurate variable renaming keep voting_power as a possible client query change `validator_total_deltas` -> `validator_deltas` Update wasm tx_(un)bond with VotingPower removal refactor VotingPower out of PoS VP continue refactoring away VotingPower refactor out VotingPower(Delta) in pos crate, distinguish total and validator deltas
* tomas/implicit-vps: Update shared/src/ledger/parameters/mod.rs
* bat/native-vp-test-tooling: Update tests/src/vm_host_env/tx.rs [feat]: Add multitoken suppor to the TestTxEnv. Add ability to execute wasm blobs on a TestTxEnv in order to test them with native vps
* tomas/fix-init-validator-vp-validation: changelog: add #763 pos/vp: do not return early on unknown permitted key
* bat/rename-cli-fee-args: changelog: add #775 [feat]: Renamed 'fee' CLI arguments to 'gas'.
* main: [ci] wasm checksums update ci: added missing make file recipe Make clippy happy; buidl WASM locally Avoid any reads when delta is 0 fix masp e2e tests fix query balance argument for sub-prefix fix for key_may_exist test/e2e: re-enable IBC test shared/storage: fix get_non_existence_proof block height check ci: minor fix ci: parallel e2e, update mold, add timing artifact, add coverage artifact
there're some missing changes in .github/* and .gitignore - I'm gonna rebase on #733 and add these |
tzemanovic
force-pushed
the
adrian/anoma_to_namada
branch
from
November 24, 2022 13:39
71f127a
to
b8d251a
Compare
skip patterns: - `github.com/anoma` - `ghcr.io/anoma` - `cache_key: anoma` - `anoma-iac` - `anoma-github`
tzemanovic
force-pushed
the
adrian/anoma_to_namada
branch
from
November 24, 2022 14:03
b8d251a
to
5f3a4aa
Compare
Closed
merged via 244c7a5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
based on #733
relevant commits:
(assuming GNU sed - if you wanna run this with mac default sed, change
-i
to-i ''
)and add