Skip to content

Commit

Permalink
Remove fastBestEffort option from submit transaction endpoints (#186)
Browse files Browse the repository at this point in the history
Remove fastBestEffort option from submit transaction endpoints
  • Loading branch information
DimaCantemir authored Jul 29, 2024
1 parent d6c2b9a commit e729568
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 54 deletions.
24 changes: 6 additions & 18 deletions api/api.pb.go

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

1 change: 0 additions & 1 deletion proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,6 @@ message PostSubmitRequest {
optional bool frontRunningProtection = 3;
optional uint64 tip = 4;
optional bool useStakedRPCs = 6;
optional bool fastBestEffort = 7;
}

message PostSubmitRequestEntry {
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bxsolana-trader-proto"
version = "0.0.72"
version = "0.0.73"
description = "proto-generated files for solana-trader-api"
dependencies = [
"betterproto==v2.0.0b6"
Expand Down
16 changes: 6 additions & 10 deletions python/src/bxsolana_trader_proto/api/__init__.py

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

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

3 changes: 0 additions & 3 deletions swagger-ui
Original file line number Diff line number Diff line change
Expand Up @@ -4532,9 +4532,6 @@
},
"useStakedRPCs": {
"type": "boolean"
},
"fastBestEffort": {
"type": "boolean"
}
}
},
Expand Down

0 comments on commit e729568

Please sign in to comment.