17 Commits (a2c1036ef20a52dc5c86b2e1e0f4386c2eac0b7b)

Author SHA1 Message Date
Paul Shapiro 08edc0bd58 modified the interface to create transactions to remove requirement to construct and send dsts with either change or fake dst, by exposing change amount as param and uncommenting kept change addr / dsts construction - which actually solves a tx not created bug when sending to an addr (who is not oneself) with a short pid
6 years ago
Paul Shapiro c12e98f4ba having err code json ret include err_msg
6 years ago
Paul Shapiro a5fc7efa38 removed requirement to pass dsts[i].is_subaddress via bridge
6 years ago
Paul Shapiro dd28854917 removed some exceptions when the error should be allowed to be passed back
6 years ago
Paul Shapiro 33be2feb26 added mnemonic_language_from_code and convenience__new_wallet_with_language_code, updating newly_created_wallet to take language code and return mnemonic_language
6 years ago
Paul Shapiro 9a9d9cb8f0 added tx_key to create_transaction ret vals
6 years ago
Paul Shapiro 30d08919b0 fixed nettype in call to seed and keys from mnemonic and removed defaults from those args to prevent similar
6 years ago
Paul Shapiro 8c17ae4766 changed passing of mnemonic_string by value to by ref and taking copy for normalization to simplify interface; returning detected mnemonic language from wallet_with rather than requiring it; added are_equal_mnemonics function
6 years ago
Paul Shapiro 18f136433f serial_bridge_index: factored ret_json_from_root and turned pretty-print off
6 years ago
Paul Shapiro ecb9d701c3 bridged__generate_key_image
6 years ago
Paul Shapiro 05147ea986 fee fns
6 years ago
Paul Shapiro 45b2d42366 bridged__validate_components_for_login, and fixed up some ref passing
6 years ago
Paul Shapiro 4aaef3ddd9 seed_and_keys_from_mnemonic
6 years ago
Paul Shapiro e74c266b7e a few more serial bridge index integrations and tests
6 years ago
Paul Shapiro 6c19abf379 bridged a few integrated and sub address accessors
6 years ago
Paul Shapiro 53a12f1d28 sketching remainder of required bridged fns; impl of decode_address bridge, replacing monero_address_utils isTestnet with nettype, and adding burned sec keys
6 years ago
Paul Shapiro 2ea3a47d85 added serial_bridge_index with JSON-bridged create tx, with new convenience create_transaction fn for extra construction etc, plus test
6 years ago