-
Notifications
You must be signed in to change notification settings - Fork 70
[Feemarket] Add feemarket module #592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
testing/tx_helpers.go
Outdated
@@ -146,6 +147,8 @@ func SignCheckDeliver( | |||
require.Equal(t, 1, len(resBlock.TxResults)) | |||
txResult := resBlock.TxResults[0] | |||
finalizeSuccess := txResult.Code == 0 | |||
fmt.Println("log", txResult.Log) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove?
@@ -1,142 +0,0 @@ | |||
package feechecker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also remove .proto and generated files (.pulsar, .pb) also check oracle merkle proof.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
The feemarket module is not suitable for our laned mempool and its use is limited. So, I decided to pause this implementation for now. |
Implementation details
Please ensure the following requirements are met before submitting a pull request:
CHANGELOG_UNRELEASED.md
Files changed
tab in the Github PR explorer)