Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feat scenario checkpoint (#50) * fix: skip confirmation CLI command * refacto: use black for formatting * feat: handle checkpoints deletion * feat: add create, load and delete command for scenario * docs: fix wrong args * docs: add explanation for scenario checkpoints and update changelog * fix: idiom condition * fix: empty version number in CI * Bump version: 1.1.0 → 1.1.1-dev0 * fix: fetch all PR commits instead of the last one * Bump version: 1.1.1-dev0 → 1.1.1-dev1 * fix: use logger and add echo statements, allow autobump to be run manually * Bump version: 1.1.1-dev1 → 1.1.1-dev2 * fix: depth fetch for checkout * Bump version: 1.1.1-dev2 → 1.2.0-dev0 --------- Co-authored-by: github-actions <41898282+github-actions@users.noreply.github.com> * Feat upgrade step (#51) * feat: add upgrade step * tests: add tests for the upgrade step * docs: add upgrade step documentation and changelog * logs: add and fix log messages * Bump version: 1.2.0-dev0 → 1.2.0-dev1 --------- Co-authored-by: github-actions <41898282+github-actions@users.noreply.github.com> * Feat libs upgrade (#52) * fix: replace deprecated use of pkg_resources * feat: upgrade requirements versions * fix: adapt to the changes of the Address class * fix: adapt to the changes of the Account classe * fix: add the new transaction arguments * fix: replace is_completed test when None * fix: detect pylint error before pylint score * feat: add retry on query results * fix: use completion endpoint for the on chain tx fetching * fix: use the new Address error * feat: add the config value for max query attempts * test: add tests for retrieving the contract instance and address * fix: pep8 and linting * fix: remove deprecated script * doc: update changelog * Bump version: 1.2.0-dev1 → 1.2.0-dev2 --------- Co-authored-by: Etienne Wallet <116115319+EtienneWallet@users.noreplygithub.com> Co-authored-by: github-actions <41898282+github-actions@users.noreply.github.com> * Refactor builder (#53) * feat: upgrade to python 3.11 and fix deprecated usage * fix: deprecated resources module * feat: add a transaction builder class * breaking change: use checks for all transaction steps * breaking change: use checks for mint steps * fix: specify tests folder * Bump version: 1.2.0-dev2 → 2.0.0-dev0 * doc: update changelog * fix: update python version for github CI --------- Co-authored-by: Etienne Wallet <116115319+EtienneWallet@users.noreplygithub.com> Co-authored-by: github-actions <41898282+github-actions@users.noreply.github.com> * Feat python step (#54) * feat: add python step class and test * feat: save query results within the instance * doc: add documentation for the python step * doc: add the new python step doc page * doc: update changelog * Bump version: 2.0.0-dev0 → 2.0.0-dev1 --------- Co-authored-by: Etienne Wallet <116115319+EtienneWallet@users.noreplygithub.com> Co-authored-by: github-actions <41898282+github-actions@users.noreply.github.com> * Fix token issue properties (#55) * fix: remove wrong arguments for issuance of non fungible tokens * fix: remove wrong arguments from issue builders * feat: add python check for integration tests and reorganise properties tests * fix: use the correct default values for token properties * fix: add missing black requirement and fix style * docs: update changelog * Bump version: 2.0.0-dev1 → 2.0.0-dev2 --------- Co-authored-by: Etienne Wallet <116115319+EtienneWallet@users.noreplygithub.com> Co-authored-by: github-actions <41898282+github-actions@users.noreply.github.com> * Refactor data storage (#56) * feat: add the possibility for nested saved values * fix: linting * breaking change: use full value key for Scenario data and add scenario saved values * fix: wrong exception catched * docs: update changelog * Bump version: 2.0.0-dev2 → 2.0.0-dev3 --------- Co-authored-by: Etienne Wallet <116115319+EtienneWallet@users.noreplygithub.com> Co-authored-by: github-actions <41898282+github-actions@users.noreply.github.com> * Refactor query number (#57) * refactor: `int` is preferred over `number` for query return type * docs: update changelog * Bump version: 2.0.0-dev3 → 2.0.0-dev4 --------- Co-authored-by: Etienne Wallet <116115319+EtienneWallet@users.noreplygithub.com> Co-authored-by: github-actions <41898282+github-actions@users.noreply.github.com> * Feat scene step (#58) * feat: add SceneStep * feat: use SceneStep in integration tests * docs: add SceneStep documentation * docs: add an quick overview example in the Readme * docs: update changelog * Bump version: 2.0.0-dev4 → 2.0.0-dev5 --------- Co-authored-by: Etienne Wallet <116115319+EtienneWallet@users.noreplygithub.com> Co-authored-by: github-actions <41898282+github-actions@users.noreply.github.com> * Feat analyse (#59) * docs: rephrase some sentences * breaking change: rename data module into execution_data * docs: update changelog * fix: docstrings * feat: add data path for the transactions files * feat: add transaction data class and transaction data fetching * feat: add agglomeration and plot for analysis * typo: rename analyse into analyze * feat: add cli for analyze and docs * docs: update changelog * docs: mention the extension * Bump version: 2.0.0-dev5 → 2.0.0-dev6 --------- Co-authored-by: Etienne Wallet <116115319+EtienneWallet@users.noreplygithub.com> Co-authored-by: github-actions <41898282+github-actions@users.noreply.github.com> * Bump version: 2.0.0-dev6 → 2.0.0 * bump changelog: Unreleased -> 2.0.0 --------- Co-authored-by: github-actions <41898282+github-actions@users.noreply.github.com> Co-authored-by: Etienne Wallet <116115319+EtienneWallet@users.noreplygithub.com>
- Loading branch information