Commit Graph

58 Commits

Author SHA1 Message Date
Godmode Galactus d36bc62489
moving everything to tokio spawn 2023-03-14 13:39:19 +01:00
Godmode Galactus b8b19351dd
Updating readme file 2023-03-11 09:51:55 +01:00
Godmode Galactus d670323048
renaming to simulate-mango-v3 2023-03-11 09:43:06 +01:00
galactus 6cc3444d97
Merge pull request #24 from mschneider/max/crank
integrate crank
2023-03-11 09:19:28 +01:00
Godmode Galactus 68e98dfa0b
removing necessity of source.toml getting required data from cli arguments, removing warnings 2023-03-10 13:38:11 +01:00
Maximilian Schneider d3dd7ef9d8 reformat 2023-03-09 16:20:49 +01:00
Maximilian Schneider 72f98b373b switch to jsonrpc and get crank to work 2023-03-09 16:08:03 +01:00
Maximilian Schneider 90c14613c3 [wip] try to enable tls, but not working yet 2023-03-09 00:57:17 +01:00
Maximilian Schneider 91dfc19b66 marker maker waits for keeper to warmup for 10s 2023-03-06 11:20:04 +01:00
Maximilian Schneider 12183e2062 Merge remote-tracking branch 'upstream/master' into max/crank 2023-03-06 11:05:25 +01:00
Maximilian Schneider 6b51907951 [wip] geyser upgrade and integration, no data received yet 2023-03-06 09:37:42 +01:00
galactus 616598425e
Merge pull request #23 from KirillLykov/add_sleep
add sleep after metrics report
2023-03-04 22:07:57 +01:00
Kirill Lykov 9e3d15f206 add sleep after metrics report 2023-03-03 23:01:19 +00:00
kirill lykov 61399cc3a5
Add metrics to influx (#21)
* add toolchain file

* add metrics
2023-03-03 08:52:33 -08:00
galactus 417e8b30ce
Merge pull request #18 from godmodegalactus/identity_and_keeper
adding identity, adding bootcode for keeper
2023-02-24 15:49:54 +01:00
Godmode Galactus 47b0524bcb
limit number of markets a market maker trade on 2023-02-24 15:48:08 +01:00
Godmode Galactus 8344b08983
adding keeper for root bank 2023-02-24 15:12:14 +01:00
Godmode Galactus 5ecece370e
Adding more keeper instructions 2023-02-23 16:24:26 +01:00
Godmode Galactus e45a7d8802
correcting price cache 2023-02-23 14:41:12 +01:00
Godmode Galactus 898059d81e
changes after review of kirill and ilya 2023-02-23 11:02:57 +01:00
Godmode Galactus 31cbd96897
adding identity, adding bootcode for keeper 2023-02-23 09:49:23 +01:00
galactus 70af47d9fe
Merge pull request #19 from godmodegalactus/adding_prioritization_fees
adding prioritization fees for market makers
2023-02-22 17:22:17 +01:00
Godmode Galactus a25aea678a
changes after kirill's review 2023-02-22 13:29:10 +01:00
Godmode Galactus 37cfc81c83
adding prioritization fees for market makers 2023-02-21 11:04:02 +01:00
Maximilian Schneider 03a2f8c740 wip add most of the v3 crank code 2023-02-19 01:22:19 +09:00
Maximilian Schneider 02acb24ee5 wip: add geyser crank 2023-02-18 23:24:56 +09:00
galactus 9e13cfcc93
Merge pull request #15 from godmodegalactus/migrate_to_crate
migrate git submodules to cargo
2023-02-18 15:15:29 +01:00
Godmode Galactus d3acc5ac4f
setting solana version v1.15, adding identity in config 2023-02-17 13:01:18 +01:00
Godmode Galactus 1cada13396
migrate git submodules to cargo 2023-02-17 11:47:37 +01:00
galactus ed7401e73a
Merge pull request #16 from godmodegalactus/refactoring_splitting_into_multiple_files
refactoring the code, splitting into multiple files
2023-02-17 11:41:15 +01:00
Godmode Galactus 12f46d93ac
refactoring the code, splitting into multiple files 2023-02-15 17:08:55 +01:00
galactus 0d7913977b
Merge pull request #13 from mschneider/max/stats
write processed slot deltas to output
2023-02-03 08:38:24 +01:00
Maximilian Schneider 28e1ee1c2c write processed slot deltas to output 2023-02-03 15:01:39 +09:00
galactus 190cb43b93
Merge pull request #9 from apfitzge/typo/consumerd
Typo: consumerd -> consumed
2022-12-13 20:55:49 +01:00
Andrew Fitzgerald 1b94dcac5d
typo: consumerd -> consumed 2022-12-12 21:55:50 +00:00
galactus 9d3f234ecf
Merge pull request #8 from mschneider/max/mm_cu
add mm_cu
2022-12-12 21:04:03 +01:00
Maximilian Schneider f7b199be61 add mm_cu 2022-12-12 20:51:57 +02:00
galactus 9f23514de9
Merge pull request #7 from godmodegalactus/optimize_mm_send_transaction
Issue #6 optimizing send_mm_transactions method
2022-11-22 22:12:38 +00:00
Godmode Galactus 268e2229a8
#6 minor changes releated to merge conflict 2022-11-22 23:11:28 +01:00
Godmode Galactus d2f9961bac
#6 solving merge conflicts 2022-11-22 23:09:46 +01:00
galactus c91147c363
Merge pull request #3 from KirillLykov/send_batch-3
Send transactions in batches of configurable size
2022-11-18 14:47:58 +00:00
Kirill Lykov e6ead408a0 add batched requests 2022-11-14 18:01:37 +00:00
Kirill Lykov b9dabc27c2 extract transaction creation function 2022-11-14 17:30:59 +00:00
Kirill Lykov 47fa3ecded add cli option for batch-size 2022-11-14 16:41:37 +00:00
Godmode Galactus 42b45dc97b
changing the formatter and sorting the block results 2022-11-02 15:52:22 +01:00
galactus 0c63088b1e
Merge pull request #1 from KirillLykov/format_cargo_fmt
apply cargo fmt
2022-11-02 14:41:23 +00:00
Kirill Lykov e4f754da03 apply cargo fmt 2022-11-02 14:39:26 +00:00
Godmode Galactus 35623c75ec Adding README.md 2022-10-18 22:11:36 +02:00
Godmode Galactus 4adcf573d6 Calculating CU per block 2022-10-01 14:51:46 +02:00
Godmode Galactus c5e21c5328 Removing unnecessary file 2022-09-20 21:35:49 +02:00