Matheus Degiovani
Matheus Degiovani
Apparently, this happens to anyone trying to use code coverage with selenium. I'm not sure when this started happening (probably some breakage in the webdriver API similar to what happend...
If you use my solution, you have to add the following line before the url() call: ``` php $res->cookie()->remove('PHPUNIT_SELENIUM_TEST_ID'); ``` If you don't do this and you have multiple tests...
@drjayvee PR #289 seems fine on my projects. I was able to remove my workaround from my base classes and with your patch the selenium tests ran fine.
[Updated](https://github.com/capnproto/go-capnp/compare/332099cde8b45ffb514010c71219465c0d49957c..f0b29709e57066b166731c024f78d32ead77c0d1).
> think it could probably be done with the existing messages by just having outbound peers respond to pong with another pong using the same nonce themselves and then inbound...
If borgbase supports ssh login, then probably all you need to change is the host address on the `bakserver` template, so that it connects to your account there.
Sorry for the misses. Updated.
[Updated](https://github.com/lightningnetwork/lnd/compare/e33d572bd222dfe1fd952adbaa8717011802cdd1..8f3dbdc7994ccfe94868d12b9d9168c3e33db526)
One important issue here is making sure existing nodes are still accessible. Nodes will record the address of their peers, so outright changing the port an existing node is using...
Findings so far (based on the future v0.3 with PR #74 applied): - Most places handling confirm/spend requests don't even handle reorgs right now. - Confirmation count for `RegisterConfirmationsNtfn()` is...