1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

changelog - add note on rpc overrides

This commit is contained in:
kumavis 2017-01-11 00:48:06 -08:00
parent 61637c738b
commit a9bdc76e40

View File

@ -2,6 +2,8 @@
## Current Master
- Fix memory leak in RPC Cache
- Override RPC commands eth_syncing and web3_clientVersion
- Remove certain non-essential permissions from certain builds.
- Add a check for when a tx is included in a block.
- Fix bug where browser-solidity would sometimes warn of a contract creation error when there was none.