0xkarl

Results 9 comments of 0xkarl

> Indeed. I've confirmed those segfaults are due to OpenSSL 3. > > timestamp message > 1670159721000 /lib/x86_64-linux-gnu/libpthread.so.0(+0x13140)[0x7fbec4a93140] > 1670159721000 /usr/lib/x86_64-linux-gnu/libssl.so.1.1(SSL_get_peer_certificate+0x13)[0x7fbec0366143] > 1670159721000 /usr/lib/x86_64-linux-gnu/libpq.so.5(+0x25f1d)[0x7fbec03e6f1d] > 1670159721000 /usr/lib/x86_64-linux-gnu/libpq.so.5(PQconnectPoll+0xd68)[0x7fbec03d1628] > 1670159721000 /usr/lib/x86_64-linux-gnu/libpq.so.5(+0x118f7)[0x7fbec03d28f7]...

got it working with libpq: ``` FROM public.ecr.aws/lambda/nodejs:16 RUN yum update -y && \ yum remove postgresql postgresql-devel -y && \ yum install -y python3 make gcc perl-core pcre-devel wget...

> @0xkarl hi! If possible, please remove the auto-generated files from this PR, leaving just a single source .js file: > > * https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#multilanguage-support > * https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#new-exchange-integrations hey. done.

Looking good. Just one final validation from the vega team and it should be good for merging...

Hey @kroitor. This is ready for merging. It current points to testnet but we are gonna open a new PR once the restricted mainnet is opened to change the env.

Hey @kroitor. Just checking when you'll have a chance to have a look at the PR above again.

> @0xkarl hey! Pardon for the delays, I'll get to it as soon as I can. Perfect!