Skip to content

Commit

Permalink
Missing validation pass info for sr operations
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Zaikin committed Jul 5, 2023
1 parent 6a437eb commit e4a78bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.10.1](https://github.com/baking-bad/pytezos/compare/3.10.1...3.10.2) (2023-07-05)

### Fixed

* Missing validation pass info for sr operation kinds


## [3.10.1](https://github.com/baking-bad/pytezos/compare/3.10.0...3.10.1) (2023-07-04)

### Added
Expand Down
3 changes: 3 additions & 0 deletions src/pytezos/rpc/kind.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
'origination': 3,
'delegation': 3,
'register_global_constant': 3,
'transfer_ticket': 3,
'smart_rollup_add_messages': 3,
'smart_rollup_execute_outbox_message': 3,
}
operation_tags = {
'endorsement': 0,
Expand Down

0 comments on commit e4a78bb

Please sign in to comment.