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
Dan Finlay
5de4dc7662
Add build badge
9 years ago
Dan Finlay
702b7e86f2
Limit test suite to UI for now
9 years ago
Dan Finlay
08c126e88e
Merge branch 'master' into AddTravisCI
9 years ago
Dan Finlay
93b75c88c4
Remove extraneous build target
9 years ago
Dan Finlay
de1bd04bfc
Add travis compiler addons
9 years ago
Dan Finlay
4ee1b0ddf9
Add c++ compiler for travis and node 4+
...
https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
9 years ago
Dan Finlay
29f1957b86
Bump ethereumjs-utils version
9 years ago
Dan Finlay
2f8a5d1c3a
Merge pull request #109 from MetaMask/FixEthResolution
...
Fix eth resolution
9 years ago
Dan Finlay
e10480dec1
Bump changelog
9 years ago
Dan Finlay
8527d051b0
Fix eth resolution
...
utils.formatBalance was returning rounded ether, was not useful for displaying account balances.
Now returns four decimal points, and is easily configurable for more, with passing tests.
Spoiler alert: Don't you dare divide bignumber wei. Bignumber does not have decimals. Keep it as wei, format it as ether.
9 years ago
kumavis
9be7bebbb3
Merge pull request #108 from MetaMask/i32
...
set defaultAccount on web3
9 years ago
kumavis
38582f6aae
web3 - set defaultAccount
9 years ago
kumavis
2c47fb14e0
clean - inpage remove unused xhr mitm code
9 years ago
Dan Finlay
b1a0c0aa21
Add rudimentary travis.yml
9 years ago
Dan Finlay
5694a11672
Remove private throughput graph
9 years ago
Dan Finlay
54f13b31ec
Merge pull request #105 from MetaMask/MergeWithUI
...
Merge metamask-ui into metamask plugin
9 years ago
Dan Finlay
b05e458ac2
Add waffle metrics to the README for fun
9 years ago
Dan Finlay
4754db8c5f
Remove metamask-ui dependency
9 years ago
Dan Finlay
8cb4c0445c
Add merge to changelog
9 years ago
Dan Finlay
a27677a87c
Move UI deps into main plugin package.json
...
Also move UI test scripts into main plugin
Also move testing explanation to main plugin README.
9 years ago
Dan Finlay
d814a45dff
Moved UI into repo with its own dependency stack
9 years ago
Dan Finlay
9f1438b85b
Corrected changelog note
9 years ago
Dan Finlay
2ed127b51d
Merge branch 'master' of github.com:MetaMask/metamask-plugin
9 years ago
Dan Finlay
fe3ba9dc2f
Bump manifest to 1.5.0
9 years ago
Dan Finlay
da5bf684d2
Bump changelog for 1.5.0
9 years ago
Dan Finlay
e0ee4365cb
Merge pull request #104 from MetaMask/TargetEtherscanAtOurRpc
...
Re-target production RPC endpoint
9 years ago
Dan Finlay
8fde1d696d
Bump changelog
9 years ago
Dan Finlay
d4e918cc77
Point rawtestrpc at new testrpc
9 years ago
Dan Finlay
be4818564a
Migrate etherscan configs to our new production RPC.
9 years ago
Dan Finlay
eddaf71e31
Migrate etherscan providers to our RPC
9 years ago
Dan Finlay
3e3dd2b21b
Bump changelog
9 years ago
Dan Finlay
bfd732e72e
Add sending funds to changelog
9 years ago
Dan Finlay
0fb997c55b
Bump version and changelog
9 years ago
kumavis
266e3c7ddb
popup - fix web3 plumbing
9 years ago
Dan Finlay
379294f164
Merge pull request #92 from MetaMask/ExportKey
...
Add ability to export private keys
9 years ago
Dan Finlay
874d9c1ab8
Add ability to export private keys
9 years ago
Dan Finlay
8258ab2da1
Updated changelog for current master
9 years ago
Dan Finlay
cc05be2f12
Updated changelog
9 years ago
Dan Finlay
317b8fe28f
Bump version
9 years ago
Dan Finlay
283ac19cc2
Merge pull request #90 from MetaMask/IndicateFauceting
...
Add mayBeFauceting boolean to account object
9 years ago
Dan Finlay
2d6a82e36d
Add mayBeFauceting boolean to account object
...
This boolean is computed from these requirements:
- The user is on the testnet rpc
- The account is index 0
The UI is responsible for checking the account balancing and indicating if fauceting is indeed pending or not.
9 years ago
Dan Finlay
c4bf8fcce6
Merge pull request #89 from MetaMask/SupportUndefinedAddressSelection
...
Support undefined address selection
9 years ago
Dan Finlay
b134bb4374
Support undefined address selection
...
If `setSelectedAddress` is called on the IdStore, the first account is automatically selected.
9 years ago