Commit Graph

140 Commits

Author SHA1 Message Date
kirill lykov d1d61c4afa
fix cu consumed computations (#25)
* fix cu consumed computations

* fix compilation errors
2024-02-28 16:38:43 +01:00
galactus 44ef92f52e
Merge pull request #24 from blockworks-foundation/ci
ci and clippy fixes
2023-09-18 16:06:30 +02:00
GroovieGermanikus 74b80cfd42 Merge branch 'faster-ci-hacking' into ci 2023-09-14 07:50:11 +02:00
GroovieGermanikus 7b074e8821 cleanup 2023-09-14 07:48:47 +02:00
GroovieGermanikus 2b2da60f74 ubuntu 22 2023-09-13 23:12:42 +02:00
GroovieGermanikus ebb701e0cc sscache + Swatinem 2023-09-13 23:09:08 +02:00
GroovieGermanikus a42194584f remove sccache from cache 2023-09-13 22:07:36 +02:00
GroovieGermanikus c95a7ddf3a cache sccache 2023-09-13 21:43:14 +02:00
GroovieGermanikus 5499d55c25 enable branch 2023-09-13 21:18:45 +02:00
GroovieGermanikus 5011427312 fix yaml 2023-09-13 21:17:34 +02:00
GroovieGermanikus d6d8387958 Revert "experiment with sccache"
This reverts commit 8ef51dc122.
2023-09-13 21:16:20 +02:00
GroovieGermanikus 05ba9045ee Revert "debug version"
This reverts commit cbb834f13d.
2023-09-13 21:16:17 +02:00
GroovieGermanikus 8ef51dc122 experiment with sccache 2023-09-13 21:14:09 +02:00
GroovieGermanikus cbb834f13d debug version 2023-09-13 21:08:51 +02:00
GroovieGermanikus 34cfc5876c remove -D warnings 2023-09-13 16:49:45 +02:00
GroovieGermanikus 6ec6af4cba ping 2023-09-13 16:30:03 +02:00
GroovieGermanikus 53daef4cf3 add -D warnings to clippy 2023-09-13 16:25:30 +02:00
GroovieGermanikus 7527760481 pick up rust-toolchain.toml for CI§ 2023-09-13 16:16:20 +02:00
GroovieGermanikus 7d2e6ee684 rework github action 2023-09-13 15:29:42 +02:00
aniketfuryrocks a959006935
component 2023-09-04 21:22:20 +05:30
aniketfuryrocks b609788883
a 2023-09-04 20:46:26 +05:30
aniketfuryrocks 00951a82bc
s 2023-09-04 20:13:25 +05:30
aniketfuryrocks 08d82b9d40
clippy fix 2023-09-04 20:11:28 +05:30
aniketfuryrocks b635d57415
install clippy 2023-07-18 17:38:32 +05:30
aniketfuryrocks 7be62c1d37
toolchain stable 2023-07-14 13:47:35 +05:30
aniketfuryrocks 276f3262dd
fmt 2023-07-07 12:56:04 +05:30
aniketfuryrocks 1b178777e8
clippy fixes 2023-07-07 11:42:57 +05:30
aniketfuryrocks c9d00cf357
ci 2023-07-07 11:21:18 +05:30
galactus 660a5f5b68
Merge pull request #22 from blockworks-foundation/updating_to_custom_tpu
Updating to custom tpu
2023-06-30 22:40:37 +02:00
Godmode Galactus e7f7d415ad
Adding more info to block logs 2023-06-29 13:49:19 +02:00
Godmode Galactus 6b946ea4e9
Solving errors, making default rpc_client commitment as finalized 2023-06-27 10:44:59 +02:00
Godmode Galactus d29a936e92
fixing the cu consumed by blocks 2023-06-26 14:56:29 +02:00
Godmode Galactus 7853684abf
moving lite-rpc libraries to version v0.2.2 2023-06-23 15:30:02 +02:00
Godmode Galactus 33850b1e5f
git status 2023-06-23 15:29:28 +02:00
Godmode Galactus 72c4f79911
removing correctly the transactions from the map while confirming 2023-06-20 15:19:18 +02:00
Godmode Galactus 92a0db9cc3
removing unused dependecies and using lite-rpc tag instead of branch 2023-06-20 15:14:46 +02:00
Godmode Galactus 3c2ce7647d
solving deadlock and pointing cargo to github repo 2023-06-15 18:43:57 +02:00
Godmode Galactus 4d56e63e6f
removing confirmed fromt transaction map 2023-06-15 12:00:37 +02:00
Godmode Galactus e765215beb
making mango simulation work with custom tpu and verify transactions using notifications 2023-06-15 10:41:58 +02:00
Godmode Galactus babddac324
Adding solana lite-rpc dependency 2023-06-11 19:19:38 +02:00
galactus c2c52c25f9
Merge pull request #17 from blockworks-foundation/reset_tpu_client_from_time_to_time
reset tpu client from time to time
2023-05-15 16:19:21 +02:00
Godmode Galactus 7958e9092e
reset tpu client from time to time 2023-05-12 11:18:07 +02:00
Maximilian Schneider 5f76154894
Merge pull request #16 from blockworks-foundation/max/batch
improve tx submission
2023-04-25 12:47:03 +02:00
Maximilian Schneider 13ddf85330 blockhash polling finalized 2023-04-23 17:57:44 +02:00
Maximilian Schneider 49829d39c5 make crank async 2023-04-23 13:07:44 +00:00
Maximilian Schneider e653eb96a9 run all keeper functions in a batch 2023-04-19 11:29:26 +00:00
Maximilian Schneider 8b27a138c9 run batch execution async 2023-04-18 23:20:13 +00:00
Maximilian Schneider 465e628a64 batch mm txs 2023-04-18 15:00:57 +00:00
galactus be148301bb
adding prioritization fees for keeper instructions (#8)
* adding prioritization fees for keeper instructions

* add top 5 errors encountered in stats

---------

Co-authored-by: Maximilian Schneider <max@mango.markets>
2023-04-15 12:39:26 +02:00
galactus 1ffd1e344a
canceling all transactions on all markets for a market maker before e… (#14)
* canceling all transactions on all markets for a market maker before each run

---------

Co-authored-by: Maximilian Schneider <max@mango.markets>
2023-04-15 12:17:15 +02:00