-
-
Notifications
You must be signed in to change notification settings - Fork 76
Support utxo query with kupo for Vasil #121
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
Merged
Merged
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
0b6a569
incorporate split change logic
182f780
incorporate split change logic
7fdb334
incorporate split change logic
3c8ced2
minor modification to change combine logic
c2772e8
minor modification to change combine logic
d303a02
minor modification to change combine logic
2b0cd17
Merge branch 'cffls:main' into main
henryyuanheng-wang a008ed3
Merge branch 'cffls:main' into main
henryyuanheng-wang e8f37fa
integrate diff changes
4c7ba76
integrate diff changes and remove unused functions
415b3a6
Merge branch 'cffls:main' into main
henryyuanheng-wang d80063c
add change split test case. Modify txbuilder logic in handeling splits.
ee36493
add unit tests for change split logic
ca3b3f2
Bump pytest from 7.0.1 to 7.1.1
dependabot[bot] 21e1b3f
Merge pull request #2 from henryyuanheng-wang/dependabot/pip/pytest-7…
henryyuanheng-wang 8a38224
merge with original main
6d86610
Merge branch 'cffls-main'
cf788fe
Merge branch 'main' of https://github.com/henryyuanheng-wang/pycardano
86d588f
merge with main
89535d6
Merge branch 'cffls-main'
68cc134
replace max fee with more accurately estimated fees
e4eefd3
replace max fee with more precise fee estimation
0e6758b
remove max fee import
c713360
modify format to be consistent with code base
71d93e3
supports utxo queries using kupo
6ce979c
merge with main branch
1f2c081
Merge branch 'cffls-main'
dffeff4
support utxo query with Kupo
d514d3d
reformat
7122dcb
query utxo with Kupo when kupo url is provided
a666882
resolve merging conflict
fa7d14d
Merge branch 'cffls-main'
902d410
remove the hardcoded genesis utxo in test_all file
2de54da
pull latest from main
d58c537
Merge branch 'cffls-main'
d5b857a
Create usage guides for Plutus and fix hyperlinks
0e4b0ad
Merge branch 'cffls:main' into main
henryyuanheng-wang 8af6486
create separate section for datum/redeemer serialiation
4a12d13
add -f flag to try to clean up the build if it exists
605400f
Merge branch 'main' of https://github.com/henryyuanheng-wang/pycardano
5c2c025
Create usage guides for Plutus and fix hyperlinks
bdf88c0
create separate section for datum/redeemer serialiation
7840dea
add -f flag to try to clean up the build if it exists
1190c9f
Merge branch 'cffls:main' into main
henryyuanheng-wang dd1b199
Merge branch 'cffls:main' into main
henryyuanheng-wang 8cc6ab7
Merge branch 'cffls:main' into main
henryyuanheng-wang 09c8607
Merge branch 'cffls:main' into main
henryyuanheng-wang 54a20ef
Merge branch 'main' of https://github.com/henryyuanheng-wang/pycardano
e194656
Merge branch 'cffls:main' into main
henryyuanheng-wang ee4d330
hdwallet implementation and unit test
37f76ad
adjust poetry files
436a80a
modify poetry
be58baf
modify poetry file
6c428b9
modify poetry lock
4877fd4
Merge branch 'cffls:main' into main
henryyuanheng-wang 80b4373
made changes to hdwallet and incorporated into bip32
d62e2a1
remove commented code block
65b659e
Merge remote-tracking branch 'origin/main' into main
henryyuanheng-wang 1e8d8ec
support utxo query with kupo
henryyuanheng-wang c73d194
Merge branch 'main' of https://github.com/henryyuanheng-wang/pycardan…
henryyuanheng-wang 24b5de8
move test_bip32
henryyuanheng-wang d4168ab
update utxo query with kupo
henryyuanheng-wang 1b3c2df
update plutus guide with vasil
henryyuanheng-wang c763b47
Merge branch 'main' of https://github.com/henryyuanheng-wang/pycardan…
henryyuanheng-wang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome, thanks for adding these to the documentation!