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
aniketfuryrocks
008310a286
cargo upgrade and fmt
2023-02-05 16:01:55 +05:30
aniketfuryrocks
2f1334c9fe
fix tests to use git instead of path for deps
2023-02-02 16:38:27 +05:30
aniketfuryrocks
0bbb30b0db
use solana repo
2023-01-31 15:32:48 +05:30
aniketfuryrocks
e0e42e9187
optional postgres
2023-01-30 22:31:40 +05:30
aniketfuryrocks
4fbef582e3
WIP:
2023-01-28 02:05:29 +05:30
aniketfuryrocks
f5181ff5ec
dependency upgrade
2023-01-18 23:09: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
ee7814b137
ignore metrics.csv
2023-01-12 18:25:19 +05:30
aniketfuryrocks
b645dc9964
optimized tx batching
2023-01-12 17:58:59 +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