Sabaun Taraki
Sabaun Taraki
:exclamation: to be done after actual off-chain tx execution is introduced Some key points: 1. Tx pool must not accept any "add transaction" requests, unless fully synced. If node is...
### Problem to Solve Error code used right now is `8000` which is valid, but not standard. ### Possible Solution Replace with standard codes for application/server errors (from -32099 to...
### Problem to Solve Currently mock programs are just receivers, which can only reply on `handle` messages. They can't execute `handle_reply` or `handle_signal`, because of not being able to send...