Commit Graph

78 Commits

Author SHA1 Message Date
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
godmode galactus 0b307126cd Adding way to airdrop accounts and saving block infos 2022-09-14 15:48:33 +02:00
godmode galactus b214b95473 retry fetching block 10 times because of rpc timeouts 2022-09-09 13:44:08 +02:00
godmode galactus cb2e32db9e creating csv file with transaction details 2022-09-09 11:19:40 +02:00
godmode galactus 8020eba325 adding rotating_queue.rs 2022-09-08 22:09:49 +02:00
godmode galactus 7b227d5f69 Adding saving transaction info in csv file 2022-09-08 21:52:18 +02:00
godmode galactus 73cc5f332d Updating confrim by block, to do it in parallel mode 2022-09-07 20:58:07 +02:00
godmode galactus 7947b45968 Implementing processing of blocks instead of asking rpc node 2022-09-04 19:27:30 +02:00
godmode galactus e5cb6d5117 Initial commit moving mango bench from solana to a new project 2022-09-02 16:26:44 +02:00