-
Notifications
You must be signed in to change notification settings - Fork 992
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
sdk wip (do not rename) #1350
Closed
Closed
sdk wip (do not rename) #1350
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
Cli had a lot of mistmatched merges, now it should be consistent with what it ought to be
This commit removes all the compilation errors and warning from any shared/src/ledger/* files, and gets the apps/src/lib/wallet/* to compile with no errors nor warnings Further dump_tx is removed completely as it does not have a context to properly dump. If we want the logic back, then we should do a full rewrite
This mostly involved mechanical changes and some minor logical changes.
This was referenced May 12, 2023
Closed
10 tasks
* commit 'e195016fb0': tests: move PoW challenge and solution to tests crate to remove cycle
* commit 'bede18fd99': clarify definition of PoS account token balance
* namada/yuji/ibc-cleanup: small fixes [ci] wasm checksums update update tonic [ci] wasm checksums update for CI update ibc-rs to v0.36.0+ revert epoch_per_year in test genesis use ibc-rs validate_self_tendermint_client fix the receive key and add unit tests add match_value() and fix a unit test for timeout for CI [ci] wasm checksums update update ibc-rs to 0.32.0 update tower-abci fix wasm_for_tests deps fix E2E test WIP: for clippy WIP: restore denom WIP: fix tests WIP: fix unit tests for IBC VP WIP: fix tests WIP: add context file WIP: emit multiple IBC events WIP: store denom in IBC execution WIP: IbcAction and TransferModule have Rc<RefCell<C>> WIP: upgrade ibc-rs to v0.31.0 WIP: fix denom validation WIP: add IbcCommonContext WIP: fix tests/src/vm_host_env/ibc.rs WIP: fix vp_get_block_header WIP: fix IBC VP WIP: fix IBC VP for denom store WIP: fix IBC token VP WIP: get_block_header WIP: implementing IBC VP and tx WIP: implement TokenTransferContext WIP: implementing TokenTransferContext WIP: implement Module WIP: upgrade ibc-rs to 0.29.0 WIP: implement ExecutionContext WIP: restore read_counter and read_sequence WIP: add context dir WIP: impl ValidationContext WIP: resolve dependences for new ibc-rs
… ray/sdk-wip * namada/tomas/nested-lazy-vec-iter: changelog: add #1218 core/storage_api/lazy_map: fix `iter` for map with nested collections core/storage_api/collections: add `is_data_sub_key` helper method core/storage_api: add predicate filtering version of prefix_iter test/lazy_vec: add test case to reproduce nested collection iter issue
… into ray/sdk-wip * namada/tomas/overflow-check-in-release: changelog: #1295 cargo: enable overflow-checks in release build
…ay/sdk-wip * namada/tomas/update-proptest-sm: fix `test_init_genesis` failure due to validator ordering test/pos: add a seed for failing `test_init_genesis` test case test/pos/bonds: fix failing cases test: set verbose = 1 for state machine tests test: update to new proptest state machine testing branch
…-wip * namada/fraccaman/pk-to-tm: added changelog fix: review comments format ledger: added utils to convert pk to tendermint address
…ay/sdk-wip * namada/fraccaman/base-directory: added changelog fix: review comments fix: doc strings fix: use data_dir ledger: default folder in home directory
…hed' into ray/sdk-wip * namada/tomas+brent/fix_update_data_epoched: changelog: #1325 [ci] wasm checksums update pos/epoched: fix update_data methods pos/epoched: add a test for epoched data trimming
…sdk-wip * namada/yuji/enable_wal_batch: fix description add changelog fix table options fix rollback fix dump_db column families enable rocksdb wal and batch once
Namada 0.15.2 * tag 'v0.15.2': Namada 0.15.2
…nto ray/sdk-wip * namada/tomas/init-network-dup-tokens: changelog: add #1362 apps/client/utils/init-network: avoid adding tokens to wallet twice Fixes env variable names in docs
…ray/sdk-wip * namada/ray/sdk-wip-not-compiling: Get the code to fully compile does not compile: unwrap on the other side does not compile: first tx fixed for optional chain-id does not compile: optional chain-id arg
…dk-wip * namada/mariari/bump-rocksdb: Bump rocksdb to v0.21.0
We rely on the fact that it's a path in this case. we can avoid this by getting the hash
This reverts commit 37a56a5.
* main: changelog: add #1368 changelog: add #1369 changelog: add #1366 apps/cli: update default data dirs in cli help apps/config: use non-roaming profile on Windows apps/config: upcase "Namada" for data directories apps/config: use blank domain and organization more places changed the base dir where i could find it fix: format fix: base ledger location contrib: add more detail about desired changelog descriptions contrib: update cmd to only show unique changelog sections comet-bft release: bump supported cargo-release version to 0.24.4 More minor changes Alter multisig specs slightly Update mdbook-katex version Minor nits in execution model Add links to subsections changed unrendered emojis
* main: changelog: correct #1138 Namada 0.15.3
* main: changelog: add #1275 CI/docs: add mdbook-pagetoc docs/dev: add mdbook-pagetoc plugin new chain id added Update documentation/docs/src/user-guide/ledger.md Update documentation/docs/src/user-guide/ledger.md docs are now up to date fixing docs
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.