Commit Graph

590 Commits

Author SHA1 Message Date
Godmode Galactus 9d12a1f42b
Updating cargo files 2023-04-04 09:17:32 +02:00
Godmode Galactus 2721f5bc77
removing unwanted variable after merge conflict 2023-04-03 19:31:26 +02:00
Godmode Galactus 4a66400856
cargo fmt, change number of endpoints 2023-04-03 19:29:37 +02:00
Godmode Galactus 927f894be9
Correcting QUIC TPU port, increasing default fanout, Limiting transaction queue size to 40K 2023-04-03 19:29:37 +02:00
Godmode Galactus e382765725
adding log messages in custom tpu client 2023-04-03 19:29:36 +02:00
Godmode Galactus e1c5c1fcdd
Creating custom TPU Client which follows leader schedule 2023-04-03 19:29:35 +02:00
Aniket Prajapati dc75e0e573
Merge pull request #99 from blockworks-foundation/add_more_payers_to_test
wip: create payers
2023-04-01 04:16:35 +05:30
Aniket Prajapati 561edf49d2
Merge pull request #92 from blockworks-foundation/postgres_batching
postgres batching
2023-04-01 04:14:31 +05:30
aniketfuryrocks 8aaaf34c59
postgres 2023-03-31 23:35:17 +05:30
aniketfuryrocks a25c2cdfea
Merge branch 'main' into postgres_batching 2023-03-31 23:07:36 +05:30
aniketfuryrocks 4314e826e6
error msg 2023-03-31 01:19:35 +05:30
aniketfuryrocks 26c5c82b45
optional ssl 2023-03-31 00:16:24 +05:30
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 662b3766c2
remove batcher 2023-03-27 17:43:02 +05:30
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
aniketfuryrocks 9c44ad3f3f
don't wait for batch upper limit 2023-03-27 16:39:19 +05:30
aniketfuryrocks 4ac7c583f0
Merge branch 'main' into postgres_batching 2023-03-27 16:13:41 +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 d9ebe75d43
postgres msg fix 2023-03-26 21:11:15 +05:30
aniketfuryrocks 0f1b459c1c
merge main 2023-03-26 16:37:51 +05:30
aniketfuryrocks ed8351e0b9
insert query batch 2023-03-26 16:31:36 +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 f98c8f2e4c
postgres channel don't break 2023-03-21 22:05:14 +05:30
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
aniketfuryrocks 6ab141bb7f
increment MESSAGES_IN_POSTGRES_CHANNEL 2023-03-21 16:35:47 +05:30
aniketfuryrocks a2baf4077a
sql type mismatch fix 2023-03-21 16:19:12 +05:30
aniketfuryrocks 3ff986ccce
fix don't write txs in blocks 2023-03-21 16:19:12 +05:30
aniketfuryrocks 5cee6ec400
postgres batch 2023-03-21 16:19:12 +05:30
aniketfuryrocks 6951051416
bather 2023-03-21 16:19:12 +05:30
aniketfuryrocks c56b1902c2
wip 2023-03-21 16:19:12 +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