rs-blashyrkh
rs-blashyrkh
I should have been mentioning: I was playing for Echidna, all attacks are ambidextrous, the game crashed inside ambiAttack function.
Setting the proper transaction isolation level in every brand new connection helped me. Actually, I wrapped connection into my class with `__aenter__` and `__aexit__`, and perform the query inside my...
I've found the full list here: https://github.com/bcndev/bytecoin/blob/master/src/rpc_api.hpp
"get_transfers", two named parameters: from_height (=blockno-1), to_height (=blockno).
Do you need all block transactions or just "your" transactions? If you need all, you have to look for bytecoind api ("get_transfers" is walletd api). If you need only your...
Did you try sync_blocks?
Try using named parameters instead of positional ones.