Commit Graph

539 Commits

Author SHA1 Message Date
Godmode Galactus 6e9f5e8f47
cargo fmt 2023-03-03 18:05:17 +01:00
Godmode Galactus e59bf043c7
ignore retring old slots 2023-03-03 18:02:59 +01:00
galactus eb80c845fe
Merge pull request #70 from blockworks-foundation/block_test
block test
2023-03-03 17:34:13 +01:00
aniketfuryrocks 634cfd8a29
block test 2023-03-03 19:31:50 +05:30
aniketfuryrocks d003798a50
block test 2023-03-03 19:31:50 +05:30
galactus 5664420baf
Merge pull request #69 from blockworks-foundation/adding_literpc_for_prometheus
adding literpc_ before all prometheus metrics
2023-03-03 08:15:31 +01:00
Godmode Galactus 6cbff73465
adding literpc_ before all prometheus metrics 2023-03-02 13:56:12 +01:00
galactus ad66028156
Merge pull request #68 from blockworks-foundation/improvement_of_block_listener
creating a seperate queuing task
2023-03-02 13:23:10 +01:00
Godmode Galactus 592d99ec6e
creating a seperate queuing task 2023-03-02 13:21:33 +01:00
galactus 2ce3ab26b0
Merge pull request #67 from blockworks-foundation/improvement_of_block_listener
creating seperate task for delayed addition of block
2023-03-01 20:55:15 +01:00
Godmode Galactus 6a54591b45
creating seperate task for delayed addition of block 2023-02-28 09:52:58 +01:00
Aniket Prajapati d4fcc7192e
Merge pull request #64 from blockworks-foundation/63-revert-to-use-async_channel-in-tx_sender
use async channels
2023-02-27 20:14:01 +05:30
aniketfuryrocks 47856441f7
use tokio::timeout 2023-02-27 19:42:59 +05:30
aniketfuryrocks 8f498fedb7
Merge branch 'main' into 63-revert-to-use-async_channel-in-tx_sender 2023-02-27 19:05:31 +05:30
Aniket Prajapati bc1a1021e7
Merge pull request #66 from blockworks-foundation/59-use-less-memory-in-blockinformation
Use less memory in BlockInformation #59
2023-02-24 17:56:41 +05:30
aniketfuryrocks 61e7a02fb8
use less memory 2023-02-22 20:10:56 +05:30
aniketfuryrocks 1fb4ad981e
use async channels 2023-02-22 19:28:14 +05:30
Aniket Prajapati c9fbf2cdeb
Merge pull request #58 from blockworks-foundation/57-blockstore-initial-latest-block-hash-bug
block store latest_block_hash bug
2023-02-19 14:42:21 +05:30
aniketfuryrocks 3c3b52b598
block store latest_block_hash bug 2023-02-19 13:26:26 +05:30
galactus 2a9324157c
Merge pull request #56 from blockworks-foundation/some_changes_in_block_listner
Some changes in block listner
2023-02-14 13:16:52 +01:00
Godmode Galactus 1f993c9c3c
solving warning with unused variable 2023-02-14 12:47:46 +01:00
Godmode Galactus 56e38eb25d
Merge remote-tracking branch 'origin/setting_runtime_at_start' into some_changes_in_block_listner 2023-02-14 10:20:29 +01:00
Godmode Galactus ab9d34ada1
removing btree requirements and logging time required to fetch the block 2023-02-14 10:19:19 +01:00
Godmode Galactus a55da7ef32
some changes in block listner 2023-02-14 09:40:35 +01:00
Godmode Galactus f65f5410b8
setting threads in tokio main instead 2023-02-14 08:11:18 +01:00
Godmode Galactus e58f287c08
solving warning 2023-02-13 22:34:36 +01:00
Godmode Galactus e12fee2c5c
renaming worker threads 2023-02-13 22:29:45 +01:00
Godmode Galactus 11405d304e
setting runtime number of workers 2023-02-13 22:27:52 +01:00
galactus 577a1e8875
adding identity to new env variables (#53) 2023-02-13 18:58:30 +00:00
galactus b6d0936997
Merge pull request #52 from blockworks-foundation/gmg/semaphone_branch
Gmg/semaphone branch
2023-02-11 16:23:42 +01:00
Godmode Galactus d05f0c2519
remove reference to flume 2023-02-11 16:21:32 +01:00
Aniket Prajapati 78cbafe0c2
add MAX_RECENT_BLOCKHASSHES and some logs (#49)
adding identity to the tpu client, connection cache

some refactoring in block_subscription

block pooling refactoring and rework on the test scripts

more refactoring after rebase

some more refactoring of block listner and tpu manager

limiting maximum number of parallel sents to 5

minor changes, cargo fmt, changing default value

waiting sometime before adding back errored block
2023-02-10 17:01:23 +01:00
aniketfuryrocks c2bcf6d126
tests and polling 2023-02-10 17:00:36 +01:00
aniketfuryrocks 247b8aa550
reduce cleaner log 2023-02-10 17:00:36 +01:00
aniketfuryrocks 9212850600
fix: signature subscribe with commitment 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 533ce21d92
memo 2023-02-10 17:00:35 +01:00
aniketfuryrocks 9c80264126
jsonParsed encode 2023-02-10 17:00:35 +01:00
aniketfuryrocks 6704a4580b
test fix 2023-02-10 17:00:34 +01:00
aniketfuryrocks db0e01506d
poll 2023-02-10 17:00:34 +01:00
Aniket Prajapati b2abb70b6f
Merge pull request #51 from blockworks-foundation/adding_identity_to_tpu_client
adding identity to the tpu client, connection cache
2023-02-10 21:03:06 +05:30
Godmode Galactus 62207bb2ab
adding identity to the tpu client, connection cache 2023-02-08 22:18:09 +01:00
Aniket Prajapati c92ce5074d
add MAX_RECENT_BLOCKHASSHES and some logs (#49) 2023-02-07 00:15:26 +09:00
Aniket Prajapati 1e60c090ea
Merge pull request #47 from blockworks-foundation/block_store
Unified Block store, more metrics and websocket auto fix
2023-02-06 18:39:44 +05:30
aniketfuryrocks 008310a286
cargo upgrade and fmt 2023-02-05 16:01:55 +05:30
aniketfuryrocks 4ada8d864f
more metriccs 2023-02-05 15:43:29 +05:30
aniketfuryrocks a20d23e924
reset pub_sub client 2023-02-05 15:08:17 +05:30
aniketfuryrocks b890ee4052
cargo fix and fmt 2023-02-05 14:33:24 +05:30