Open kalouo opened 4 years ago
Issue/Task Number:
Closes #1194 Closes #1221
This PR wires up the deposit flow for the admin panel – along with a few miscellaneous enhancements.
Enables deposits from the admin panel
Miscellaneous:
Deposits:
HotWalletTransferChoser.js
BlockchainActionSelector.tsx
BlockchainActionSelector
amount
/blockchain_wallet.deposit_to_childchain
Issue/Task Number:
Closes #1194 Closes #1221
Overview
This PR wires up the deposit flow for the admin panel – along with a few miscellaneous enhancements.
Changes
Enables deposits from the admin panel
Miscellaneous:
Implementation Details
Deposits:
HotWalletTransferChoser.js
BlockchainActionSelector.tsx
component refactored for extendability and reusability.BlockchainActionSelector
is used) into TypeScript.amount
parameter on/blockchain_wallet.deposit_to_childchain
(with added test)