Closed PolyProgrammist closed 6 months ago
[!WARNING]
Rate Limit Exceeded
@PolyProgrammist has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 12 minutes and 47 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between beee1f7bc98bac929430f09dbe1b6233271d9e4e and f5c7ca4e1a0a3da5fd20082cc1acd8a8159e9a8e.
In the Contract
implementation, the add_proposal
function now includes a new parameter, accepted_terms_and_conditions_version
of type near_sdk::BlockHeight
. This addition ensures that proposals are submitted with a valid version of the terms and conditions. The function also includes two new require!
statements to validate the provided terms and conditions version.
File Path | Change Summary |
---|---|
src/lib.rs |
Added accepted_terms_and_conditions_version parameter to add_proposal and included validation checks. |
🌸 In the code's vast, evolving sea,
A new versioned term sails free.
Proposals now with care must tread,
Ensuring terms are rightly read.
With checks in place, we can foresee,
A future bright with clarity. 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit