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

chore(gnokey): in maketx addpkg, change -deposit to -send #3122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leohhhn
Copy link
Contributor

@leohhhn leohhhn commented Nov 14, 2024

Description

Changes the deposit flag to send. I think this change makes sense from the consistency perspective. I've had multiple times happen where I'm trying to deploy something with some initial balance, trying -send, only realizing that it's -deposit in this case.

It's quite obvious that the send will go to the deployed realm's address, so I think it's a valid change.

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests

@leohhhn leohhhn changed the title gnokey: in maketx addpkg, change deposit to send gnokey: in maketx addpkg, change -deposit to -send Nov 14, 2024
@github-actions github-actions bot added the 📦 ⛰️ gno.land Issues or PRs gno.land package related label Nov 14, 2024
@leohhhn leohhhn changed the title gnokey: in maketx addpkg, change -deposit to -send chore(gnokey): in maketx addpkg, change -deposit to -send Nov 14, 2024
@jefft0 jefft0 added the review/triage-pending PRs opened by external contributors that are waiting for the 1st review label Nov 14, 2024
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.78%. Comparing base (6c3cc02) to head (e0bf105).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3122      +/-   ##
==========================================
- Coverage   63.79%   63.78%   -0.01%     
==========================================
  Files         549      549              
  Lines       78819    78817       -2     
==========================================
- Hits        50279    50277       -2     
  Misses      25150    25150              
  Partials     3390     3390              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jefft0
Copy link
Contributor

jefft0 commented Nov 14, 2024

@leohhhn, can you fix the failed CI tests?

@thehowl
Copy link
Member

thehowl commented Nov 14, 2024

Can we wait to do this until we decide if we want to rename OrigSend to something like Deposit?

#1475

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 ⛰️ gno.land Issues or PRs gno.land package related review/triage-pending PRs opened by external contributors that are waiting for the 1st review
Projects
Status: Triage
Development

Successfully merging this pull request may close these issues.

3 participants