Jonathan Underwood
Jonathan Underwood
I'm willing to merge this. 1. bump major version 2. Add line at top of README about archiving this. Mention that if any bugs are found in the latest major...
Note: UnsafeCell use was because optimizer kept removing the export randomly for some reason. I had to implement a wrapper that impl Sync in order to export it. I have...
Also, I got the ownership of https://crates.io/crates/tiny-secp256k1
Testing locally, #124 ``` 2.2.2 tiny-secp256k1 (WASM): 99.09 us/op (10091.34 op/s), ±1.19 % 2.2.3 tiny-secp256k1 (WASM): 176.99 us/op (5649.99 op/s), ±1.03 % remove lowmemory (#124) tiny-secp256k1 (WASM): 94.00 us/op (10638.65...
Please check if there are any other regressions you care about.
you need to expose the ports via the -p option ie. docker run -p 8080:8080 xxxxx this tells docker to bind the 8080 port of the container to the 8080...
run sudo netstat -tulpn and see if anything is listening to localhost 8080 and what process it is.
Are you using the image from docker hub or did you build it yourself?
try using the image from docker hub. let me know what happens
https://github.com/bitcoin-core/secp256k1/pull/558 Here's the PR to watch FYI.