Commit 0b2d615
* Extending TxPaginationMeta in queries (#77)
* quries extended
* example added
* docs comment added
* schema changed
* formatting fixed
* ordering added
* edge case fix, now 0 passed as height or timestamp is passing
* PaginationMeta in GetPendingTransactions
* examples/query_transactions.py
Signed-off-by: Piotr Pawlowski <[email protected]>
Signed-off-by: G.Bazior <[email protected]>
* Update proto files and generated python files to support Iroha 1.4 (#96)
* Update proto files with script `download-schema.py`
Signed-off-by: Grzegorz Bazior <[email protected]>
* Generated python files from protobuf files with script `compile-proto.py`
Signed-off-by: G.Bazior <[email protected]>
Co-authored-by: Grzegorz Bazior <[email protected]>
Signed-off-by: G.Bazior <[email protected]>
* Corrected merge - rerun scripts: download-schema.py and compile-proto.py
Signed-off-by: G.Bazior <[email protected]>
* Tab -> spaces
Signed-off-by: G.Bazior <[email protected]>
* Add ability to provide custom TLS cert (#63)
Signed-off-by: Stepan Lavrentev <[email protected]>
Signed-off-by: G.Bazior <[email protected]>
* Add ordering sequence to params in query (#73)
* Add ordering sequence to params
Makes possible to add ordering sequence to Query. Fixes #72
Signed-off-by: Rafik Naccache <[email protected]>
* Add :param ordering_sequence:
Signed-off-by: Rafik Naccache <[email protected]>
* Fix wrong example for :param ordering_sequence:
Signed-off-by: Rafik Naccache <[email protected]>
* fix wrong ordering message construction in query
After more documentation I got to the way to construct to ordering object
Signed-off-by: Rafik Naccache <[email protected]>
* remove redundant OR clause to manage ordering_sequence
Signed-off-by: Rafik Naccache <[email protected]>
Signed-off-by: G.Bazior <[email protected]>
* Extending TxPaginationMeta in queries (#77)
* quries extended
* example added
* docs comment added
* schema changed
* formatting fixed
* ordering added
* edge case fix, now 0 passed as height or timestamp is passing
* PaginationMeta in GetPendingTransactions
* examples/query_transactions.py
Signed-off-by: Piotr Pawlowski <[email protected]>
Signed-off-by: G.Bazior <[email protected]>
* Added missing changes from Pawlak00@b6d7f42 corrected in #77
Signed-off-by: G.Bazior <[email protected]>
* Examples refactor + added example of MST developed by Leo (#103)
* Refactoring of example tx-example.py
Signed-off-by: G.Bazior <[email protected]>
* Added sample of MST transactions. The code was originally developed by Leo: https://github.com/iptelephony/jubilant-engine but he agreed to add his code to examples
Signed-off-by: G.Bazior <[email protected]>
* Generated protobuf files with protobuf 3.12.4 on Ubuntu 21.04 (#104)
Signed-off-by: G.Bazior <[email protected]>
* Serious refactoring + improvements + adding new examples for Iroha 1 (#107)
* Update README
* Refactoring in tls-example.py
* A little refactoring of batch-example.py
* Small refactoring of blocks-query.py
* Small refactoring of infinite-blocks-stream.py
* Added sample how to use ordering of result transactions
* Refacroting in query_transactions.py
* Renamed file with convention used in other files
* Added examples in comments
* Some refactoring in examples + added docstring in each file
* chmod +x
* Updated iroha version from 1.4 -> 1.5
Signed-off-by: G.Bazior <[email protected]>
* Add autorestart to iroha
Signed-off-by: Alexey Rodionov <[email protected]>
* Cherry-pick fix
Signed-off-by: G.Bazior <[email protected]>
* Generated python files from protobuf on Ubuntu:20.04
Signed-off-by: G.Bazior <[email protected]>
* Dependencies fix
Signed-off-by: G.Bazior <[email protected]>
* Added space in logging after review
Signed-off-by: G.Bazior <[email protected]>
* Made import in code more readable after review
Signed-off-by: G.Bazior <[email protected]>
Signed-off-by: Piotr Pawlowski <[email protected]>
Signed-off-by: G.Bazior <[email protected]>
Signed-off-by: Stepan Lavrentev <[email protected]>
Signed-off-by: Rafik Naccache <[email protected]>
Signed-off-by: Alexey Rodionov <[email protected]>
Co-authored-by: Piotr Pawłowski <[email protected]>
Co-authored-by: Grzegorz Bazior <[email protected]>
Co-authored-by: Stepan Lavrentev <[email protected]>
Co-authored-by: Rafik NACCACHE <[email protected]>
Co-authored-by: Alexey Rodionov <[email protected]>
1 parent 19bd94f commit 0b2d615
File tree
23 files changed
+6315
-1357
lines changed- examples
- utilities
- iroha
23 files changed
+6315
-1357
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
0 commit comments