Thomas Kerin

Results 149 comments of Thomas Kerin

`git checkout 95e99f196fd08a8b2c236ab99d7e7fec8f6dc78f`

@willystadnick the checkout should be done in the github.com/bitcoin-core/secp256k1 directory, not secp256k1-php.

Working on a fix for this, should be possible to run against secp256k1 master soon.

looks like the new secp256k1_xonly_* functions will be part of the main secp256k1 module. For now, switching to the schnorrsig commit for all test builds.

Your system is missing secp256k1_ecdh, one of upstreams optional modules. Install it like this: https://github.com/Bit-Wasp/secp256k1-php/blob/master/.travis.yml#L38 I'll eventually make those functions optional like upstream, but for now we expect the `ecdh`...

Lemme know if this resolved your issue so this can be closed!

Hi @nathanielajayi7, thanks for opening this issue. We haven't had a request for windows before, unfortunately it's unsupported + probably broken at the moment. IIRC, the code should work, it's...

Hmm, I haven't tried it out on PHP8 yet. FYI, if you're interested, that line is using macros which make the code look extra weird ;) I'll try get to...

seems a debug build of php mightn't be necessary (for simply testing for issues anyway), so travis' php should be suitable.

It looks like I want to call `_Transport.reset()` which would reset `self.retry_delay = self.initial_retry_delay` https://github.com/crossbario/autobahn-python/blob/master/autobahn/wamp/component.py#L302