-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add request timeout for call rpc and batch call rpc add middlewire for hook call rpc and batch call rpc * fix typo error middlewire * add description of how to use middleware and change log * rename function log middleware to console middleware Co-authored-by: dayong <[email protected]>
- Loading branch information
1 parent
9a3e8d2
commit f6846a2
Showing
16 changed files
with
419 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
NodeURL = "http://127.0.0.1:12537" | ||
BlockHash = "0x589c98650b0531883edab079acceeae4eefd892a73871ef6e8f1b4f9a82dc1bf" | ||
TransactionHash = "0xca3c7b7b43e0290bc7ba103f42cfabd78ced8504ec5b920276891a8da67ca6b1" | ||
BlockHashOfNewContract = "0xf7a26c4455f320ea298226635c74e87e8f1de78d7d38ba2f8beb7b97bc826b94" | ||
ERC20Address = "NET3469801582:TYPE.CONTRACT:ACC2PMEWZKPR34N3DEU10S2DM47SSBMXS2JVY6JGXV" | ||
NodeURL = "ws://test.confluxrpc.com/ws" | ||
BlockHash = "0x5379d291e1489dc9359d857c6fdaf44e673a109dfa813cc6460a8795566f60d3" | ||
TransactionHash = "0x485404cac57cb1e58f1f3285d02044fc9722f5427ecc726149c9ea7468c6f64c" | ||
BlockHashOfNewContract = "0x50da8bc04047c48aed189b96b8d907e145a3b919e8dd73bd3ca51a9aca86844a" | ||
ERC20Address = "cfxtest:acfpjyyu1wp1h79h589dcxhms3z40zgj1y41cj8u3k" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.