User Details
- User Since
- Nov 5 2020, 18:28 (283 w, 6 d)
- Roles
- Administrator
Today
Yesterday
add example to spec
not sure i totally understand the breakdown here
Tue, Apr 14
Mon, Apr 13
able to build locally, safe areas look ok
@bot preview-e.cash
rebase
TIL, same should be done in Cashtab
Sun, Apr 12
Tests look good and I can run them locally. We do have a CI failure tho which should be checked out; also seems like it doesn't send the msg here, just goes red?
Fri, Apr 10
big win to lose a critical crypto third party dep like this
remove arbitrary 25 retries, consolidateUtxo is already a complete method
Thu, Apr 9
Wed, Apr 8
Tue, Apr 7
That was my initial design, but it happens that having XEC being treated just like a token let me reuse a lot of code that would otherwise either be duplicated or "or typed" which makes it much harder to reason about. If it's about naming I can go with bits instead of atoms if you think it's less confusing.
Marlin is not trying to be fully featured, quite the opposite. In this context I would favor simplicity over extensibility, even if this require some refactors later on.
A couple of general issues
tabs on agora screen, preserve buttons on home
Mon, Apr 6
I don't understand, my point was that I find the tabs better than the "buttons", e.g. in tools the "contacts", "airdrop" etc. would better be tabs as well.
tabs in tools, support import on onboarding
Fri, Apr 3
use the tabs on send/receive for mobile too
improve behavior of Advanced dropdown
There is still an issue, the op_return_raw is "sticky" i.e. it remains visible when unfolded, unlike the message
require exactly 1 sk, mov;e shared methods to wallet base, throw if attempt to sign already signed
Thu, Apr 2
One of the main complaint I have with current cashtab design is on the transactions page (home): clicking on a transaction show no additional data, but new buttons to the bottom right which is unexpected imo. I like the new design of this page but could the buttons be visible by default ? Or make the click actually useful ?
@bot preview-e.cash
Wed, Apr 1
superseded by improved PSBT implementations in ecash-lib; will put up a schnorr-only multisig diff for ecash-wallet using PSBT
Tue, Mar 31
adjust ECSDA estimate 72 to 73, simplify multisig implementation, improve tests
Tue, Mar 24
superseded
improve docs, version bump
Mon, Mar 23
also match electrum PSBT tests