Dan Finlay
7ae2e005ed
Fix removeHexPrefix to stripHexPrefix
8 years ago
Dan Finlay
d5ad84aa12
Wrote fix for eth.sign
8 years ago
kumavis
82012cbbce
keyring - simple - throw error if wallet not found for address
8 years ago
kumavis
e7cf0f4bdd
keyring - simple - fix address generation
8 years ago
kumavis
ef81bde98b
eth-store - emit update on new account add
8 years ago
kumavis
f49fb149cc
background - txManager - filter txs by network
8 years ago
kumavis
c3d491a37c
background - return txHash to provider-engine on done
8 years ago
Frankie
fdcf03f57d
Fix the inclusion of the txFee in the meta tx object
8 years ago
Frankie
87505e1742
fix for linting
8 years ago
Frankie
580d93188c
Satisfy review needs:
...
removed unnecessary this.query = opts.query from constructor
Created a tx error state for errors in approveTransaction
validateTxParams has been moved to tx-utils
removed "value" arg from _setTxStatus
8 years ago
Frankie
212ef0b850
fix the maxcost not being included in txMeta
8 years ago
kumavis
d755b66e20
background - metamask controller - fix 'this' ref
8 years ago
Frankie
5ed52eed68
Clean up code
8 years ago
kumavis
29e83d71a8
background - handle tx finalization in controllers instead of provider-engine
8 years ago
kumavis
65ba9fc39e
bugfix - portstream - dont wrap cb in try catch
8 years ago
Frankie
576e2ad64d
Fix wording and icon of failed txs
8 years ago
Dan Finlay
d87a7b2a76
Send update to UI when changing selected account
...
Fixes #981
8 years ago
Frankie
bbd2f2738b
Add to CHANGELOG
8 years ago
Frankie
0fae263a9a
Take some of the tx Logic out of the UI and create a visble state for pending and unaproved transactions
8 years ago
kumavis
26e4ff40e1
rpc - fix sync account cache setting
8 years ago
kumavis
61637c738b
web3 provider - override eth_syncing and web3_clientVersion
8 years ago
Dan Finlay
21e2e4efd8
Remove erroneous OOG estimation logic.
8 years ago
kumavis
b301c0fb48
deps - replace promise-request with fetch
8 years ago
Frankie
e62f70660d
MetaMask Controller - Convert to EventEmitter
8 years ago
Dan Finlay
7659f5894a
Combine two identical then blocks
8 years ago
Frankie
cf6817092b
remove unnecessary try statments
8 years ago
Dan Finlay
6c99d09404
Fixed bugs with sanity-checking
...
- Was incorrectly calling some eth-query methods (left over from old local eth-query)
- Was still passing block to getAccount in addAccount
- Now emitting update only after all account balances are loaded, reducing UI update traffic.
8 years ago
Dan Finlay
ead8a05034
Fix dependency reference
8 years ago
Dan Finlay
a107b66854
Caught typo
8 years ago
Dan Finlay
18e6d266c1
Add descriptive comment
8 years ago
Dan Finlay
381a60695d
Linted
8 years ago
Dan Finlay
3588aabdf2
Removed reliance on eth-store internal custom eth-query
8 years ago
Dan Finlay
08351f801a
Move eth-store@1.1.0 into local repo.
8 years ago
Frankie
32e8063a77
clean up
8 years ago
Frankie
e6da8e2762
Fix signing of transactions
8 years ago
Dan Finlay
33b4d213f1
Fix sendUpdate for new promisified getState method
8 years ago
Dan Finlay
1b9906372b
Update UI state on ethStore updates
...
UI was remarkably not relying on ethStore for updates, so things like account balances were frozen until user activity.
Fixes #963
8 years ago
Dan Finlay
305cda4265
Use chainId parameter instead of second argument
8 years ago
Dan Finlay
af2c7004b0
Make single letter variables more verbose
8 years ago
Dan Finlay
7320095079
Linted
8 years ago
Dan Finlay
9c6c277b8b
Add replay protection to Transaction Manager
...
Fixes #897
Needs tests.
8 years ago
Dan Finlay
edc5f9e821
Add tolerance for hex prefixed private keys to simple keychain
8 years ago
kumavis
616721f47d
inpage-provider - add isMetaMask
...
adds `metamaskInpageProvider.isMetaMask === true`
Fixes #727
8 years ago
Dan Finlay
e95c937569
Add additional migration test
8 years ago
Frankie
fde69ea0ba
fix some minor spelling mistakes and clean up code
8 years ago
Dan Finlay
a10fe6b6f4
Return keyring metadata on metamask state object
...
Required making the getState methods for both keyringController and metamaskController async.
They both now return promises, and the main metamask-controller.getState method is now nodeified.
Will allow the UI to render loose keys differently than persisted keys.
8 years ago
Dan Finlay
1861bf8e2b
Remove log
8 years ago
Dan Finlay
98527c1c25
Fix account injection bug
...
It seems `selectedAddress` was removed from the keyring-controller’s state, and is used to populate the injected current account.
I couldn't help myself, I dug around, I found a PR named [changed all instances of selectedAddress to selectedAccount](f5b0795ac5
) by @Zanibas . Sorry, Kevin! Had you actually changed all instances, this bug would not have happened.
Fixes #908
8 years ago
Dan Finlay
9e54e3baa0
Break up migration function
8 years ago
Dan Finlay
291403c13f
Don't bother changing selected accounts since accounts are recovered
8 years ago