Ralph Pichler

Results 18 comments of Ralph Pichler

i don't think its possible to do a clean implementation of this with the current stack. For now we should just drop in the accounting hook if the other peer...

Issue description should be updated to only refer to cashing.

While implemented a bit differently, the general idea behind this will be implemented in #2089 (which will probably be split into smaller PRs). If you want, we can also close...

**The concept has undergone many changes and this description is no longer accurate.** My current idea goes as follows: The queue implements the `TransactionProcessor` interface. (An alternative implementation of that...

see https://github.com/ethersphere/swarm/issues/2005#issuecomment-582869955

Current status of this: * The generic swap test guide (https://hackmd.io/K8ye4VwURvWLR6F-fOiIHA?view) works for manually testing with all of the aforementioned clients. * There is a single node geth chart in...

It should go back to backlog as nobody is working on that. Batch support helps avoiding this issue in the first place. I would suggest to have a separate issue...

As discussed on a recent call this number should be configurable.

A form of this has been implemented in #2089. However the PR is huge and will be split into smaller ones. There is also more testing and refactoring work to...

@mortelli > could you give an conceptual example of another struct that would implement the TxScheduler interface, other than TxQueue? (i want to make sure i understand the difference between...