Stuart Farmer
Stuart Farmer
**Describe the bug** When stopping the web server, the library just brute force closes the event loop rather than gracefully closing and cleaning up. This prevents Sanic from being used...
There should be a flag to indicate bid and ask downloads like on the online tool.
something
Assume the following: `token.balance_of('stu') = 10` ``` def transfer(from, to, amount): from_balance = get_balance_row(from) to_balance = get_balance_row(to) if from_balance >= amount: write_balance_row(to, to_balance + amount) write_balance_row(from, from_balance - amount) ```...
# CUP-0001 ## Data Transmission Optimization TODO: explain this... it's late... https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6761252
https://stackoverflow.com/questions/41492878/command-x86-64-linux-gnu-gcc-failed-with-exit-status-1 ^ This works very well and might be simpler than the current README.