Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
bc0b32b
feat(cli): Add address command
swaroop-osec Oct 1, 2025
01ab2f4
feat(cli): Add balance command
swaroop-osec Oct 1, 2025
bcd9fee
feat(cli): Added airdrop command
swaroop-osec Oct 1, 2025
8294c43
feat(cli): Add epoch and epoch info commands
swaroop-osec Oct 1, 2025
1571e18
fix(cli): Update default Solana RPC URL to mainnet
swaroop-osec Oct 1, 2025
c0daebc
feat(cli): Add support for transaction log streaming with commitment …
swaroop-osec Oct 1, 2025
64d9a7d
feat(cli): Update logs command
swaroop-osec Oct 2, 2025
28a63fc
feat(cli): Add show-account command to display account details
swaroop-osec Oct 2, 2025
85aa8f5
feat(cli): Implement keygen commands
swaroop-osec Oct 6, 2025
0683f39
feat(cli): Introduce program management commands for deployment and u…
swaroop-osec Oct 12, 2025
0611982
feat(cli): Enhance program deployment workspace aware
swaroop-osec Oct 12, 2025
8aea1bb
feat(cli): Deprecate old deploy and upgrade commands, introduce new o…
swaroop-osec Oct 13, 2025
77e51c7
chore: Update dependencies
swaroop-osec Oct 13, 2025
eaf81f1
refactor(cli): cargo fmt
swaroop-osec Oct 13, 2025
e2d16f7
feat(docs): Update CHANGELOG.md
swaroop-osec Oct 13, 2025
07138e2
refactor(tests): Enhance confirm options for CPI return and events tests
swaroop-osec Oct 13, 2025
04e32fc
feat(cli): Introduce get_default_wallet_path function for improved wa…
swaroop-osec Oct 13, 2025
57d54be
feat(cli): Improve log streaming
swaroop-osec Oct 14, 2025
dcb1cd7
feat(cli): Use DEFAULT_MAINNET_RPC_URL
swaroop-osec Oct 14, 2025
a848faa
fix(cli): cargo clippy
swaroop-osec Oct 14, 2025
aabcdae
feat(cli): Fix shutdown for LogStreamHandle
swaroop-osec Oct 18, 2025
6af4a51
chore(bench): Update benchmarks
swaroop-osec Oct 19, 2025
c5e0779
fix(cli): Enhance workspace discovery for Anchor & Non Anchor workspaces
swaroop-osec Oct 21, 2025
c30dee1
fix(cli): Adjust WebSocket URL handling for localhost connections
swaroop-osec Oct 31, 2025
d61c339
feat(cli): Add case-insensitive parsing for commitment levels
swaroop-osec Oct 31, 2025
c869fff
docs(cli): Clarify account_type format in Command enum documentation
swaroop-osec Oct 31, 2025
49dde91
feat(cli): Implement config command for managing Anchor.toml settings
swaroop-osec Oct 31, 2025
387120e
chore(cli): cargo fmt
swaroop-osec Oct 31, 2025
d2a3aae
chore(bench): Update benchmarks
swaroop-osec Nov 21, 2025
7b5fe87
chore(bench): Update benchmarks
swaroop-osec Nov 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The minor version will be incremented upon a breaking change and the patch versi
- lang: Add missing pubkey const generation ([#3677](https://github.com/solana-foundation/anchor/pull/3677)).
- cli: Add the Minimum Supported Rust Version (MSRV) to the Rust template, since an arbitrary compiler version isn't supported ([#3873](https://github.com/solana-foundation/anchor/pull/3873)).
- cli: Add `hooks` section to `Anchor.toml` ([#3862](https://github.com/solana-foundation/anchor/pull/3862)).
- cli: Add `anchor program *` commands to replace `anchor deploy` and `anchor upgrade` & introduce new commands as well. ([#3963](https://github.com/solana-foundation/anchor/pull/3963)).

### Fixes

Expand Down
Loading
Loading