Skip to content
Snippets Groups Projects

Implementation of the python wax interface

Merged Jakub Ziebinski requested to merge jziebinski/wax-base-interface into develop

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Krzysztof Mochocki
  • Krzysztof Mochocki
  • Krzysztof Mochocki
  • Krzysztof Mochocki
  • Krzysztof Mochocki
  • Krzysztof Mochocki
  • Krzysztof Mochocki
  • Krzysztof Mochocki
  • Krzysztof Mochocki
  • I am not familiar with design assumptions, so part of threads may be invalid. I am waiting for confirmation/replies from @wrona and @mtyszczak

  • Jakub Ziebinski added 6 commits

    added 6 commits

    • ab248a5e - Add an result_tools module
    • 6ec4af3f - Add an exceptions module
    • 1ec8b96d - Include the core package in the private part
    • 2808761a - Include the models package in the private part
    • 41519129 - Implementation of the wax base interface
    • 556b4da2 - Add test for the impacted accounts

    Compare with previous version

  • Jakub Ziebinski requested review from @kmochocki

    requested review from @kmochocki

  • Jakub Ziebinski added 4 commits

    added 4 commits

    • cfad4507 - Include the core package in the private part
    • 5fa87003 - Include the models package in the private part
    • 8eedae4a - Implementation of the wax base interface
    • c9bf445c - Add test for the impacted accounts

    Compare with previous version

  • Jakub Ziebinski added 4 commits

    added 4 commits

    • 62f86dea - Include the core package in the private part
    • a0162f3b - Include the models package in the private part
    • 88297f55 - Implementation of the wax base interface
    • 8ecf093e - Add test for the impacted accounts

    Compare with previous version

  • Jakub Ziebinski added 3 commits

    added 3 commits

    • f8c69bf4 - Include the models package in the private part
    • 2851f544 - Implementation of the wax base interface
    • 73a2cb40 - Add test for the impacted accounts

    Compare with previous version

  • Jakub Ziebinski added 3 commits

    added 3 commits

    • f7a58538 - Include the models package in the private part
    • e5d465d0 - Implementation of the wax base interface
    • c7a8c701 - Add test for the impacted accounts

    Compare with previous version

  • Jakub Ziebinski added 5 commits

    added 5 commits

    • 9d527be0 - Add an exceptions module
    • 5f251426 - Include the core package in the private part
    • 17f2267f - Include the models package in the private part
    • 531480d1 - Implementation of the wax base interface
    • 131193eb - Add test for the impacted accounts

    Compare with previous version

  • Jakub Ziebinski added 4 commits

    added 4 commits

    • cb6d4b49 - Include the core package in the private part
    • 95ad527e - Include the models package in the private part
    • d0f8f7f6 - Implementation of the wax base interface
    • b1637fe2 - Add test for the impacted accounts

    Compare with previous version

  • Jakub Ziebinski added 5 commits

    added 5 commits

    • bb4d018d - Add an exceptions module
    • d94d2f41 - Include the core package in the private part
    • c91b5c93 - Include the models package in the private part
    • 3e415798 - Implementation of the wax base interface
    • 09ab7514 - Add test for the impacted accounts

    Compare with previous version

  • Jakub Ziebinski added 3 commits

    added 3 commits

    • 89e6570c - Include the models package in the private part
    • 9d99deba - Implementation of the wax base interface
    • 6b7a9f6c - Add test for the impacted accounts

    Compare with previous version

  • Jakub Ziebinski added 17 commits

    added 17 commits

    • 6b7a9f6c...979bfa07 - 8 commits from branch develop
    • 05ee1859 - Include schemas in dependencies
    • b59b70b8 - Rename wax -> cpp_python_bridge
    • bc54444c - Include pre-commit checks
    • 19204407 - Add an result_tools module
    • 6cac8f49 - Add an exceptions module
    • 6f5b268c - Include the core package in the private part
    • a6f19341 - Include the models package in the private part
    • 310c25eb - Implementation of the wax base interface
    • 5c0dacd9 - Add test for the impacted accounts

    Compare with previous version

  • Jakub Ziebinski added 2 commits

    added 2 commits

    • 9f293468 - Implementation of the wax base interface
    • 5a315eb1 - Add test for the impacted accounts

    Compare with previous version

  • Jakub Ziebinski mentioned in merge request !237 (merged)

    mentioned in merge request !237 (merged)

  • Krzysztof Mochocki
  • Krzysztof Mochocki mentioned in issue #93

    mentioned in issue #93

  • Krzysztof Mochocki resolved all threads

    resolved all threads

  • added 51 commits

    • 5a315eb1...3943df1a - 42 commits from branch develop
    • 9eb2f246 - Include schemas in dependencies
    • df2c3698 - Rename wax -> cpp_python_bridge
    • 24a73893 - Include pre-commit checks
    • dc9e442c - Add an result_tools module
    • 5095a1b7 - Add an exceptions module
    • 5cfa90d8 - Include the core package in the private part
    • 434c9d72 - Include the models package in the private part
    • 97d0638a - Implementation of the wax base interface
    • 89bce068 - Add test for the impacted accounts

    Compare with previous version

  • added 9 commits

    • afc8e84c - Include required authorities in the models
    • e12d12c0 - Attach beekeepy to dependencies
    • 3d2cb3d5 - Implementation of the decode impacted account names function
    • 63c7a686 - Add the wax_options module
    • ec562ff6 - Implementation of the ITransaction interface
    • f1f0a674 - Add conversion methods between str and bytes
    • 9f3c1f92 - Apply bytes/str conversion functions
    • d8f7c9ad - Move constants to separate file
    • 61d6bbd2 - Add misssing methodes to transaction interface

    Compare with previous version

  • added 3 commits

    • 8cf66f00 - Add transaction factory method
    • 18ce60ec - Update beekeepy
    • d22f2c10 - Add example of transaction creation using wax

    Compare with previous version

  • Jakub Ziebinski added 6 commits

    added 6 commits

    • 1921e96d - Apply bytes/str conversion functions
    • 457bb2a4 - Move constants to separate file
    • a640b6db - Add misssing methodes to transaction interface
    • 7eef6aec - Add transaction factory method
    • 9324bc17 - Update beekeepy
    • 04b82b15 - Add example of transaction creation using wax

    Compare with previous version

  • Jakub Ziebinski added 23 commits

    added 23 commits

    • 04b82b15...66db48d1 - 2 commits from branch develop
    • 66db48d1...28e3d19d - 11 earlier commits
    • c9edbb46 - Implementation of the decode impacted account names function
    • de6694ba - Add the wax_options module
    • 24f25c0f - Implementation of the ITransaction interface
    • b3b62202 - Add conversion methods between str and bytes
    • 07ae0d2d - Apply bytes/str conversion functions
    • 414882a8 - Move constants to separate file
    • 03416ccb - Add misssing methodes to transaction interface
    • de06c8b5 - Add transaction factory method
    • f6444dd0 - Update beekeepy
    • 209b71ab - Add example of transaction creation using wax

    Compare with previous version

  • Jakub Ziebinski added 15 commits

    added 15 commits

    • 209b71ab...84b50a15 - 5 earlier commits
    • e1b98ad0 - Implementation of the decode impacted account names function
    • df03fb7c - Add the wax_options module
    • 64f95cec - Implementation of the ITransaction interface
    • 83b1ae72 - Add conversion methods between str and bytes
    • b8fbea6c - Apply bytes/str conversion functions
    • 22bca52f - Move constants to separate file
    • 4a11ee80 - Add misssing methodes to transaction interface
    • 736790c4 - Add transaction factory method
    • 3f727c46 - Update beekeepy
    • f558beab - Add example of transaction creation using wax

    Compare with previous version

  • Jakub Ziebinski added 8 commits

    added 8 commits

    • 8340d424 - Implementation of the ITransaction interface
    • d32be14f - Add conversion methods between str and bytes
    • 7b7972e8 - Apply bytes/str conversion functions
    • e7c4b2f0 - Move constants to separate file
    • 9927384c - Add misssing methodes to transaction interface
    • ba395307 - Add transaction factory method
    • 0acc4770 - Update beekeepy
    • d63bafa8 - Add example of transaction creation using wax

    Compare with previous version

  • added 1 commit

    • 96e6c535 - Add fetching chain id and broadcasting transaction

    Compare with previous version

  • added 1 commit

    • b35d0017 - Include static analysis of Python code in the CI configuaration

    Compare with previous version

  • added 1 commit

    • fdbfeb91 - Include static analysis of Python code in the CI configuaration

    Compare with previous version

  • added 1 commit

    • 1a441d3c - Include static analysis of Python code in the CI configuaration

    Compare with previous version

  • added 1 commit

    • cee449b2 - Include static analysis of Python code in the CI configuaration

    Compare with previous version

  • added 1 commit

    • 40f192b6 - Include static analysis of Python code in the CI configuaration

    Compare with previous version

  • added 1 commit

    • 9eb4a492 - Include static analysis of Python code in the CI configuaration

    Compare with previous version

  • added 1 commit

    • dca75582 - Add transaction creation tests

    Compare with previous version

  • Jakub Ziebinski added 21 commits

    added 21 commits

    • dca75582...9f2477fb - 11 earlier commits
    • ddb7ec7c - Implementation of the ITransaction interface
    • 3b8e85c9 - Add conversion methods between str and bytes
    • 600deb55 - Apply bytes/str conversion functions
    • c9d4a304 - Move constants to separate file
    • 282210d8 - Add misssing methodes to transaction interface
    • 71efa1a2 - Add transaction factory method
    • 5c380d13 - Update beekeepy
    • e2167638 - Add example of transaction creation using wax
    • 56abef1d - Add fetching chain id and broadcasting transaction
    • a95c4d3f - Add transaction creation tests

    Compare with previous version

  • Jakub Ziebinski added 27 commits

    added 27 commits

    Compare with previous version

  • added 1 commit

    • e2c4fcea - Add the possibility to create a transaction from an already created proto-transaction

    Compare with previous version

  • Jakub Ziebinski added 18 commits

    added 18 commits

    • e2c4fcea...3a9f3ff3 - 8 earlier commits
    • a526b739 - Add conversion methods between str and bytes
    • 746700e4 - Apply bytes/str conversion functions
    • 1c901fad - Move constants to separate file
    • afe51973 - Add misssing methodes to transaction interface
    • e50e045f - Add transaction factory method
    • 931310a3 - Update beekeepy
    • 84940b2d - Add example of transaction creation using wax
    • 5897e3bf - Add fetching chain id and broadcasting transaction
    • c68c337f - Add transaction creation tests
    • 6229012d - Add the possibility to create a transaction from an already created proto-transaction

    Compare with previous version

  • added 1 commit

    • 5c89912a - Add the possibility to create a transaction from an already created proto-transaction

    Compare with previous version

  • added 1 commit

    • 0c455059 - Remove setup.py, as poetry generates it automatically

    Compare with previous version

  • added 1 commit

    • caee6c43 - Run pre-commit wax checks on CI

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading