Commit Graph

31 Commits

Author SHA1 Message Date
Godmode Galactus 9d31f6c756
using blockheight to expire transactions instead of time 2023-07-17 17:27:57 +02:00
Aniket Prajapati c0aca913f0
Merge pull request #153 from blockworks-foundation/keypair_file_location_macos_fix
Keypair file location macos fix
2023-06-23 19:58:23 +05:30
GroovieGermanikus 34e1a6c43f log tx send errors 2023-06-23 14:25:00 +02:00
GroovieGermanikus c4961ab02c clippy 2023-06-23 14:13:14 +02:00
GroovieGermanikus d76b76c091 on macos the dirs::config_dir() does not point to solana convention directory 2023-06-23 14:11:35 +02:00
Godmode Galactus 5256737874
Solving clippy errors 2023-06-07 16:19:23 +02:00
Godmode Galactus 230171acea
save transaction in a seperate csv 2023-05-03 12:36:28 +02:00
Godmode Galactus acdac2061e
solving deadlocks 2023-05-01 19:08:45 +02:00
Godmode Galactus 1594bdeb02
minor changes 2023-05-01 10:33:49 +02:00
Godmode Galactus ddbfc95675
solving issue with expired blockhashes 2023-05-01 10:22:17 +02:00
Godmode Galactus 6a528a2df4
fetching block from estimated slot instead of polling by rpc. Dropping transactions that have already been confirmed 2023-05-01 08:11:19 +02:00
Godmode Galactus f8b8b28036
correcting calculation of averages 2023-05-01 04:01:28 +02:00
Godmode Galactus f17b346e08
making a task for each transaction send, and tracking metrics correctly 2023-05-01 04:01:28 +02:00
Aniket Prajapati b49d18d826
Postgres test migration fix (#122)
* metric devide fix

* postgres

* get max safe updates

* rm array vec

* >=

* make it 1

* continue

* postgres 50

* set default to 0 to trigger panic by default

* batch update statements

* add comment to code

---------

Co-authored-by: Maximilian Schneider <mail@maximilianschneider.net>
2023-04-16 20:46:47 +02:00
Godmode Galactus 81b422c69a
increase limits, minor changes, updated the bench executable 2023-04-14 12:35:11 +02:00
Godmode Galactus ddd45dd478
Using same connection and reconnecting when necessary 2023-04-14 11:50:52 +02:00
Godmode Galactus b1343f9835
Bugfixes and making tests work 2023-04-04 17:19:42 +02:00
aniketfuryrocks 7b13439ea0
random memo for each tx 2023-03-27 16:54:24 +05:30
aniketfuryrocks a7b43bbcd6
random string fix 2023-03-18 16:36:41 +05:30
Godmode Galactus 602305e17f
adding cleanup of block store, and processing of processed as confirmed in signature subscribe 2023-03-04 19:38:52 +01:00
aniketfuryrocks a13e630e56
use memo in create_memo_tx helper 2023-03-04 01:29:31 +05:30
aniketfuryrocks c2bcf6d126
tests and polling 2023-02-10 17:00:36 +01:00
aniketfuryrocks 6e02b8daf9
use memo 2023-02-10 17:00:35 +01:00
aniketfuryrocks 0e986dbd6a
benchhelper 2023-02-10 17:00:35 +01:00
aniketfuryrocks 55d1fd1dc8
memo: moved to helper 2023-02-10 17:00:35 +01:00
aniketfuryrocks 0bbb30b0db
use solana repo 2023-01-31 15:32:48 +05:30
aniketfuryrocks e183ed96d5 fmt 2023-01-17 14:33:19 +05:30
aniketfuryrocks e9d7e7d851 read config for payer 2023-01-17 11:02:19 +05:30
aniketfuryrocks 306bc15d28
cargo fmr and fix 2023-01-12 14:34:13 +05:30
aniketfuryrocks f0b4bb1435
lite_rpc_addr 2023-01-12 14:28:07 +05:30
aniketfuryrocks a37cbd2047
bench-utils -> bench 2023-01-12 14:25:30 +05:30