Artemii Gerasimovich

Results 22 issues of Artemii Gerasimovich

Signed-off-by: Artemii Gerasimovich ### Description of the Change Make PermissionToken Ids Registrable (world-scoped by analogy to roles) and require registering PT id before granting it. Also add query to find...

iroha2

Simplified codegen and deserialization for objects coming from rust. Signed-off-by: Artemii Gerasimovich

Codegen for enums currently uses complex meta-class constructor, which should be simplified to be more in line with `make_struct` and `make_tuple` factories.

enhancement
iroha2

As per user requests, at least some examples of how to transfer assets and general usage of the SDK.

- Updated dependencies - Re-ran codegen - Fixed numerous bugs with queries and instruction submisson - Necessary adjustments for custom SerDe on iroha side Necessarily builds upon #135 , otherwise...

infrastructure
iroha2

Finally no more metaclass voodoo in codegen, also (probably) more pythonic types for rust enums. Next steps would be to refactor codegen on the rust side, then probably move as...

Closes # ### This PR: ### This PR does not: ### Key places to review: