Reza
Reza
**Describe the bug** Create a new receive address and send some bitcoin to yourself. After the transaction being confirmed, the activity log still shows "Sending...", next to the transaction. Clicking...
Would be very nice if Polar had an API that can be used to create networks, create nodes, take them down. Basically the features that are now possible via the...
Generating invalid signature when passing identical arguments: ``` m = Buffer.from("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", "hex") d = Buffer.from("0000000000000000000000000000000000000000000000000000000000000001", "hex") secp256k1.ecdsaSign(m,d) // bindings version elliptical.ecdsaSign(m,d) // pure js version ```