Monerolib Improvements (#224)

* convert AddressSpec subbaddress to tuple

* add wallet-rpc tests

* fix payment id decryption bug

* run fmt

* fix CI

* use monero-rs wallet-rpc for tests

* update the subaddress index type

* fix wallet-rpc CI

* fix monero-wallet-rpc CI actions

* pull latest monero for CI

* fix pr issues

* detach monero wallet  rpc

Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
This commit is contained in:
akildemir
2023-01-17 00:17:54 +03:00
committed by GitHub
parent 757adda2e0
commit 3b920ad471
7 changed files with 155 additions and 6 deletions

View File

@@ -29,3 +29,6 @@ runs:
uses: ./.github/actions/monero
with:
version: ${{ inputs.monero-version }}
- name: Run a Monero Wallet-RPC
uses: ./.github/actions/monero-wallet-rpc