Move testing to nextest#75
Draft
ikripaka wants to merge 15 commits into
Draft
Conversation
* impl log level attribute for test macro * add global log level loaded from config * control global logging level via cli command * some refactor * refactor and clean up changes from prev commits * cleanup * readme * fix build --------- Co-authored-by: Artem Chystiakov <artem.ch31@gmail.com>
* Add ReissuanceInput and update FinalTransaction functions * Refactor FinalInput struct * Refactor FinalTransaction; add reissuance test * Move ReissuanceInput logic to the IssuanceInput * Convert IssuanceInput to enum * Change IssuanceInput fields order
* smplx_sdk: add wrapper over Txid for wait behaviour - add simplex::transaction::TxReceipt type to wrap behavior over Txid. In this way we need to wait Txid for completing instead of invoking provider - function to wait elements::Txid remained inplace - align tests # Conflicts: # fixtures/tests/basic_test.rs # fixtures/tests/confidential_test.rs # fixtures/tests/nested_sig.rs * Apply suggestion from @Arvolear --------- Co-authored-by: Artem Chystiakov <47551140+Arvolear@users.noreply.github.com>
* smplx_test: add possibility to run network utils on tests - add generate_blocks endpoint to ProviderTrait - add function to generate desired block height in test - add test for it * smplx_test: fix lints * Apply suggestions from code review Co-authored-by: Artem Chystiakov <47551140+Arvolear@users.noreply.github.com> --------- Co-authored-by: Artem Chystiakov <47551140+Arvolear@users.noreply.github.com>
* add new and example commands * comment out test exec and add reference to example * remove `example` command and move `new` to `init` * initialize rust lib with config by default * Apply suggestion --------- Co-authored-by: stringhandler <stringhandler@protonmail.com> Co-authored-by: Artem Chystiakov <47551140+Arvolear@users.noreply.github.com>
* Add more arguments to the CLI test command * Add TODO
* assets: add logo imgs * smplx: add extended clippy linting * add readme for smplx-sdk * smplx: add extended clippy linting * fix lints, which aren't related to docs # Conflicts: # crates/cli/src/commands/core.rs # crates/cli/src/commands/init.rs # Conflicts: # crates/cli/src/commands/test.rs * smplx_test: fix typo in mine_until_height when returning Err value on success * docs: fix clippy doc lints # Conflicts: # crates/cli/src/cli.rs # crates/cli/src/commands/test.rs * docs: change "asset id" on `AssetId` * docs: remove custom lints from smplx-std Cargo.toml * add additional lint to crates::sdk::lib.rs * add additional lints to root Cargo.toml * generator: add must_use attribute * smplx-sdk readme * Apply suggestions from code review Co-authored-by: Artem Chystiakov <47551140+Arvolear@users.noreply.github.com> --------- Co-authored-by: Artem Chystiakov <artem.ch31@gmail.com> Co-authored-by: Artem Chystiakov <47551140+Arvolear@users.noreply.github.com>
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.