Dan Finlay
33b344d276
Bump changelog
9 years ago
Dan Finlay
ab9db44f4a
Add migration to actual migration array, fix test
9 years ago
Dan Finlay
4a1dd26fc9
Corrected migration order
9 years ago
Dan Finlay
875a0731dd
Deprecate rawtestrpc.metamask.io
...
This migration will move users who have their clients configured to point at `rawtestrpc.metamask.io` to point at our new test-net RPC, `testrpc.metamask.io`.
9 years ago
kumavis
db85827b2b
Merge pull request #125 from MetaMask/TransactionList
...
Add transaction history to account detail view
9 years ago
kumavis
f82a4de725
Merge pull request #128 from MetaMask/i127
...
build - post process with dereq
9 years ago
kumavis
04a61b7de9
build - post process with dereq
9 years ago
Dan Finlay
532edf670e
Store metamaskId on metaTx instead of getTxWithParams method.
9 years ago
Dan Finlay
7455a0fa32
Improve transaction list title
9 years ago
Dan Finlay
2f09ab79d5
Bumped changelog
9 years ago
Dan Finlay
7276e80816
Removed logs
9 years ago
Dan Finlay
d6ab6bb4fa
Fix floating point input bug
...
When sending a transaction, we were converting to BN before handling decimals, which meant we were losing any precision past a decimal point, since BN does not handle decimals!
Put this numeric normalization into a utility function with a test around it and got it working.
9 years ago
Dan Finlay
f79601ee58
Generate explorer link to match current blockchain
9 years ago
Dan Finlay
b8c57433ce
Add completed tx hash to persisted tx log
9 years ago
Dan Finlay
f72887a0a2
Fix config manager method
9 years ago
Dan Finlay
901d23a029
Add extra tx methods to configManager
9 years ago
Dan Finlay
0a0a631af2
Improve some UI formatting
9 years ago
Dan Finlay
13cac5943e
Move transaction list after account panel
9 years ago
Dan Finlay
c858b70585
Moved transaction-list into its own component
9 years ago
Dan Finlay
8fe113e8d9
Merge branch 'master' into TransactionList
9 years ago
John Whitton
b953dc9ae1
Prototype Transaction Details in account-detail.js
...
Rough prototype with hyperlink
9 years ago
Dan Finlay
dba41614d0
Merge branch 'master' of github.com:MetaMask/metamask-plugin
9 years ago
Dan Finlay
7291e3f1b3
Merge branch 'AddPersistentTransactionLog'
9 years ago
Dan Finlay
28f14661fd
Bump changelog
9 years ago
Dan Finlay
09d74102a7
Merge pull request #118 from MetaMask/AddPersistentTransactionLog
...
Persist transactions to config-manager
9 years ago
Dan Finlay
1d56ab821e
Fix displayed RPC address
...
Fixes #119
9 years ago
Dan Finlay
0e39110f3c
Bump changelog
9 years ago
Dan Finlay
cfdad0f9fe
Emit transaction list to UI
9 years ago
Dan Finlay
dc043b7f9b
Fix method of emitting unconfirmedTxs to UI
9 years ago
Dan Finlay
a441e635bd
Persist transactions to config-manager
...
Transactions are now stored, and are never deleted, they only have their status updated.
We can add deleting later if we'd like.
I've hacked on emitting the new unconfirmedTx key to the UI in the format it received before, I want Aaron's opinion on where I should actually do that.
9 years ago
kumavis
2a53a26fca
Merge pull request #117 from MetaMask/i33
...
reject unknown tx 'from' address via provider-engine
9 years ago
kumavis
c503d0897d
deps - bump provider-engine to 7.4.0
9 years ago
kumavis
046bacbd5b
deps - remove unused faux-jax
9 years ago
Dan Finlay
15e953f11f
Merge pull request #115 from MetaMask/UnifyTestSuites
...
Unify test suites
9 years ago
kumavis
fdc74b7e87
Merge pull request #116 from MetaMask/i30
...
contentscript - append inpage as first child
9 years ago
kumavis
e949e6b118
contentscript - append inpage as first child
9 years ago
Dan Finlay
65d73d7bb4
Unify test suites
9 years ago
Dan Finlay
8b62a8bec2
Fix plugin tests
9 years ago
kumavis
83b8741bbb
Merge pull request #113 from MetaMask/i53
...
publicConfigStore for sync provider and selected address
9 years ago
kumavis
d6114292d0
inpage - use publicConfigStore for selectedAccount and sync provider
9 years ago
kumavis
d840e81a10
wiring - trusted-untrusted features + remote-store
9 years ago
Dan Finlay
81fc1e5f7d
Bump version to 1.5.1
9 years ago
Dan Finlay
382cca4a8e
Merge pull request #112 from MetaMask/AddLeadingZero
...
ui - formatBalance bug
9 years ago
Dan Finlay
33dc68535d
Add leading zero to account balances
9 years ago
Dan Finlay
dac7406ff8
Merge pull request #106 from MetaMask/AddTravisCI
...
Add rudimentary travis.yml
9 years ago
kumavis
6159080731
Merge pull request #111 from MetaMask/i53
...
inpage sync RPC
9 years ago
kumavis
907e39e5ab
wiring - move to obj-multiplex
9 years ago
kumavis
cef1f2a65f
ui - util - fixes#110 formatBalance
9 years ago
kumavis
1e989fb8a4
inpage - defaultAccount - fix bug
9 years ago
Dan Finlay
6e0bb68cba
Run all UI tests
9 years ago