Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stellar-cli 22.0.0 #198222

Merged
merged 2 commits into from
Nov 19, 2024
Merged

stellar-cli 22.0.0 #198222

merged 2 commits into from
Nov 19, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* Add description. by @fnando in https://github.com/stellar/stellar-cli/pull/1597
* Add crate version badge. by @fnando in https://github.com/stellar/stellar-cli/pull/1598
* Update README by @janewang in https://github.com/stellar/stellar-cli/pull/1607
* Rename contract by @fnando in https://github.com/stellar/stellar-cli/pull/1609
* Change output of events in logs from Rust debug to JSON by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1600
* feat: `tx sign` and new signer by @willemneal in https://github.com/stellar/stellar-cli/pull/1590
* feat: tx send by @willemneal in https://github.com/stellar/stellar-cli/pull/1592
* chore: update testcontainers by @elizabethengelman in https://github.com/stellar/stellar-cli/pull/1602
* fix: bug in tx sign and send test by @willemneal in https://github.com/stellar/stellar-cli/pull/1620
* feat: tx sign --sign-with-lab by @elizabethengelman in https://github.com/stellar/stellar-cli/pull/1604
* feat: allow source account to be a public key by @willemneal in https://github.com/stellar/stellar-cli/pull/1619
* Bump the all-actions group with 4 updates by @dependabot in https://github.com/stellar/stellar-cli/pull/1538
* reformat link to stellar lab, remove surrounding angle brackets by @ElliotFriend in https://github.com/stellar/stellar-cli/pull/1622
* Update nix lockfile by @Ifropc in https://github.com/stellar/stellar-cli/pull/1626
* Fix source account bug by @Ifropc in https://github.com/stellar/stellar-cli/pull/1631
* Code cleanup by @Ifropc in https://github.com/stellar/stellar-cli/pull/1635
* feat: add `tx::builder` module and initial classic commands by @willemneal in https://github.com/stellar/stellar-cli/pull/1551
* fix: add test to check if default is used for durability by @willemneal in https://github.com/stellar/stellar-cli/pull/1644
* Do not require source account when fetching an asset's contract id. by @fnando in https://github.com/stellar/stellar-cli/pull/1647
* Use reqwest, remove http, ureq and hyper by @overcat in https://github.com/stellar/stellar-cli/pull/1632
* Chore/use rich printer for network container by @elizabethengelman in https://github.com/stellar/stellar-cli/pull/1638
* feat: Bring colors to help message by @Abeeujah in https://github.com/stellar/stellar-cli/pull/1650
* Add Assembled from stellar-rpc-client@9f74833 by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1648
* Deprecate contract inspect by @Ifropc in https://github.com/stellar/stellar-cli/pull/1636
* Make all logs in upgrade check debug by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1655
* Do not require source account when reading contract. by @fnando in https://github.com/stellar/stellar-cli/pull/1658
* Update xdr, env, sdk, strkey deps to compat with 22.0.0-rc.1 stream by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1646
* Fix flake for nixpkgs on darwin by @TomMD in https://github.com/stellar/stellar-cli/pull/1665
* Add warning on no fund flag by @Ifropc in https://github.com/stellar/stellar-cli/pull/1637
* Fix tests by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1666
* Add sim-only deprecation notice by @Ifropc in https://github.com/stellar/stellar-cli/pull/1634
* Add support for contract id alias and key name to `stellar snapshot create`. by @fnando in https://github.com/stellar/stellar-cli/pull/1662
* Contract init: add flag removal message by @Ifropc in https://github.com/stellar/stellar-cli/pull/1628
* Remove example_contracts.list by @Ifropc in https://github.com/stellar/stellar-cli/pull/1667
* Update contract init by @Ifropc in https://github.com/stellar/stellar-cli/pull/1625
* Feat/add rpc header arg by @elizabethengelman in https://github.com/stellar/stellar-cli/pull/1618
* Add GitHub Action for installing stellar-cli in repos by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1669
* Add attestation of binaries uploaded to release by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1670
* Fix attestation during binary release by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1674
* Use attestation in install action by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1675
* Update install instructions to match stellar-docs by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1679
* Remove the `soroban` binary from prebuilt binaries in the release by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1680
* Add support for plugins using stellar prefix. by @fnando in https://github.com/stellar/stellar-cli/pull/1683
* Favor stellar config dir. by @fnando in https://github.com/stellar/stellar-cli/pull/1681
* fix: default value for starting balance in create_account by @willemneal in https://github.com/stellar/stellar-cli/pull/1688
* Enable unit tests for all platforms by @Ifropc in https://github.com/stellar/stellar-cli/pull/1689
* Feat/add meta on build by @elizabethengelman in https://github.com/stellar/stellar-cli/pull/1684
* Make flake install work by @TomMD in https://github.com/stellar/stellar-cli/pull/1686
* feat: add help headings for global command options by @willemneal in https://github.com/stellar/stellar-cli/pull/1696
* fix: update stellar dependencies by @willemneal in https://github.com/stellar/stellar-cli/pull/1695
* Remove absolute registry paths from panic messages in wasm by @brson in https://github.com/stellar/stellar-cli/pull/1594
* fix: remove clap from enforcing network args and update error message by @willemneal in https://github.com/stellar/stellar-cli/pull/1698
* Fix: stellar contract info * commands require network when network no… by @Dhanraj30 in https://github.com/stellar/stellar-cli/pull/1676
* Add global config for default network and identity. by @fnando in https://github.com/stellar/stellar-cli/pull/1690
* feat: Add parsing to deploy to support new constructor feature by @willemneal in https://github.com/stellar/stellar-cli/pull/1574
* Fix which macOS arch is used for binary builds by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1705
* Cleanup unit testing/add ARM support by @Ifropc in https://github.com/stellar/stellar-cli/pull/1691
* Add cargo-deny for license checks and dep duplicate avoidance by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1685
* Do not overwrite existing keys when generating new ones. by @fnando in https://github.com/stellar/stellar-cli/pull/1709
* upgrade typescript to latest version by @Benjtalkshow in https://github.com/stellar/stellar-cli/pull/1641
* Resolve identity from default config. by @fnando in https://github.com/stellar/stellar-cli/pull/1711
* feat(ts-bindings): upgrade stellar-sdk to 12.2.0 by @chadoh in https://github.com/stellar/stellar-cli/pull/1606
* Move container command to root by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1710
* Revert "Resolve identity from default config. (#1711)" by @fnando in https://github.com/stellar/stellar-cli/pull/1715
* Load default configuration into env vars. by @fnando in https://github.com/stellar/stellar-cli/pull/1716
* Bump version to 22.0.0-rc.1 by @github-actions in https://github.com/stellar/stellar-cli/pull/1717
* update cli doc url by @jeesunikim in https://github.com/stellar/stellar-cli/pull/1719
* docs: Add syntax highlights by @pamellix in https://github.com/stellar/stellar-cli/pull/1712
* Add license. by @fnando in https://github.com/stellar/stellar-cli/pull/1723
* Fix/invoke view only by @elizabethengelman in https://github.com/stellar/stellar-cli/pull/1697
* build: update js-sdk to 13.0.0 by @chadoh in https://github.com/stellar/stellar-cli/pull/1724
* fix: Add ContractAddress type to consolidate contract id parsing with aliases by @willemneal in https://github.com/stellar/stellar-cli/pull/1692
* Generate windows installer. by @fnando in https://github.com/stellar/stellar-cli/pull/1726
* Fix powershell completion code. by @fnando in https://github.com/stellar/stellar-cli/pull/1730
* fix/add-exceptions-to-cargo-deny by @willemneal in https://github.com/stellar/stellar-cli/pull/1722
* Do not run npm commands but output instructions instead by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1731
* Use the same network and contract resolution for all of the bindings generation logic by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1733
* Bump version to 22.0.0 by @github-actions in https://github.com/stellar/stellar-cli/pull/1742

New Contributors

Full Changelog: stellar/stellar-cli@v21.5.3...v22.0.0

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Nov 19, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Nov 19, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 19, 2024
Merged via the queue into master with commit 47917a3 Nov 19, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-stellar-cli-22.0.0 branch November 19, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants