-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit c426f5f


Hierarchical Deterministic Wallet Implementation (#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] <[email protected]>
* 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] <[email protected]>
Co-authored-by: Yuanheng Wang <[email protected]>
Co-authored-by: Yuanheng Wang <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent bc8f409 commit c426f5fCopy full SHA for c426f5f
File tree
Expand file treeCollapse file tree
5 files changed
+811
-598
lines changedFilter options
- pycardano
- crypto
- test/pycardano/backend
Expand file treeCollapse file tree
5 files changed
+811
-598
lines changed
0 commit comments