Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hierarchical Deterministic Wallet Implementation (Python-Cardano#85)
* incorporate split change logic * incorporate split change logic * incorporate split change logic * minor modification to change combine logic * minor modification to change combine logic * minor modification to change combine logic * integrate diff changes * integrate diff changes and remove unused functions * add change split test case. Modify txbuilder logic in handeling splits. * Bump pytest from 7.0.1 to 7.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.0.1...7.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * replace max fee with more accurately estimated fees * replace max fee with more precise fee estimation * remove max fee import * modify format to be consistent with code base * supports utxo queries using kupo * support utxo query with Kupo * reformat * query utxo with Kupo when kupo url is provided * remove the hardcoded genesis utxo in test_all file * Create usage guides for Plutus and fix hyperlinks * create separate section for datum/redeemer serialiation * add -f flag to try to clean up the build if it exists * Create usage guides for Plutus and fix hyperlinks * create separate section for datum/redeemer serialiation * add -f flag to try to clean up the build if it exists * hdwallet implementation and unit test * modify poetry * modify poetry file * modify poetry lock * made changes to hdwallet and incorporated into bip32 * remove commented code block Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Yuanheng Wang <yuanhengwang@yuanhengs-mbp-2.myfiosgateway.com> Co-authored-by: Yuanheng Wang <yuanhengwang@Yuanhengs-MacBook-Pro-2.local> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information