Dan Finlay
99ce68b4f6
Version 3.1.0
8 years ago
kumavis
3b7301488f
tx-manager - use rpc-specified txHash
8 years ago
Frankie
460cbb985f
Fix the dissplay for submitted transactions and the listner wating to hear when tx's were included in a block
8 years ago
Dan Finlay
1ff4894b67
Allow importing of private key strings
...
Fixes #1021
A top-right menu item now allows `Account Import`. It has a menu (with one item for now) that allows importing a private key string.
Errors are displayed, and a success navigates the user to their account list, where the imported account is labeled `LOOSE`.
8 years ago
Dan Finlay
a208ed1d83
Version 3.0.1
8 years ago
Dan Finlay
8fcade92d3
Fix bug where signed messages were not dismissed
8 years ago
Dan Finlay
7ae2e005ed
Fix removeHexPrefix to stripHexPrefix
8 years ago
Dan Finlay
d5ad84aa12
Wrote fix for eth.sign
8 years ago
Dan Finlay
5de6eaf35d
Fix manifest version
8 years ago
Dan Finlay
9203b8c305
Version 3.0.0
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
bc1615f032
background - fix metamaskController store -> diskStore persistence
8 years ago
kumavis
80514d73b5
migrations - wip - 005 multivault migration
8 years ago
kumavis
b33c51c0a6
migrations - introduce promise-based migrator
8 years ago
kumavis
3bc996878b
background - move pojo migrator to outside of metamask controller
8 years ago
kumavis
8012ede126
background - introduce ObservableStore
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
kumavis
89a5eff270
currency conversion - less noisy error
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
Kevin Serrano
68be524019
Take out unneeded permissions from the app.
8 years ago