Steven Roose
Steven Roose
Just out of curiosity, where is the limit? `crypto/subtle` provides a method `ConstantTimeEq(x, y int32) int`, which could be used to do all the comparisons like `t9 == nfieldMSBMask`.
It seems to me that the main differentiator it adds is "signature too large" vs "invalid signature" which could be valid information. IIRC when either of this happens, we ban...
Probably because people issue test tokens. I'd be ok to disallow `destroyamount` use with `policyAsset`. On Sat, Nov 28, 2020 at 1:43 AM Andrew Poelstra wrote: > Why do we...
Addressed by https://github.com/ElementsProject/elements/pull/1008.
Any update on solving this?
Hmm, I agree that this way of inputting things is a lot better than the current `createrawtransaction` way. The latter is really hacked to be backwards compatible with Core. We're...
First of all, those values have been deprecated upstream in commit facfb4111d14a3b06c46690a2cca7ca91cea8a96 (probably version 0.19), so we might soon deprecate them as well. ```c++ " \"balance\": xxxxxxx, (numeric) DEPRECATED. Identical...
Ok so I write a test to check some scenarios: https://github.com/ElementsProject/elements/pull/828 It seems that the only problem there is is when you're just issueing an asset, the balance goes into...
@FrancisPouliot It looks like what's happening is intended behavior. The wallet considers transactions that are sent by the user as "trusted" automatically. And "unconfirmed" actually should be "untrusted". In Core...