Commits on Source (65)
-
Bartek Wrona authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
-
-
-
-
-
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
Add the possibility to create a transaction from an already created proto-transaction and json-transaction
-
-
-
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
Michał Kudela authored
-
-
-
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- .gitlab-ci.yml 105 additions, 6 deletions.gitlab-ci.yml
- README.md 7 additions, 1 deletionREADME.md
- examples/python/create_and_sign_transation.py 31 additions, 0 deletionsexamples/python/create_and_sign_transation.py
- examples/python/visitor_example.py 7 additions, 13 deletionsexamples/python/visitor_example.py
- python/.pre-commit-config.yaml 62 additions, 0 deletionspython/.pre-commit-config.yaml
- python/cpp_python_bridge.pxd 1 addition, 0 deletionspython/cpp_python_bridge.pxd
- python/cpp_python_bridge.pyx 5 additions, 0 deletionspython/cpp_python_bridge.pyx
- python/poetry.lock 1259 additions, 12 deletionspython/poetry.lock
- python/pyproject.toml 88 additions, 5 deletionspython/pyproject.toml
- python/pytest.ini 4 additions, 0 deletionspython/pytest.ini
- python/scripts/compile_proto.sh 1 addition, 1 deletionpython/scripts/compile_proto.sh
- python/setup.py 0 additions, 27 deletionspython/setup.py
- python/tests/__init__.py 0 additions, 0 deletionspython/tests/__init__.py
- python/tests/base_api/__init__.py 0 additions, 0 deletionspython/tests/base_api/__init__.py
- python/tests/base_api/conftest.py 86 additions, 0 deletionspython/tests/base_api/conftest.py
- python/tests/base_api/templates.py 207 additions, 0 deletionspython/tests/base_api/templates.py
- python/tests/base_api/test_asset_conversion.py 138 additions, 0 deletionspython/tests/base_api/test_asset_conversion.py
- python/tests/base_api/test_calculate_hp_apr.py 23 additions, 0 deletionspython/tests/base_api/test_calculate_hp_apr.py
- python/tests/base_api/test_calculation.py 73 additions, 0 deletionspython/tests/base_api/test_calculation.py
python/.pre-commit-config.yaml
0 → 100644
This diff is collapsed.
python/pytest.ini
0 → 100644
python/setup.py
deleted
100644 → 0
python/tests/__init__.py
0 → 100644
python/tests/base_api/__init__.py
0 → 100644
python/tests/base_api/conftest.py
0 → 100644
python/tests/base_api/templates.py
0 → 100644
python/tests/base_api/test_calculation.py
0 → 100644