learnforpractice
learnforpractice
As I was said, in C++, you need to use memcmp to sort public keys. K1 and R1 keys are both stored in 34 bytes in C++. If the first...
Yeah, the first byte of WA key is 2, and the raw WA key size is not fixed to 34. The following python code demonstrates how to sort keys combined...
Thank you for reporting the issue! I have fixed the bug, and it will be included in the next release.
You can workaround this issue by using the following method: ```python binargs = eosapi.abi_json_to_bin('testaccount', 'testaction', {'time': '2023-03-10T14:44:30'}) args = bytes.fromhex(binargs['binargs']) #for multiple actions eosapi.push_actions([['testaccount', 'testaction', args, {'myaccount': 'active'}]]) #for only...