Commit Graph

590 Commits

Author SHA1 Message Date
Aniket Prajapati 26c104a186 batch_transactions 2023-01-02 20:42:26 +05:30
Aniket Prajapati 6172a4f4c3 increased retry tick duration 2023-01-02 19:11:15 +05:30
Aniket Prajapati a77a17260a removed lite-client use get_signature_status 2023-01-02 19:08:59 +05:30
Aniket Prajapati 6235cb211d a 2023-01-02 17:14:07 +05:30
Aniket Prajapati 4e1d908616 bench helper and ability to use signature status to confirm tx 2022-12-28 18:31:04 +05:30
Aniket Prajapati 6bd1447ef7 commitment level confirmed 2022-12-27 16:44:25 +05:30
Aniket Prajapati 02ef2996b1 Fixed workers test. connect to Write Address for lite_client 2022-12-27 16:40:05 +05:30
Aniket Prajapati 15b8780422 new confirm_transaction signature 2022-12-27 15:41:06 +05:30
Aniket Prajapati e69bdb5d48 fixed tests 2022-12-24 01:28:42 +05:30
aniketfuryrocks 05f32c9c97 replaced git dependency to crates.io variant 2022-12-21 23:24:48 +05:30
aniketfuryrocks 84153f9a45 a 2022-12-21 19:01:43 +05:30
aniketfuryrocks 1b3a613de2 rename 2022-12-18 21:05:58 +05:30
aniketfuryrocks 14d738b625 rename 2022-12-18 21:05:33 +05:30
aniketfuryrocks 7180d959e4 rm unused send_transaction_config fields 2022-12-18 20:48:09 +05:30
aniketfuryrocks 0ff895a862 rename light_bridge-^>lite_bridge 2022-12-18 20:39:37 +05:30
Aniket Prajapati 636947b439
Update README.md 2022-12-17 16:07:58 +05:30
Aniket Prajapati 5238bb8c1f
Merge pull request #30 from blockworks-foundation/add-license-1
Create LICENSE
2022-12-17 16:07:09 +05:30
Aniket Prajapati 02f7b55731
Create LICENSE 2022-12-17 16:06:56 +05:30
Aniket Prajapati e0a9b6a81c
Update README.md 2022-12-17 16:06:26 +05:30
aniketfuryrocks 481e6f949e moved 2022-12-17 08:05:49 +05:30
Godmode Galactus 17294a00e0
removing unwanted print statement 2022-12-12 09:24:55 +01:00
Godmode Galactus 6a70cf5548
Creating multiple threads to send tpu batches 2022-12-12 09:15:46 +01:00
Godmode Galactus 6d14edd617
minor changes for socket addr 2022-12-11 21:05:19 +01:00
Godmode Galactus 72e52dff90
fixing minor compilation issues 2022-12-11 18:48:49 +01:00
Godmode Galactus ca616bcf2b
making the batching of transactions work 2022-12-11 18:06:39 +01:00
galactus 91cd396d9f
Merge pull request #24 from aniketfuryrocks/fix
fix
2022-12-10 19:17:34 +01:00
aniketfuryrocks f78e4ddcb2
fix 2022-12-10 23:38:48 +05:30
galactus cdcac8fd32
Merge pull request #23 from aniketfuryrocks/bench_and_client
Bench, Tests and lib lite-client
2022-12-10 18:51:31 +01:00
Godmode Galactus 7a4125aaa2
Making main tokio::main to support async/futures 2022-12-10 18:47:29 +01:00
Godmode Galactus 4d1ecf3926
updaing cargo file with the new repo compatible with lite rpc 2022-12-10 18:47:28 +01:00
Godmode Galactus ddccf28022
sending transactions in batches in a new thread 2022-12-10 18:47:27 +01:00
galactus 5e3f2954e1
Merge pull request #20 from Lioncat2002/main
Fixed typescript tests and revert the cli
2022-12-10 18:45:28 +01:00
aniketfuryrocks 45b2718e94
metric 2022-12-10 23:05:23 +05:30
aniketfuryrocks 5f047c9c4d
lite-client, tests and bench 2022-12-10 23:01:37 +05:30
Lioncat2002 b3d0405c59
refactor: remove extra scripts 2022-12-10 20:39:35 +05:30
galactus 437d5dbbfd
Merge pull request #19 from blockworks-foundation/adding_some_scripts
adding scripts to create n keypairs and bench with these kps
2022-12-10 14:59:20 +01:00
galactus 692345bd52
Merge pull request #21 from blockworks-foundation/get_version
RPC Method getVersion
2022-12-10 14:56:26 +01:00
aniketfuryrocks 86c84df6db
get version 2022-12-10 14:31:39 +05:30
Lioncat2002 15e22473cd
chore: added new command for ts test 2022-12-10 13:22:18 +05:30
Kittycat 7140908e1b
Merge branch 'main' into main 2022-12-10 13:12:43 +05:30
Lioncat2002 3960a7b74c
chore: modify the tests 2022-12-10 13:11:29 +05:30
Lioncat2002 0fc3308710
feat: integrated solana validator with yarn test 2022-12-10 13:10:44 +05:30
Lioncat2002 12966235f2
fix: fixed typescript tests 2022-12-10 12:51:41 +05:30
Lioncat2002 35ea2e1b6e
revert: back to initilial cli 2022-12-10 11:41:15 +05:30
Godmode Galactus 3b9fdc5ce6
commiting changes in json files 2022-12-08 21:35:04 +01:00
Godmode Galactus 7d7f439a25
adding scripts to create n keypairs and bench with these kps 2022-12-08 21:32:23 +01:00
galactus 2e1e99b117
Merge pull request #16 from Lioncat2002/main
Added typescript tests
2022-12-08 21:00:07 +01:00
Lioncat2002 bd3b00c1ce
chore: modifying the ts test command 2022-12-07 22:17:40 +05:30
Lioncat2002 2d8f0e6e5a
doc: Update readme 2022-12-07 22:00:29 +05:30
Lioncat2002 60d0f8326e
feat: integrated ts tests with the lite rpc cli 2022-12-07 21:59:45 +05:30