-
Notifications
You must be signed in to change notification settings - Fork 956
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
Draft+2795 #3045
Closed
Closed
Draft+2795 #3045
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
* origin/yuji/ibc-masp-recv: remove ibc-gen-shielded command remove duplicated masp tx add assert not to use memo fix e2e test after rebase add changelog fix for transfer back fix e2e test fix after rebasing fix gen-ibc-shielded WIP: add refund_target add MsgAcknowledgement and MsgTimeout fix store_trace add Namada MsgRecvPacket
* origin/yuji/ibc-rate-limit: fix bench add calc_throughput fix tests fix checking burned NFT fix tests fix limits record mint amount add ibc params check rate limits
* origin/fraccaman/remove-offline-governance: changelog: add #2803 fmt + clippy more tests added unit tests fix governance vp remove offline governance, refactor tally types
* origin/tiago/replace-hash-data-structs: Changelog for #2685 add clippy config Replace std hash map and set collections with indexmap alternatives Re-export index map and set from core Add `indexmap` dep to Cargo manifest
* origin/brent/fix-last-update-usage: changelog: add #2667 properly update a simple epoched object considering last update fix last update for nested epoched objects
* origin/brent/improve-slash-queue: test refactor: drop the LazyVec changelog: add #2574 fix testing ensure that only 1 slash per block is enqueued
* origin/tomas/ibc-tx-simplify: changelog: add #2848 ibc/tx: rm compatibility wrapper
* origin/tomas/lint-datetime: Update clippy.toml changelog: add #2849 clippy: allow annotate every current date/time usage clippy: disallow method to get current date/time
* tiago/wasm-errs-ux: Changelog for #2940 Generalize VP status codes Add `bitflags` dep Poison tx gas meter on gas overflow Prevent gas overflows from being ignored during VP execution Remove explicit out-of-gas checks during VP execution Rebuild wasms for tests Fix wasm unit tests Return a result of unit from VPs rather than of bools Extend bools and results with new helper methods
* tomas/e2e-pos-init-validator-fix: test/e2e/init_validator: restart new validator node right after its tx
* origin/tiago/tx-errs: Changelog for #2958 Charge gas for yielding values form txs/vps Rebuild wasms for tests Return errs from txs Link against tx yielding host fn Remove panics and improve err handling on tx wasms Yield byte array from txs Add yielded value tx host field
* origin/brent/remove-pgf-from-total-supply: changelog: add #3002 cleanup balance reading update total supply RPC call use effective total supply in inflation get effective total native supply
* origin/brent/jailed-inactive-vals-no-voting: fix proposal_submission e2e test fix good validator collection in client fix VPs changelog: add #3004 safer state checking client: prohibit votes from jailed and inactive validators read total active stake (exclude jailed + inactive) ignore jailed and inactive validators when computing tally active total deltas (voting power) - exclude jailed and inactive validators
* cristiantroy/main: sdk: add logic about TxSubmitError::LowerBondThanUnbond
* origin/brent/jailed-inactive-vals-no-voting: rename total_active_voting_power --> total_active_deltas
* origin/tomas/tx-actions: changelog: add #2934 wasm/vp_implicit+vp_user: re-order to read the main entrypoint first IBC: insert NUT token as verifier in IBC transfer wasm/vp_implicit+vp_user: update using tx action vp_prelude: re-export tx mod multitoken: replace write_log specialization with standard VP rules pgf: add tx actions to check authorization gov: add tx actions to check authorization write_log: skip temp storage keys in changed keys set native_vp/PoS: update to use actions from txs tx_prelude/pos: push tx actions to indicate to VP namada/vm/host_env: add `tx_read_temp` tx,vp_prelude,native_vp: impl tx action Read/Write traits tx: add actions to indicate them from tx to VPs core/address: add `InternalAddress::TempStorage` Changelog for #2940 Remove explicit out-of-gas checks during VP execution Rebuild wasms for tests Return a result of unit from VPs rather than of bools
* origin/fraccaman/sdk-change-consensus-keys: added changelog sdk: refactor change_consensus_key to be part of the sdk
* origin/fraccaman/sdk-update-account: added changelog sdk: improve update_account method
* origin/brent/improve-wasm-build: changelog: add #2795 script/release: update wasm_for_tests path improve wasm build
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3045 +/- ##
==========================================
+ Coverage 53.44% 59.40% +5.95%
==========================================
Files 310 298 -12
Lines 101574 92772 -8802
==========================================
+ Hits 54288 55109 +821
+ Misses 47286 37663 -9623 ☔ View full report in Codecov by Sentry. |
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.
No description provided.