René Brunner

Results 40 comments of René Brunner

I updated again today. All the changes resulting from the edge cases that @j-berman unearthed are incorporated. To my best knowledge there are no open issues left now.

Rebased to latest master, resolved a merge conflict

Updated according to latest review comments from @j-berman

I resolved the latest 2 merge conflicts. Maybe @j-berman should take a quick look at line 877 of `tx_pool.cpp` to make sure that I adjusted my code correctly to the...

> Do you mind opening a PR with the merge conflict resolved against the release-v0.18 branch for testing and inclusion in the next release? A while ago @selsta adviced me...

@woodser : You mean you see a tx in the pool and obtain its id, and a bit later you query it but then it's neither in the pool nor...

I tried to get an idea how to analyze this issue, and then maybe improve, but drew an almost complete blank. This problem seems to span vast parts of the...

Thanks for the info and the code. I think this will allow me to approach the problem. Will probably take a while, however.

I could reproduce the problem and finally understood how I had re-introduced a problem that already had been solved 5 years ago with commit #2203. Now, like before this PR,...

@woodser I think it's too early to make an "official" PR against the v0.18 release branch, but I prepared a branch in my repository which is v0.18 as of today...