Yak Jun Xiang
Yak Jun Xiang
hi this is an issue with python-hearthstone but to fix this, you can dive into your env's site packages (`env\lib\site-packages\hearthstone`) and edit to fix it. go to line 345 in...
I do not support the use of `Obsolete` in our current codebase as: 1. We still have to reference it and maintain support for existing transactions 2. The obsolete tag...
ASCII was the the easiest constraint to work with at the moment of writing. Definitely possible to upgrade to system to support UTF8. PRs welcome.
The current library kinda provides for the most basic signing feature. You can provide a custom signing solution through the `signingFunction` field of the [configuration](https://github.com/CityOfZion/neon-js/blob/master/packages/neon-api/src/funcs/types.ts#L10). This was done actually to...