Only tech topics about Waves: dev tools, libs, RIDE, dApps, Nodes Github: http://tiny.cc/github-waves IDE: https://ide.wavesplatform.com/ Online Course: https://stepik.org/course/54415 StackOverflow: #wavesplatform Jobs: https://t.me/wavesridejobs
Changes should be on pypi now... Thanks @deemru
Читать полностью…We could run pipeline tests with free actions I guess right?
Читать полностью…https://github.com/PyWaves/PyWaves/pull/179 can you test it at least? i did not get it how to fully test
Читать полностью…so no not needed to support those
Читать полностью…i can push binary serialization fix, but pyblake2 fix can break some pythons prior to 3.6 i think
Читать полностью…@hawky_BAI possible to update it on pip ?
Читать полностью…But cant spend times on monitor packages/changes/later update it (fixes)
Читать полностью…i am sure if you fixed it, you can get it merged in
Читать полностью…Tbh python project dependencies should be pretty clear, your projects should be setup with some package manager like poetry ( same as package.lock for npm etc).
You need to keep in mind supported versions, not just try to use latest, and upgrade libs accordingly.
But given the lack of support for pywaves it probably means to many people just wanna blindly use but not support to update it ;D
Now I’ll try again, if it doesn’t work I’ll switch to a lower version. I have 3.12 now
Читать полностью…3.10 is max I can get it to work
Читать полностью…We really need to update pywaves, if i manage to run pywaves in debugger i can update some outdated parts. For now no success. Unfamiliar with python.
Читать полностью…Who uses windows? Help...
Give me a link to the C++ compiler
That might be a missing c++ compiler...
Читать полностью…Yep, crossing fingers... throwing a dead rat over your left shoulder... whatever it is in your religion... 🙂
Читать полностью…Problem is that the tests are broken after the latest node release...
Читать полностью…https://devguide.python.org/versions/
Читать полностью…Do we need to support those old versions? I would rather prefer to have a clean installation (even under Windows)...
Читать полностью…Great, can you push them to pywaves/pywaves?
Читать полностью…After i managed to run simple example under debugging i fixed 2 errors:
1) get rid of pyblake2 (so it works on windows with python 3.12): https://github.com/deemru/PyWaves/commit/c64cb4950c1d5b8147d5f261a9c2dd097b2f1cc0
2) fix binary serialization in args (so it produces correct invocation proofs): https://github.com/deemru/PyWaves/commit/44440ab390246d1ae4667ca1e64f24a1ae8f2dff
Feel free to do with it whatever.
mostly we report them, one of them was already merged
Читать полностью…i have done so myself in the past
Читать полностью…Like now we find 2-5 things that didnt worked, we want to support it
But for now our time only allow support via funding/testing/paying some subscription
i havent been able to make that work
Читать полностью…Windows is a bitch anyway for those dependencies
Читать полностью…Pywaves need to go to version 1.12 of python or so
Читать полностью…The interesting part is:
Читать полностью…blake2b
hash function was introduced in Python 3.6 as part of thehashlib
module.
Looks like I installed it. And several times...
Читать полностью…Launched with administrator rights. The installation went well, but then it gave me an error:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyblake2
Running setup.py clean for pyblake2
Failed to build pyblake2
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyblake2)