-
-
Notifications
You must be signed in to change notification settings - Fork 80
Support decoding list/indefinite list from cbor #331
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
Closed
theeldermillenial
wants to merge
58
commits into
Python-Cardano:main
from
theeldermillenial:bugfix/datum
Closed
Changes from 21 commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
fdfd3e2
Added extended signing key support for cip8
theeldermillenial 01230ac
Fixed unused imports, flake8 checks pass.
theeldermillenial 143e843
Fixed mypy error for overloaded variable
theeldermillenial 049c6bf
Remove extraneous parameter for verify
theeldermillenial 434a163
Merge branch 'main' of https://github.com/Python-Cardano/pycardano in…
theeldermillenial 1bf3f81
Added ByteString to _restored_typed_primitive
theeldermillenial 67add7a
Added type checking
theeldermillenial f0644e7
Merge pull request #1 from theeldermillenial/bugfix/bytestring
theeldermillenial 1edb549
Merge branch 'main' of https://github.com/Python-Cardano/pycardano
theeldermillenial 2424c64
Merge branch 'main' of https://github.com/Python-Cardano/pycardano
theeldermillenial 971237a
Added support for fixed vs indefinite list on cbor decoding
theeldermillenial e2a1c9d
Fixed bug in verification key witness set deserialization
theeldermillenial af0c665
Fix type errors
nielstron f3786f1
Fix types
nielstron df356ed
Install setuptools
nielstron 639cc97
Fix main.yml
nielstron 03f653d
Revert "Fix main.yml"
nielstron 8fca0f3
Revert "Install setuptools"
nielstron 2e0cddd
Add setuptools to dev dependencies
nielstron c9a2d85
Add noqa
nielstron cfb7f2a
Added catch for indefinitelist on deserialization
theeldermillenial 15c806d
Merge branch 'main' of https://github.com/python-cardano/pycardano in…
theeldermillenial 996de30
Passing tests and CI checks
theeldermillenial dec33a8
Added RawPlutusData to PlutusData primitive types
theeldermillenial cccf0fe
Added RawPlutusData to PlutusData primitive types
theeldermillenial b7756ca
Added unit test for RawPlutusData
theeldermillenial 092595c
Merge branch 'main' of https://github.com/python-cardano/pycardano in…
theeldermillenial b06c153
Merge branch 'feat/rawplutusdata' of https://github.com/theeldermille…
theeldermillenial c293704
Merge branch 'chang' of https://github.com/python-cardano/pycardano i…
theeldermillenial 7555d03
Ignore venv
theeldermillenial 5e4b813
Added Conway parameters to blockfrost
theeldermillenial 5ce4d04
Changed Conway range to 0
theeldermillenial 6cb839c
Set range to 10
theeldermillenial 42ce792
Changed range to 1
theeldermillenial 83b17a4
Merge branch 'chang' of https://github.com/python-cardano/pycardano i…
theeldermillenial 3dba36b
Changed redeemers to empty map
theeldermillenial ea03c63
Refactor Redeemer handling in TransactionWitnessSet
bhatt-deep 7a80ff1
Refactor KupoChainContextExtension in kupo.py
bhatt-deep 176314e
Merge pull request #2 from bhatt-deep/chang
bhatt-deep 0d6dd87
Refactor KupoChainContextExtension in kupo.py
bhatt-deep 32a11cc
Changed ogmios version
theeldermillenial 3fd91d0
Merge branch 'chang' of https://github.com/python-cardano/pycardano i…
theeldermillenial 3785614
Changed ogmios dependency
theeldermillenial f0c15aa
Merge branch 'chang' of https://github.com/charli3-official/pycardano…
theeldermillenial 7b38ec1
Fixed bug in redeemers
theeldermillenial 3890db8
Merge branch 'chang' of https://github.com/python-cardano/pycardano i…
theeldermillenial af62b7f
Revert plutus changes
theeldermillenial 9094f5e
Reverted witness changes
theeldermillenial 85b703b
Set empty vkey witness to None when empty
theeldermillenial fca0337
Set vkey witnesses to None when empty
theeldermillenial 8db56f2
Merge branch 'chang' of https://github.com/theeldermillenial/pycardan…
theeldermillenial d67acf2
Merge branch 'chang' of https://github.com/python-cardano/pycardano i…
theeldermillenial f1e3f80
Merge branch 'main' of https://github.com/python-cardano/pycardano in…
theeldermillenial 9938b37
Add path to Ogmios v6 backend
theeldermillenial f203fc7
Merge branch 'feat/ogmios-path' of https://github.com/theeldermilleni…
theeldermillenial d76ac04
Reverted change for plutus v2 scripts
theeldermillenial bc6916b
Merge branch 'feat/ogmios-path' of https://github.com/theeldermilleni…
theeldermillenial 3be8b5e
Merge branch 'main' of https://github.com/python-cardano/pycardano in…
theeldermillenial 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.