Commit Graph

8 Commits

Author SHA1 Message Date
mergify[bot] af153cba40
v1.17: [anza migration]: add 'agave=info' to default log level (backport of #223) (#242)
[anza migration]: add 'agave=info' to default log level (#223)

Co-authored-by: yihau <yihau.chen@icloud.com>
2024-03-18 13:13:52 +08:00
yihau 8155a8cc4d v1.17: [anza migration] rename crates 2024-03-03 13:13:34 +08:00
mergify[bot] b90f08f966
v1.17: Deprecate bz2/gzip/none/tar snapshot compression types (backport of #33484) (#33492)
Deprecate bz2/gzip/none/tar snapshot compression types (#33484)

These options are now disallowed on the command line for
solana-validator and solana-ledger-tool, which effectively means no more
snapshots will be created with this types in normal usecases. However,
support for reading the deprecated types is still in place.

(cherry picked from commit 73e9e6dd70)

Co-authored-by: steviez <steven@solana.com>
2023-10-03 15:18:42 -05: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
Jeff Biseda d15d495f17
require --no-os-network-limits-test to bypass failed network limit checks (#22617) 2022-02-14 07:48:30 -08:00
Ryo Onodera 34443a238e
Add --full-rpc-api to run.sh (#23072) 2022-02-11 20:38:32 +09:00
Sean Young 2762f6f96f Fix solana docker image
The docker image fails with:

/usr/bin/solana-run.sh: line 66: ./fetch-spl.sh: No such file or directory

In the solana docker image, scripts/run.sh is copied to
/usr/bin/solana-run.sh and fetch-spl.sh to /usr/bin/fetch-spl.sh. This
means that the line:

cd "$(dirname "$0")/.."

means we're doing a "cd /usr", which means we can't find fetch-spl.sh or
spl-genesis-args.sh (i.e., the error above).
2021-09-16 11:32:47 +01:00
Trent Nelson 92e343da26 move `./run.sh` into `./scripts` 2021-09-11 14:49:17 -06:00