godmodegalactus
a44923c334
Updating to version 0.2.4
2024-01-29 13:11:54 +01:00
godmodegalactus
1923cb9fef
Fix clippy
2024-01-12 16:12:20 +01:00
GroovieGermanikus
2ad4fcdb29
bench: wrap result from caller thread
2023-10-04 18:50:11 +02:00
godmodegalactus
7cbefc8d0c
removing oncecell and returning time taken to complete tokio task
2023-10-04 17:42:45 +02:00
GroovieGermanikus
2533ff4778
nit: format style
2023-10-04 15:13:30 +02:00
GroovieGermanikus
ad92ba53d7
Merge remote-tracking branch 'origin/main' into groovie/bench-send-tps-metric
2023-10-04 15:11:11 +02:00
GroovieGermanikus
9785dd3dd0
fix gross total time value
2023-10-04 14:53:11 +02:00
GroovieGermanikus
6b61f0bdbb
calc avg of send_tps
2023-09-29 15:26:55 +02:00
GroovieGermanikus
90699238dc
cleanup log
2023-09-29 15:18:29 +02:00
GroovieGermanikus
3dc96a1226
bench metrics: track the send tps
2023-09-29 15:17:34 +02:00
GroovieGermanikus
6301b8121e
add transaction bytes to metrics
2023-09-29 14:29:46 +02:00
GroovieGermanikus
fbd710eac9
comment
2023-09-29 14:15:29 +02:00
GroovieGermanikus
e471ba638e
bench: add support for large transaction sizes
2023-09-29 09:57:36 +02:00
Godmode Galactus
a1fe20b0d6
removing unwanted file
2023-09-01 09:09:54 +02:00
aniketfuryrocks
3606a1242e
fmt
2023-08-31 22:07:12 +05:30
Godmode Galactus
a418fe7fc7
Refactoring the code from gyser branch and merging into master
2023-08-31 12:34:13 +02:00
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
Godmode Galactus
70eb250b10
Updating Cargo files with new version
2023-06-23 15:40:50 +02:00
GroovieGermanikus
f445e7cd65
add lazy_static
2023-06-23 14:28:27 +02:00
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
1eefe06189
nit, changing the version of lite-rpc to 0.2.1
2023-06-16 14:21:58 +02:00
aniketfuryrocks
aa3211dd82
remove unused package key; complained by clippy
2023-06-16 00:10:02 +05:30
Godmode Galactus
9c91c9528a
setting tokio to any for core and services and specifying version for lite-rpc
2023-06-13 10:58:19 +02:00
Godmode Galactus
4b957fad94
removing unwanted files
2023-06-09 11:37:40 +02:00
Godmode Galactus
5256737874
Solving clippy errors
2023-06-07 16:19:23 +02:00
Godmode Galactus
0f88e308c3
Creating a new package for lite-rpc algorithms
2023-06-04 22:23:03 +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
Godmode Galactus
9d12a1f42b
Updating cargo files
2023-04-04 09:17:32 +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
1fb4ad981e
use async channels
2023-02-22 19:28:14 +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