forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* optimize p2p network layer Signed-off-by: ozkanonur <work@onurozkan.dev> * update default gas limit for tendermint Signed-off-by: ozkanonur <work@onurozkan.dev> * rollback topic limit Signed-off-by: ozkanonur <work@onurozkan.dev> * remove unused arg from `lp_ordermatch::process_msg` Signed-off-by: ozkanonur <work@onurozkan.dev> * use OrderbookP2PHandlerResult for process_orders_keep_alive and process_maker_order_updated * return one error for failed SwapMsg, SwapStatus deserialization * fix process_swap_msg in wasm to return error if SwapMsg can't be deserialized * remove additional space in SwapMsg, SwapStatus decode error message * roll back crate visibility for new_protocol mod --------- Signed-off-by: ozkanonur <work@onurozkan.dev> Co-authored-by: shamardy <shamardy@yahoo.com>
- Loading branch information
1 parent
52eb282
commit 547a30a
Showing
10 changed files
with
255 additions
and
118 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
Oops, something went wrong.