Skip to content
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

add gasPrice to EstimateActionGasConsumptionRequest #137

Merged
merged 2 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
734 changes: 372 additions & 362 deletions golang/iotexapi/api.pb.go

Large diffs are not rendered by default.

150 changes: 98 additions & 52 deletions golang/iotexapi/api_grpc.pb.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions golang/iotexapi/read_state.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions golang/iotexrpc/rpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions golang/iotextypes/action.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions golang/iotextypes/blockchain.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions golang/iotextypes/consensus.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions golang/iotextypes/election.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions golang/iotextypes/endorsement.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions golang/iotextypes/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions golang/iotextypes/node.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions golang/iotextypes/receiptstatus.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions golang/iotextypes/state_data.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions golang/iotextypes/transaction_log.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions golang/testingpb/testing.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ message EstimateActionGasConsumptionRequest {
iotextypes.CandidateBasicInfo candidateUpdate = 48;
}
string callerAddress = 100;
string gasPrice = 101;
}

message EstimateActionGasConsumptionResponse {
Expand Down