Add support for wallets without getOwner() interface (#3779)
* Make Wallet Mist compatible #3282 * Owners icons on load * Fix oversized logo on load * Don't fetch registry twice (even when pending) * Better logging... * Better contract view : show if no events // show loading events * Better decimal typed input * PR grumble
This commit is contained in:
committed by
Jaco Greeff
parent
923f85d90d
commit
6655e7e3c0
@@ -23,6 +23,7 @@ import { wallet as walletAbi } from '~/contracts/abi';
|
||||
import { wallet as walletCode, walletLibraryRegKey, fullWalletCode } from '~/contracts/code/wallet';
|
||||
|
||||
import { validateUint, validateAddress, validateName } from '~/util/validation';
|
||||
import { toWei } from '~/api/util/wei';
|
||||
import WalletsUtils from '~/util/wallets';
|
||||
|
||||
const STEPS = {
|
||||
@@ -47,7 +48,7 @@ export default class CreateWalletStore {
|
||||
address: '',
|
||||
owners: [],
|
||||
required: 1,
|
||||
daylimit: 0,
|
||||
daylimit: toWei(1),
|
||||
|
||||
name: '',
|
||||
description: ''
|
||||
|
||||
Reference in New Issue
Block a user