* ci: silence ci test output while recording in full
* shellcheck
* Adjust --color handling place
* Dump to stderr...
* Reduce too spammy solana_metrics logs
* Clean up
* Tweak
* Stash actual command's exit_code, not echo's
* upgrade spl-token-2022 to 0.6.0
* Add spl_token_2022-0.6.0.so to program-test
* cargo lock
* update account decoder tests to use Pubkey::new_from_array instead of Pubkey::new
* update rpc tests to use Pubkey::new_from_array instead of Pubkey::new
* update token-2022 .so file
* cargo lock
* increase the threshold for allowable rebuilds in ci
* update spl ATA to v1.1.3
* decrement back the threshold for allowable rebuilds
* cargo lock
* increment ci rebuild threshold
* Disable cache if retired 3 times
* Add more comments
* Reduce if nesting to avoid maintenance pitfall by DISABLE_CACHE
* Well /home was required...
* Adjust to align with third time's the charm
* Adjust if arrangement a bit with tweaks
* introduce workspace.package
* introduce workspace.dependencies
* read version from root cargo.toml
* pass check when version = { workspace = true }
* don't bump version when version = { workspace = true }
* including workspace Cargo.toml when bump version
* programs/sbf use workspace inheritance
* fix increasing cargo version ignore program/sbf/Cargo.toml
* Add --allow-private-addr to bootstrap-validator.sh
* Remove --allow-private-addr argument option since it is default
* fix bench-tps docs, remove option for private-addr (default)
* introduce workspace.package
* introduce workspace.dependencies
* read version from root cargo.toml
* pass check when version = { workspace = true }
* don't bump version when version = { workspace = true }
* including workspace Cargo.toml when bump version
* programs/sbf use workspace inheritance
* fix increasing cargo version ignore program/sbf/Cargo.toml
* init
* print all errors in the end
* print success msg
* use skip patterns instead of specific file
* v2
* checkout full history
* install toml cli in Github Actions step
* git diff only list added and modified
* prevent empty owner list
* lint: ident with space 2
* update 404 hint
* lint
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
* wording
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
* indent with space
* add some friendly error message
* wording
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
* Update .github/workflows/crate-check.yml
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
* fix indent
Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>