Commit Graph

365 Commits

Author SHA1 Message Date
aniketfuryrocks 5bbd9d8c63
use postitional_arg helper 2023-03-30 08:04:58 +05:30
aniketfuryrocks 0c232926bd
payers 2023-03-30 07:56:24 +05:30
aniketfuryrocks dee4af6d04
wip: create payers 2023-03-30 02:31:15 +05:30
Aniket Prajapati c4df81e94a
Merge pull request #98 from blockworks-foundation/optimize_create_n_users.bench
optimize create n users.bench
2023-03-30 01:58:34 +05:30
Godmode Galactus cea7d9d0d7
Minor changes to the batching timeout 2023-03-27 17:07:55 +02:00
Godmode Galactus e3016fe2a8
Making maximum time allocated to create a batch to 100ms, reducing fanout to 30 2023-03-27 17:01:30 +02:00
aniketfuryrocks 1cb747f3ee
optimized create_n_users bench and ignore out.json 2023-03-27 17:20:59 +05:30
aniketfuryrocks 7b13439ea0
random memo for each tx 2023-03-27 16:54:24 +05:30
Aniket Prajapati 6352b23847
Merge pull request #96 from blockworks-foundation/yarn_test_fix
TS test fix, use random strings
2023-03-27 16:11:06 +05:30
aniketfuryrocks 231e33f314
random string 2023-03-26 15:59:15 +05:30
Maximilian Schneider abd4e26992 switch to AGPL 2023-03-25 15:47:44 +04:00
galactus 7b4af7a301
Merge pull request #95 from blockworks-foundation/lite-rpc-send-task-async-batches
send_wire_transaction_batch is now spawn with a control on number of …
2023-03-24 08:24:17 +01:00
Godmode Galactus bd664e847c
send_wire_transaction_batch is now spawn with a control on number of concurrent tasks that can be spawned. 2023-03-24 07:38:59 +01:00
galactus b4544092ac
Merge pull request #94 from blockworks-foundation/finalized_logs
metrics
2023-03-23 10:24:25 +01:00
aniketfuryrocks 46c61bc48e
metrics 2023-03-22 18:29:30 +05:30
galactus eb608f1d8f
Merge pull request #93 from blockworks-foundation/postgres_channel_fix
don't return on session error
2023-03-22 10:30:02 +01:00
aniketfuryrocks ec13502428
constant 2023-03-21 22:02:22 +05:30
aniketfuryrocks 19ab962a14
don't return on session error 2023-03-21 22:00:18 +05:30
Godmode Galactus 8e5cf8a567
Update transaction finalized or confirmed even if there are transaction errors 2023-03-20 15:02:21 +01:00
Godmode Galactus c2fab13d03
waiting for 100ms to create a batch 2023-03-19 15:31:06 +01:00
Aniket Prajapati b8df5f24dd
Merge pull request #86 from blockworks-foundation/28-add-git-ci-action-to-github-project
WIP test.yml
2023-03-19 11:57:25 +05:30
Godmode Galactus 7776572f2c
Changing default TPU Pool size to 4 2023-03-18 15:15:35 +01:00
aniketfuryrocks ab4d8cd4f4
install yarn deps 2023-03-18 16:36:42 +05:30
aniketfuryrocks 17cba6f4bc
don't run release version 2023-03-18 16:36:42 +05:30
aniketfuryrocks cfc49a5dee
wip: linker error un resolved 2023-03-18 16:36:41 +05:30
aniketfuryrocks af9b709676
wip: coi 2023-03-18 16:36:41 +05:30
aniketfuryrocks 976265de41
rand cargo.lock 2023-03-18 16:36:41 +05:30
aniketfuryrocks 5fbc9c1c37
ignore test-ledger generated by solana-test-validator 2023-03-18 16:36:41 +05:30
aniketfuryrocks a7b43bbcd6
random string fix 2023-03-18 16:36:41 +05:30
aniketfuryrocks 3b0a64f199
WIP test.yml 2023-03-18 16:36:41 +05:30
aniketfuryrocks 2ff6c75fdf
WIP test.yml 2023-03-18 16:36:38 +05:30
galactus 72d2c3b9df
Merge pull request #90 from blockworks-foundation/adding_tx_timeout_counter
adding counter for transaction timeouts
2023-03-17 14:39:34 +01:00
Godmode Galactus 5a53f57035
adding counter for transaction timeouts 2023-03-17 14:38:40 +01:00
Godmode Galactus b95e63df66
Making the default fanout again to 32 2023-03-17 10:57:15 +01:00
galactus aeb416401f
Merge pull request #88 from blockworks-foundation/87-lite-rpc-keeps-restarting
fix #87
2023-03-14 14:05:56 +01:00
aniketfuryrocks e0b45d9d1b
fix #87 2023-03-14 18:34:47 +05:30
Godmode Galactus 394f201732
fixing calculation of forward slot, reducing the default fanout 2023-03-12 21:44:20 +01:00
galactus 1d147c45fa
Merge pull request #85 from blockworks-foundation/postgres_fix
Postgres Fix
2023-03-10 13:37:01 +01:00
aniketfuryrocks aa88b5d04a
enable postgres 2023-03-10 18:05:54 +05:30
aniketfuryrocks 7d5b7ef733
poll connection first 2023-03-10 17:49:03 +05:30
Aniket Prajapati f22701302c
Merge pull request #83 from blockworks-foundation/remove_tokio_metrics
remove tokio metrics
2023-03-10 15:46:17 +05:30
Godmode Galactus 6d5d6981de
reverting back to counting semaphore for tx sender 2023-03-09 23:32:34 +01:00
aniketfuryrocks 3b64a65893
tokio unstable 2023-03-10 03:00:26 +05:30
Godmode Galactus 47434579d2
adding a time required to sent transactions in the log, reducing number of tx senders to 1 for tests 2023-03-09 20:48:42 +01:00
Godmode Galactus 58e49c1bd8
stopping postgres 2023-03-09 16:43:02 +01:00
galactus 1fc73e0b5d
Merge pull request #84 from blockworks-foundation/solving_diff_finalized_confirmed
solving the issue for difference between finalized and confirmed, add…
2023-03-09 15:15:13 +01:00
Godmode Galactus aafc3d9a11
Revert "Temporarily disable postgres"
This reverts commit 9457e3888e.
2023-03-09 14:25:34 +01:00
Godmode Galactus 71be6c3f65
solving the issue for difference between finalized and confirmed, adding a prometheus histogram for tx_send time 2023-03-09 14:23:49 +01:00
aniketfuryrocks 227de97fd7
remove tokio metrics 2023-03-09 18:44:39 +05:30
galactus 3046bdae90
Merge pull request #82 from blockworks-foundation/avoiding_return_while_fetching_slots
In block listner if there are errors while fetching slot we ignore an…
2023-03-09 08:08:24 +01:00