Transaction equality implementation
v0.54.1
-
Transaction
: add eq() and hash() methods - Transaction Unlock parameters: add eq() and hash() methods
- Transaction: add 'time' variable for read and write but not for doc generation
- output conditions: add eq() and hash() methods
- test transaction equality at all levels
Merge request reports
Activity
changed milestone to %0.54.x
added ~341 enhancement labels
added 7 commits
- 8ea505a1 - [enh] output conditions: add __eq__() and __hash__() methods
- fc30ac27 - [enh] Transaction: add 'time' variable for read and write but not for doc generation
- 81df1a2f - [enh] Transaction Unlock parameters: add __eq__() and __hash__() methods
- a5458d55 - [enh] Transaction: add __eq__() and __hash__() methods
- fc7731bc - [test] transaction: define input and output lines globally
- 63a7a7d4 - [test] transaction: test transaction equality at all levels
- 05a3d7a1 - [doc] Add changelog for 0.54.1 release
Toggle commit listmentioned in issue #82
mentioned in commit 5311bba6
Yes :
@classmethod def from_signed_raw(cls: Type[TransactionType], raw: str, time: int = 0) -> TransactionType: """ Return a Transaction instance from a raw string format :param raw: Raw string format :return: """
Edited by Vincent Texieradded Feature label
Please register or sign in to reply