Pankaj Garg
32072da36b
Adjust mmap and FD count for net scripts ( #31728 )
...
Adjust mmap and fd count for net scripts
2023-05-19 18:13:11 +00:00
Pankaj Garg
68eb257f21
Resolve remote $HOME in net.sh ( #31702 )
2023-05-18 18:07:23 -07:00
Trent Nelson
b422ac0368
remove `solana-sys-tuner` binary and all references ( #31682 )
2023-05-16 18:22:58 -06:00
sakridge
eb4e7584b9
Tweak net.sh docs for primordial stakes ( #30586 )
...
Update net.sh docs
2023-03-04 00:28:10 +01:00
Yihau Chen
676e3e1926
fix: remove unnecessary --allow-private-addr setup ( #30552 )
2023-02-28 13:14:44 +08:00
kirill lykov
10dde654e7
add client-type cli option documentation ( #30170 )
2023-02-08 10:56:25 +01:00
kirill lykov
9f35ffc639
add http to the url in remote-client script ( #30167 )
2023-02-08 10:56:10 +01:00
joeaba
a12bf8c003
Update maintainers references ( #29997 )
...
* update maintainers references
* chore: update maintainers reference
2023-01-31 08:07:13 -05:00
steviez
a165e7021b
Use halt-at-slot to specify getting bank-hash for slot 0 ( #29873 )
...
The bootstrap node creates the bootstrap snapshot at slot 0 so we do
indeed want the bank hash at slot 0. However, stricter error checking in
solana-ledger-tool made it such that the bank-hash command would error.
2023-01-24 22:05:59 -06:00
ryleung-solana
06fa6dd9ab
Add ability to choose client type in GCE cluster scripts ( #28708 )
...
* Update scripts to add the --client-type [thin-client, tpu-client, rpc-client] option
2022-11-09 02:36:37 +08:00
Ashwin Sekar
434c8ed416
remote-node script use --force when delegating stake ( #28539 )
2022-10-21 15:05:14 -07:00
Trent Nelson
47b3ca5811
update keys
2022-10-02 22:33:53 -06:00
Ikko Ashimine
5664c12248
chore: fix typo in net.sh ( #27860 )
...
propogated -> propagated
2022-09-17 10:15:46 -06:00
Lijun Wang
7f223dc582
Added option to turn on UDP for TPU transaction and make UDP based TPU off by default ( #27462 )
...
--tpu-enable-udp is introduced. And when this is on, the transaction receive and transaction forward is enabled using udp.
Except for a few tests which was hard-coded sending transactions using udp, most tests are being done with udp based tpu disabled.
2022-09-07 13:19:14 -07:00
Yihau Chen
e7689f7961
chore: bump shellcheck v0.8.0 ( #27463 )
...
* bump shellcheck to stable verion, v0.8.0
* fix SC2086
* fix SC2269, https://www.shellcheck.net/wiki/SC2294
* fix SC2294
* do null and unset check for variable, FORCE_DELETE
2022-09-01 06:48:20 +00:00
Lijun Wang
ed463dd48c
Support tpu disable quic in net scripts ( #27039 )
...
Support tpu disable quic in net scripts
2022-08-24 08:21:01 -07:00
kirill lykov
cd01c1a4ce
Add profile option to net scripts ( #25624 )
...
* add image option to cloud CreateInstaces
* add script to install perf
* add profile option to gce.sh
* add profile option for net.sh start
* Revert "add image option to cloud CreateInstaces"
This reverts commit fd63991861e632ae87e79281bca63a0f8173e201.
* remove imageName from gce.sh
* fix for gce.sh
* add comments on permissions setup
* remove profile option for gce.sh
* remove short arg
2022-06-21 19:28:15 +02:00
kirill lykov
4f0cc6224e
update ubuntu image ( #25690 )
2022-06-21 09:27:20 +01:00
kirill lykov
2107e00262
Net scripts clean up ( #25654 )
...
* remove deprecated faucet option
* remove unnecessary imageName
2022-06-09 09:58:21 +02:00
kirill lykov
a74adb07fa
Upd doc comment for cloud CreateInstances ( #25609 )
2022-05-27 18:34:41 +02:00
Jon Cinque
7af48465fa
transaction-status: Add return data to meta ( #23688 )
...
* transaction-status: Add return data to meta
* Add return data to simulation results
* Use pretty-hex for printing return data
* Update arg name, make TransactionRecord struct
* Rename TransactionRecord -> ExecutionRecord
2022-03-22 23:17:05 +01:00
Haoran Yi
69b47915b1
minor fix for handling unsupported opt in script
2022-02-11 20:43:20 -08:00
joeaba
1ee6707bdd
undoing the changes for the traceability ( #22642 )
2022-01-22 23:27:13 +11:00
joeaba
252b0c42d5
undoing the previous commit
...
was unnecessary
2022-01-22 00:22:27 +05:30
joeaba
1a855aa6f7
add script to check the validity of file content
2022-01-15 22:47:15 +05:30
joeaba
eb461a5442
add scripts for traceability
2022-01-15 22:36:13 +05:30
joeaba
af7a2e3daa
Update metrics subdomain
2022-01-04 20:14:41 -05:00
Okcan Yasin Saygılı
e61a736d44
Revert host
...
Revert host
2021-12-28 18:22:20 +03:00
Okcan Yasin Saygılı
f2c51653e4
Update init
...
As know that hostname was changed
2021-12-28 17:35:45 +03:00
Tyera Eulberg
a6a4cfda89
Enable easy full-rpc services on testnet nodes ( #20529 )
2021-10-07 19:08:29 -06:00
sakridge
6df0ce5457
Remove nodejs ( #20399 )
2021-10-05 09:18:19 +02:00
Tyera Eulberg
d559426373
Preserve pre-existing vote/stake keypairs for bootstrap validator ( #19405 )
2021-08-24 22:29:55 +00:00
Tyera Eulberg
7d135f185c
Enable booting testnet validators without tower required ( #19298 )
2021-08-18 23:02:28 -06:00
Jeff Biseda
5d380b24a8
enable ipv6 for docker ( #19281 )
2021-08-18 17:20:45 -07:00
Tyera Eulberg
1d375ff2da
Plumb accounts-db-skip-shrink through testnet scripts ( #19290 )
2021-08-18 16:28:06 -06:00
behzad nouri
c4f2e5f88c
allows private addresses if not public network
2021-08-11 00:33:14 +00:00
behzad nouri
81026f9ea5
passes through --allow-private-addr to validators in system perf tests ( #18876 )
2021-07-29 19:04:45 +00:00
Justin Starry
cfece66403
Remove unused exchange program and bench client ( #18463 )
2021-07-12 21:59:11 -05:00
joeaba
99c05f369d
fix-influx-port ( #18355 )
2021-07-01 06:38:39 +00:00
axleiro
34856cef05
Update init-metrics.sh ( #17952 )
2021-06-15 04:31:28 +00:00
Ashwin Sekar
e3f5c0005b
Add partial network outage before test functionality ( #17291 )
...
* Add partial network outage before testing functionality
Allow a percentage of the stake to go offline before an automation test starts
* code review fixes
2021-05-28 12:53:11 -07:00
Tyera Eulberg
cb1fb28247
Allow configuring testnet slots-per-epoch ( #17545 )
2021-05-27 12:37:34 -06:00
steviez
0b5167bf51
Add pubkey for stevecz ( #17094 )
2021-05-06 21:52:39 -05:00
Brooks Prumo
9bca18603b
Add Brooks's pubkey to authorized keys ( #17063 )
2021-05-05 23:11:20 +00:00
Tyera Eulberg
3af8cb0150
Fix limit-ledger-size syntax ( #16856 )
2021-04-27 03:35:35 +00:00
Tyera Eulberg
053120e04c
Initialize non-bootstrap ndoes with faucet address
2021-04-21 01:48:41 -06:00
Tyera Eulberg
51b748408c
Pass limit-ledger-size value
2021-04-21 01:48:41 -06:00
sakridge
9dfe545820
Remove colo nodes ( #16546 )
2021-04-15 00:13:07 -07:00
Tao Zhu
ad71e27a0d
Add tao pubkey for testnet ( #16548 )
...
Co-authored-by: Tao Zhu <taozhu@Taos-MacBook-Pro.local>
2021-04-14 12:44:55 -05:00
Justin Starry
6cd4bc5e60
Speed up net.sh builds ( #16360 )
...
* Speed up net.sh builds
* feedback
* Update net/net.sh
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
* feedback
* fix
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
2021-04-07 14:45:03 +08:00