Skip to content

Commit 44521d7

Browse files
Add normalized msg hash to sendBocReturnHash method (#167)
1 parent fb99fae commit 44521d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
ton-http-api/dist/*.whl
6262
ton-http-api/dist/*.tar.gz
6363
upload-pypi:
64-
runs-on: ubuntu-20.04
64+
runs-on: ubuntu-22.04
6565
needs: [ set_version, build_wheel ]
6666
steps:
6767
- name: Download artifacts

ton-http-api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ requests==2.28.0
66
ring==0.10.1
77
uvicorn==0.17.6
88
gunicorn==20.1.0
9-
pytonlib==0.0.64
9+
pytonlib==0.0.65
1010
inject==4.3.1

0 commit comments

Comments
 (0)