Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Retrieve blockchain balance #982

Merged
merged 61 commits into from
May 15, 2019
Merged

Conversation

mederic-p
Copy link
Contributor

@mederic-p mederic-p commented May 3, 2019

Issue/Task Number: #698
Closes #698

Overview

This PR adds the blockchain_wallet.get_balances endpoint.

Implementation Details

The implementation of this new endpoint mimics the wallet.get_balances, but the balances are queried through the eth_blockchain sub-app instead of the local_ledger one.

Usage

The swagger docs are updated and you can try the endpoint there.
You will to do the same setup as in this PR before.

@mederic-p mederic-p force-pushed the 698-retrieve-blockchain-balance branch from cb7419e to af71076 Compare May 7, 2019 03:34
@mederic-p mederic-p force-pushed the 690-blockchain-wallet-schema branch from c8bb9ae to 76b0f3d Compare May 8, 2019 05:45
@mederic-p mederic-p force-pushed the 698-retrieve-blockchain-balance branch from 68ac037 to 45eb43f Compare May 8, 2019 05:45
@mederic-p mederic-p force-pushed the 690-blockchain-wallet-schema branch from 76b0f3d to 3b4ea52 Compare May 8, 2019 07:57
@mederic-p mederic-p force-pushed the 698-retrieve-blockchain-balance branch from a145fb8 to 69eb8e1 Compare May 8, 2019 07:57
@mederic-p mederic-p force-pushed the 690-blockchain-wallet-schema branch from 3b4ea52 to ffaa26c Compare May 8, 2019 08:06
@mederic-p mederic-p force-pushed the 698-retrieve-blockchain-balance branch from 69eb8e1 to 77bbc9e Compare May 8, 2019 08:07
@mederic-p mederic-p force-pushed the 690-blockchain-wallet-schema branch from ffaa26c to 3d1e90f Compare May 8, 2019 08:48
@mederic-p mederic-p force-pushed the 698-retrieve-blockchain-balance branch 2 times, most recently from 875b004 to 81c0724 Compare May 8, 2019 10:07
@mederic-p mederic-p self-assigned this May 8, 2019
@mederic-p mederic-p added this to the v2.0 milestone May 8, 2019
@mederic-p mederic-p changed the title [WIP] Retrieve blockchain balance Retrieve blockchain balance May 8, 2019
@mederic-p mederic-p changed the base branch from 690-blockchain-wallet-schema to master May 15, 2019 11:29
@mederic-p mederic-p merged commit cfeeb34 into master May 15, 2019
eWallet automation moved this from Review to Done May 15, 2019
@mederic-p mederic-p deleted the 698-retrieve-blockchain-balance branch May 15, 2019 12:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
eWallet
  
5-Done
Development

Successfully merging this pull request may close these issues.

Retrieve balances on the blockchain for given tokens
3 participants