Skip to content

Commit

Permalink
improve changesets and exit beta (#324)
Browse files Browse the repository at this point in the history
### Description
Its time for release!

### Other changes

I thought the changesets could use some work

### Tested

been testing out the commands with and without my ledger on celocli

<!-- start pr-codex -->

---

## PR-Codex overview
The focus of this PR is to make chore and fix adjustments to deprecate
commands, upgrade packages, and improve gas costs in the codebase.

### Detailed summary
- Changed deprecation messages to start with "chore"
- Updated transfer method to save on gas costs
- Upgraded mento packages to fix installation error
- Modified cron job workflow to install `node-gyp` globally

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
aaronmgdr authored Aug 14, 2024
1 parent 80f2c5b commit 4274299
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "pre",
"mode": "exit",
"tag": "beta",
"initialVersions": {
"@celo/celocli": "5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion .changeset/swift-pens-switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@celo/celocli': patch
---

Change transfer:celo to use native sendTransaction to save up on gas costs as well as better decoding on ledger
fix: Change transfer:celo to use native sendTransaction to save up on gas costs as well as better decoding on ledger
2 changes: 1 addition & 1 deletion .changeset/tricky-months-rescue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@celo/celocli': patch
---

Deprecate reserve commands see https://forum.celo.org/t/sunset-of-reserve-commands/8454
chore: Deprecate reserve commands see https://forum.celo.org/t/sunset-of-reserve-commands/8454
2 changes: 1 addition & 1 deletion .changeset/twelve-cups-suffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@celo/wallet-rpc': patch
---

Deprecate @celo/wallet-rpc see https://forum.celo.org/t/deprecation-of-celo-wallet-rpc/8452
chore: Deprecate @celo/wallet-rpc see https://forum.celo.org/t/deprecation-of-celo-wallet-rpc/8452
2 changes: 1 addition & 1 deletion .changeset/wise-hounds-join.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@celo/celocli': patch
---

Upgrade mento packages. version before was accidentally trying to use a dev dependency. (fix husky not installed on install error)
chore: Upgrade mento packages. version before was accidentally trying to use a dev dependency. (fix husky not installed on install error)
4 changes: 2 additions & 2 deletions .github/workflows/cron-npm-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
apt install -y libusb-1.0-0-dev libudev-dev
npm install node-gyp --global
- name: Installing npm package
run: npm install ${{ matrix.package }}
run: npm install ${{ matrix.package }} --global
- name: Test celocli command
if: matrix.package == '@celo/celocli@beta'
run: |
npm run celocli account:new
celocli account:new

0 comments on commit 4274299

Please sign in to comment.