Proto commits in bloXroute-Labs/solana-trader-proto

These commits are when the Protocol Buffers files have changed: (only the last 100 relevant commits are shown)

Commit:4b5625c
Author:viktorblx
Committer:GitHub

Feature/backrun endpoints (#273)

The documentation is generated from this commit.

Commit:cb5412a
Author:viktorblx

Switched totalBackruns to uint32

The documentation is generated from this commit.

Commit:2b6031f
Author:viktorblx

Updated GetBackrunsResponse

Commit:984fc9e
Author:viktorblx

Replaced startTime and endTime fields with date

Commit:1e81d24
Author:viktorblx

Cleanup

Commit:9ef2907
Author:viktorblx

Cleanup

Commit:0eaee4f
Author:viktorblx

Renamed revShareTotalLamports to revShareTotalSol. Deprecated fastBestEffort.

Commit:02d4cc1
Author:viktorblx

Merge branch 'develop' into feature/backrun_endpoints

Commit:dd34533
Author:viktorblx

Made sniping deprectated

Commit:e379925
Author:viktorblx

Backruns endpoints

Commit:543c4fc
Author:viktorblx
Committer:GitHub

Deprecated submitStrategy in PostSubmitBatchRequest (#272) Co-authored-by: Copilot <copilot@github.com>

Commit:3ecb952
Author:viktorblx

Deprecated submitStrategy in PostSubmitBatchRequest Co-authored-by: Copilot <copilot@github.com>

Commit:99d75d2
Author:dumitrucantemir

moved definitions to try to fix conflicts

Commit:237981c
Author:dumitrucantemir

moved definitions to try to fix conflicts

Commit:aad5f00
Author:dumitrucantemir

moved definitions to try to fix conflicts

Commit:437e25a
Author:dumitrucantemir

Added harmonic support

Commit:519d0b9
Author:dumitrucantemir

Added harmonic support

Commit:de1c59d
Author:dumitrucantemir

Added harmonic support

Commit:0fb3631
Author:dumitrucantemir

Added harmonic support

Commit:2ee56f3
Author:Dumitru Cantemir
Committer:GitHub

Revert protection on submit (#270) Revert protection on submit

Commit:d69d34f
Author:dumitrucantemir

Added revert protection flag in PostSubmitRequest

Commit:928547e
Author:Garrett Partenza
Committer:GitHub

GetTransactionTrace (#269)

Commit:b752cd3
Author:Garrett Partenza

share tags with get slot info

Commit:b338f51
Author:Garrett Partenza

added endpoint proto definitions and made go protos only

Commit:0a00a2f
Author:dumitrucantemir

cleanup the submit endpoints

Commit:3b6d5ef
Author:Dumitru Cantemir
Committer:GitHub

Added support for SlotInfo endpoint (#267) Added support for SlotInfo endpoint

Commit:3506dcf
Author:dumitrucantemir

Added support for SlotInfo endpoint

Commit:7b3b9bf
Author:dumitrucantemir

Added support for SlotInfo endpoint

Commit:3577677
Author:dumitrucantemir

Added support for SlotInfo endpoint

Commit:b8d4347
Author:Atul Srivastava
Committer:GitHub

(feat) Add CPMM bool to SwapStream

Commit:65af53a
Author:dumitrucantemir

Added support for SlotInfo endpoint

Commit:4ebfec6
Author:dumitrucantemir

Added support for SlotInfo endpoint

Commit:d887040
Author:Garrett Partenza

go proto build

Commit:5b41625
Author:atulsriv

add cpmm bool to get swap stream struct

Commit:3c502d4
Author:Vlad Shcherbyna
Committer:GitHub

fix: updated PostPumpFunAmmSwapResponse fields to reflect appropriate tx amounts (#265)

Commit:e5e0481
Author:Vlad Shcherbyna
Committer:GitHub

fix: pump fun AMM quote request/response parameters (#264)

Commit:65addd6
Author:viktorblx
Committer:GitHub

Removed schedule (#262)

Commit:6720e61
Author:viktorblx

Removed schedule

Commit:3ac0ea1
Author:bx-circle-ci
Committer:GitHub

updated python and rust versions (#261) Co-authored-by: Vlad Shcherbyna <volodymyr.shcherbyna@bloxroute.com>

Commit:6b96451
Author:Vlad Shcherbyna
Committer:GitHub

removed baseMintVault/quoteMintVault from GetPumpFunNewAmmPoolStreamR… (#260) …esponse

Commit:71b68ad
Author:Vlad Shcherbyna
Committer:GitHub

feat: pump fun AMM swap and quote endpoints

Commit:52f9f47
Author:Garrett Partenza
Committer:GitHub

Pump Fun New IDL Updates (#257)

Commit:cf34c41
Author:Garrett Partenza

add creator to swap stream response

Commit:8108ef6
Author:Garrett Partenza

fixed order

Commit:6e62c3b
Author:Garrett Partenza

pump fun new idl

Commit:cb7158c
Author:Garrett Partenza

added other swap endpoints as well

Commit:367da8f
Author:Garrett Partenza

added to jupiter and raydium endpoints

Commit:d51e15b
Author:Garrett Partenza

added to sol version as well

Commit:44e55cd
Author:Garrett Partenza

testing jitodont front by adding to pumpfun swap endpoint

Commit:35884af
Author:Garrett Partenza
Committer:GitHub

Added slot field to pump fun amm swap stream response (#255)

Commit:6e1c558
Author:Garrett Partenza

Added slot field to pump fun amm swap stream response

Commit:85a5b65
Author:Garrett Partenza
Committer:GitHub

PumpSwap AMM Swaps Stream (#253) Added streaming endpoint called `GetPumpFunAMMSwapStream`. Response format: ```json { "pool": "pump swap pool <string>" "user": "user account <string>", "isBuy": "quote2base vs base2quote <bool>", "quoteMint": "mint of quote token <string>", "baseMint": "mint of base token <string>", "inAmount": "lamports into pool <double>", "outAmount":"lamports out of pool <double>", "txHash": "hash of transaction <string>", "timestamp": "protobuf timestamp <pb.TimeStamp>" } ```

Commit:7cf5a89
Author:Garrett Partenza

new format for response

Commit:8b1ef75
Author:Garrett Partenza

new rpc streaming endpoint for pump amm swaps with associated messages, remade proto

Commit:97dd2ef
Author:Garrett Partenza
Committer:GitHub

SubmitProtection Functionality (#251) Added optional `SubmitProtection` enum on `PostSubmitRequest` and `PostSubmitBatchRequest`

Commit:5f0af80
Author:Garrett Partenza

show diff

Commit:9ec573d
Author:Atul Srivastava
Committer:GitHub

Add optional timestamp in submit requests (#250)

Commit:122ba47
Author:Garrett Partenza

remove unspecified field and use presence

Commit:135f246
Author:Garrett Partenza

Added enum field for SubmitProtection, added as optional to PostSubmitRequest and PostSubmitBatchRequest

Commit:7b8aad1
Author:Garrett Partenza

added back in GetPumpFunNewAmmPoolStream rpc

Commit:0b8cbce
Author:atulsriv

add optional timestamp in submit requests

Commit:3a9a738
Author:Garrett Partenza

remove GetPrice

Commit:123d5bb
Author:Garrett Partenza

merge development and remake proto

Commit:b60a6a3
Author:Dumitru Cantemir
Committer:GitHub

Trad 1304/new pump amm pool (#248) Trad 1304/new pump amm pool

Commit:6eb8c6b
Author:dumitrucantemir

Added support for New PumpFun AMM pool creation stream

Commit:2c4ce43
Author:dumitrucantemir

Added support for New PumpFun AMM pool creation stream

Commit:9891c49
Author:dumitrucantemir

Added support for New PumpFun AMM pool creation stream

Commit:3bcfd14
Author:dumitrucantemir

Add FRP flag into submit-paladin request

Commit:44a594e
Author:Lanikean

merge develop

Commit:613c4b1
Author:Dumitru Cantemir
Committer:GitHub

Add frp to submit paladin (#246)

Commit:4ec31bf
Author:dumitrucantemir

Add FRP flag into submit-paladin request

Commit:8310f91
Author:Lanikean

merge develop

Commit:6cb77b9
Author:viktorblx
Committer:GitHub

Add malicious flag to schedule (#244)

Commit:53e024e
Author:Lanikean

Merge branch 'develop' into remove-openbook

Commit:f69f308
Author:viktorblx

Add malicious flag to schedule

Commit:af433ac
Author:viktorblx
Committer:GitHub

Added jito region (#243)

Commit:80b0c6a
Author:viktorblx

Added jito region

Commit:876eaa4
Author:Lanikean

rm getaccount balance

Commit:9fe587e
Author:Lanikean

put back in GetPrice

Commit:3b601f2
Author:Lanikean

init orderbook removal

Commit:6489270
Author:Jose
Committer:GitHub

remove allowRevert (#241)

Commit:474a369
Author:Lanikean

remove allowRevert

Commit:15307d5
Author:Jose
Committer:GitHub

Remove jupiter fastmode (#239)

Commit:5661e3f
Author:Lanikean

remove jupiter fastmode

Commit:7766139
Author:Jose
Committer:GitHub

Remove ore endpoints (#238)

Commit:0bcb3a8
Author:Lanikean

init

Commit:71dc28b
Author:viktorblx
Committer:GitHub

TRAD-1281 - AllowRevert and Paladin TX filtering in TraderAPI (#237)

Commit:effbf5a
Author:viktorblx

TRAD-1281 - AllowRevert and Paladin TX filtering in TraderAPI

Commit:3fc218b
Author:Dumitru Cantemir
Committer:GitHub

Submit endpoint changes (#236) Submit endpoint changes

Commit:9db9622
Author:dumitrucantemir

merge latest from develop

Commit:8aac3bf
Author:Jose
Committer:GitHub

Add priority fee stream endpoint (#234)

Commit:100a657
Author:Lanikean

Merge branch 'develop' into priority-project-stream

Commit:7d96540
Author:Dumitru Cantemir
Committer:GitHub

Submit to paladin (#235) Submit to paladin only transactions send to a dedicated endpoint

Commit:b58ec69
Author:dumitrucantemir

Submit to Paladin support

Commit:538bc20
Author:dumitrucantemir

Submit endpoint changes

Commit:86cae78
Author:Lanikean

init

Commit:fdc1066
Author:Dumitru Cantemir
Committer:GitHub

Added sniping endpoint (#233) Added sniping endpoint

Commit:64f2329
Author:dumitrucantemir

merged latest develop

Commit:d826b2c
Author:viktorblx
Committer:GitHub

Feature/leader schedule (#232)

Commit:648032b
Author:viktorblx

Leader Schedule