Commit graph

4 commits

Author SHA1 Message Date
roshii
50b5d6330e
The alias function is used to create a unique_id out of a user input, e.g. for device and most importantly for wallet names. The naming of this function now reflect this. (#2439)
Signed-off-by: Simon Castano <roshii@riseup.net>
Co-authored-by: k9ert <k9ert@gmx.de>
2024-05-29 14:58:20 +02:00
Manolis
89f4277aab
Docs: Changes that didn't make into merge commit for #1591 (#1611)
* Changed old-school to serialized

Removed wallet.save

Changed comment

* finetuning

Co-authored-by: relativistic electron <relativisticelectron@tutanota.com>
2022-03-08 17:07:15 +01:00
Kim Neunert
18c232bf0f
Bugfix: Price data edge-case, fixes #1554 (#1624)
* fix the edge-case that someone uses dollar with bitstamp or coindesk

* Tests and removed unnecessary param

* bugfixes

* fix utxo-export

* more nice logging

* refactor mnemonic helpers into dedicated util file

* improved styling of price provider selection

* added unrelated wallet-tests

Co-authored-by: moneymanolis <moneymanolis@protonmail.com>
2022-03-08 16:23:15 +01:00
relativisticelectron
7a1d105738
Feature: Import of raw transaction (#1591)
* Import of raw succeeds, however the signatures are discarded

* Signatures successfully added

* Working!!!  Recreates the exact same raw tx

* Moved functionality to a function

* Now it also works for nested inputs

* Added tests. They work for all types, except taproot.  In the UI the teproot test works fine though.

* Added helper function

* WORKING for all types + multisig

* Cleanup

* Removed comment

* Changed debug level

* Renamed variable

* Moved function to util/tx.py

* Moved test to the correct file

* improved testing

* Removed empty line

* fixed reference

* CHanged function argument to wallet_rpc

* using embit instead of hwi, front-end adapted, more solid testing, fixtures changed to have fixed mnemonics.

Co-authored-by: Kim Neunert <k9ert@gmx.de>
Co-authored-by: moneymanolis <moneymanolis@protonmail.com>
2022-02-25 17:10:13 +01:00