-
Notifications
You must be signed in to change notification settings - Fork 43
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
python: block types and wrapper #1346
Merged
thibault-martinez
merged 31 commits into
iotaledger:2.0
from
Alex6323:python/block-changes
Oct 4, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
2e3a55e
block types and wrapper
Alex6323 ac62da5
format
Alex6323 b1869e7
fix examples
Alex6323 4d6f7e8
nit
Alex6323 5b160f8
review 1
Alex6323 d0cc109
review 2
Alex6323 c2aeaad
review 3
Alex6323 ebc15e8
Merge branch '2.0' into python/block-changes
Alex6323 0d04825
fix wrapper deserialization, temp. disable some tests
Alex6323 501d60f
Merge branch '2.0' into python/block-changes
Alex6323 3fc8393
update BlockMetadata type
Alex6323 8a4fc2d
fix some tests
Alex6323 0220d4e
test nits
Alex6323 b0ccc9f
remove union for sig
Alex6323 20aa2f0
doc fix
Alex6323 a044634
lint sdk
Alex6323 29d9f6d
full circle
Alex6323 0f2b64a
review 4
Alex6323 15f7168
review 5
Alex6323 7afa497
review 6
Alex6323 9c76bb4
Merge branch '2.0' into python/block-changes
Alex6323 e3c6cf0
review 7
Alex6323 573eae9
did I mess up?
Alex6323 0cb5955
not ignore some tests
Alex6323 3dffaa6
Merge branch '2.0' into python/block-changes
Alex6323 177f07c
remove import
Alex6323 fc249b7
fix block tests
Alex6323 9a9f7fe
refer to issue in ignored tests
Alex6323 5e543cd
fix ci
Alex6323 55ce115
re-enable python tests in CI
Alex6323 09cfa59
long live the union (type alias)
Alex6323 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 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 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 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.
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.
Fine for now I guess but this should definitely not be here