Skip to content

Commit

Permalink
feat(wallet_ffi): wallet_get_utxos, wallet_coin_join, wallet_coin_spl…
Browse files Browse the repository at this point in the history
…it (#4244)

FFI join & split functionality + tests
rewrote coin_split function
fixed TariVector conversion bug
found a problem in the coin_join approach, need reconsideration
this commit is for review only before the final brushing/wrap-up
adding TariVector to substitute TariOutputs et al (WIP)
added coin join + initial unit test (still WIP)
added an output database shortcut for easier access from the wallet context, circumventing hops through async fall-through constructs; updated all usages - `cargo test` passing.
added FFI `wallet_get_utxos()`, `destroy_tari_outputs` + unit test
added a simple output querying function
  • Loading branch information
agubarev committed Jun 30, 2022
1 parent 1b7b879 commit 88931aa
Show file tree
Hide file tree
Showing 2 changed files with 1,643 additions and 1,647 deletions.

0 comments on commit 88931aa

Please sign in to comment.