Mark Stacey
d91ce9c4b5
Revert "Merge pull request #16353 from MetaMask/Version-v10.22.0"
...
This reverts commit 308033edbf
, reversing
changes made to b8d71d6d1d
.
2022-11-15 11:30:02 -03:30
Alex Donesky
20986e17b7
Persist state in metaRPCHandler so that we are sure state is persisted before sending back response to actions ( #15978 )
...
* persist state in metaRPCHandler so that we are sure state is persisted before sending back response to actions
2022-10-10 17:10:44 -05:00
Mark Stacey
5076e5057f
Remove nodeify
( #13003 )
...
The `nodeify` utility is no longer needed for the background API.
Instead each method is assumed to be either synchronous or Promise-
returning.
The error handling was updated to at least log the error in the case
where a method fall fails after the connection is broken.
2021-12-08 18:06:53 -03:30
Shane
cacefc72fc
return early from metaRPCHandler if stream has ended ( #11065 )
...
* return early from metaRPCHandler if stream has ended
* add write after end guard to handleUpdate
2021-05-12 15:12:46 -07:00
Shane
b50fe3184a
fix: replace dnode background with JSON-RPC ( #10627 )
...
fixes #10090
2021-03-18 11:23:46 -07:00