Skip to content

Commit 437b307

Browse files
Artemii Gerasimovichappetrosyan
authored andcommitted
[feature] refactor and improve codegen
Simplify code generation and implement deserialization for objects coming from rust. Signed-off-by: Artemii Gerasimovich <[email protected]>
1 parent 146f326 commit 437b307

File tree

115 files changed

+1518
-1320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1518
-1320
lines changed

.github/workflows/iroha2-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jobs:
7272
run: |
7373
docker-compose up -d && sleep 5
7474
docker run --net example_default -v $PWD:/test iroha:python-test \
75-
timeout 3 python3 test.py ||
75+
timeout 5 python3 test.py ||
7676
(docker-compose logs && false)

0 commit comments

Comments
 (0)