Return after 'reject' in Promise constructor (#8857)
There were three cases where execution unintentionally continued after an error was encountered. These cases likely are impossible to encounter in practice due to recent validation improvements in the `eth-json-rpc-middleware/wallet` module, but they were broken nonetheless. Execution inside the Promise constructor now halts immediately after `reject` is called.feature/default_network_editable
parent
1d2644423e
commit
828ec0530a
Loading…
Reference in new issue