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

updated airdrop request values #3062

Merged
merged 5 commits into from Apr 9, 2022
Merged

Conversation

tjkyner
Copy link
Contributor

@tjkyner tjkyner commented Apr 4, 2022

The current example of requesting an airdrop of 10 sol three times results in failed transactions due to the current airdrop limit of 2 sol per request and 24 sol per account per day. This PR updates the example to work within those constraints.

The current example of requesting an airdrop of 10 sol three times results in failed transactions due to the current airdrop limit of 2 sol per request and 24 sol per account per day. This PR updates the example to work within those constraints.
@mergify mergify bot added the community Community contribution label Apr 4, 2022
@t-nelson
Copy link
Contributor

t-nelson commented Apr 4, 2022

wdyt of making docs airdrop entry more robust and linking out to that instead of replicating the information here?

Adding an example that fails due to too large a request, then demonstrates how to discover the cause of the failure by looking up the memo and finally making an appropriate request would be awesome!

@tjkyner
Copy link
Contributor Author

tjkyner commented Apr 5, 2022

@t-nelson see updates! Is this along the lines of what you had in mind?

token-lending/README.md Outdated Show resolved Hide resolved
token-lending/README.md Outdated Show resolved Hide resolved
@tjkyner tjkyner requested a review from t-nelson April 5, 2022 13:03
Copy link
Contributor

@t-nelson t-nelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, pending ci

t-nelson pushed a commit to solana-labs/solana that referenced this pull request Apr 7, 2022
* providing clarity on airdrop amount constraints

This change is in response to a review of a PR in the `solana-program-library` found here: solana-labs/solana-program-library#3062

* replaced static limits with info on how to find them

* removed trailing whitespace
mergify bot pushed a commit to solana-labs/solana that referenced this pull request Apr 7, 2022
* providing clarity on airdrop amount constraints

This change is in response to a review of a PR in the `solana-program-library` found here: solana-labs/solana-program-library#3062

* replaced static limits with info on how to find them

* removed trailing whitespace

(cherry picked from commit 781094e)
mergify bot added a commit to solana-labs/solana that referenced this pull request Apr 7, 2022
* providing clarity on airdrop amount constraints

This change is in response to a review of a PR in the `solana-program-library` found here: solana-labs/solana-program-library#3062

* replaced static limits with info on how to find them

* removed trailing whitespace

(cherry picked from commit 781094e)

Co-authored-by: T.J. Kyner <78994885+tjkyner@users.noreply.github.com>
@tjkyner tjkyner requested a review from t-nelson April 8, 2022 17:52
@t-nelson t-nelson merged commit dd8f4d1 into solana-labs:master Apr 9, 2022
@tjkyner tjkyner deleted the patch-1 branch April 9, 2022 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants