Send mobymask p2p messages to laconicd (#339)

* Use laconic ETH RPC endpoint for querying

* Run peer with message handler to send tx to laconic

* Handle revoke messages in mobymask p2p

* Set tx gasLimit explicitly for slow eth_estimateGas call

* Convert delegationHash to hex string before broadcasting json
This commit is contained in:
2023-03-17 10:26:47 +05:30
committed by GitHub
parent 787991c432
commit c44eff36b4
8 changed files with 237 additions and 28 deletions
+1
View File
@@ -15,3 +15,4 @@ export * from './job-runner';
export * from './index-block';
export * from './fill';
export * from './peer';
export * from './utils';