- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Tue, Mar 18
use slip10 1.0.1 to better satisfy the trezorlib >= 1.0.1 requirements (the AppImage build works with 1.0.0, but with more recent versions of pip the conflict becomes an error)
update the repo and commit hash to ecash/2.8.9 tag from the Bitcoin ABC repo
Mon, Mar 17
factor the token detection into a wallet.has_tokens(coin) method and fix one more thing that could cause accidental spending of ALP tokens (for users who enabled "Spend only fused coins", if a token is sent to the same address as a fused coin)
Sun, Mar 16
updated readme
updated readme
Sat, Mar 15
In D17806#405784, @bytesofman wrote:TIL coin consolidator is a thing in electrum
how is this used in the GUI? is this just called in normal tx building?
Fri, Mar 14
as discussed, rename alg.alg -> alg.oid
tighten up comments, remove "get" prefix from utxo selection methods
TIL coin consolidator is a thing in electrum
another diff just deleted the test
As an additional test I'm also going to try to be in a few CashFusion rounds to confirm no tokens are burned. But I cannot guarantee the tests will be conclusive in a timely manner.
rebase
lint
Remove useless comments
Updated readme
Thu, Mar 13
rebase, correct indefinite article in test name
remove other test that appears to fail for the same reason
Added comments from TS implementation into this implementation
- add lint exception for circular dependency
- fix lock annotations