Abel E
Abel E
Exact same issue here. TWS error code `10285` is still not documented in [API Reference](https://interactivebrokers.github.io/tws-api/message_codes.html) at the time of this writing. As far as I can tell, this has to...
Would be nice to see what `sendbatch.sh` does. Regardless, try running with `--wait-for-tx` flag set or add `wait_for_tx = true` under you `[chain]` section of the config file. This will...
Looks like you might need to explicitly set the value to `true`: ``` RUSK_WALLET_PWD=chosen_pw ./rusk-wallet -n chosen_name --wait-for-tx true transfer --key "$i" --rcvr chosen_address -amt 1 ``` Also, if you're...
What's the status of this issue? Noticed @wboayue has a branch that may be related: `issue-96-reconnect`. I'm not familiar with the project, but would consider chipping in if this is...
> a "swiss-cheese DoS" attack that essentially is a purposely long and non-continuous incoming stream of messages, aimed at consuming our memory Interesting, we should think about this! Want to...
Will also address: > A lot of `tracing::xxx!()` macro invocations format data into the message instead of using [fields](https://docs.rs/tracing/latest/tracing/#recording-fields). I think this is bad practice which we try to avoid...
@CHr15F0x is this issue (and all sub-issues) still relevant given all the new issues?
Pretty sure this was included as part of the [P2P consensus layer](https://github.com/eqlabs/pathfinder/pull/2737), and any further changes will be included as we progress with interop tests.