Skip to content

chore: bump rain-flare dep 0.1.1 -> 0.1.2 + mark init view#305

Merged
thedavidmeister merged 2 commits into
mainfrom
2026-05-15-bump-flare-0.1.2
May 14, 2026
Merged

chore: bump rain-flare dep 0.1.1 -> 0.1.2 + mark init view#305
thedavidmeister merged 2 commits into
mainfrom
2026-05-15-bump-flare-0.1.2

Conversation

@thedavidmeister
Copy link
Copy Markdown
Collaborator

Bumps rain-flare 0.1.1 -> 0.1.2 to pick up the rainlang 0.1.2 audit fixes. Also marks OwnerFreezable.__OwnerFreezable_init as view — the body reads block.timestamp and reverts; no state writes — silencing the solc mutability hint surfaced in downstream consumers.

- rain-flare 0.1.1 -> 0.1.2 (picks up rainlang 0.1.2 audit fixes).
- OwnerFreezable.__OwnerFreezable_init: add `view` modifier. The body
  only reads `block.timestamp` and reverts; no state writes. Silences
  the solc state-mutability hint.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@thedavidmeister thedavidmeister self-assigned this May 14, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 14, 2026

Warning

Rate limit exceeded

@thedavidmeister has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 4 minutes and 39 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ 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 for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 42526f12-b1c1-4977-9aa8-ece764cd907a

📥 Commits

Reviewing files that changed from the base of the PR and between 0dd34fe and 6d3d796.

⛔ Files ignored due to path filters (1)
  • soldeer.lock is excluded by !**/*.lock
📒 Files selected for processing (11)
  • foundry.toml
  • remappings.txt
  • src/abstract/OwnerFreezable.sol
  • src/concrete/oracle/FtsoV2LTSFeedOracle.sol
  • src/concrete/oracle/SceptreStakedFlrOracle.sol
  • test/abstract/OracleTest.sol
  • test/lib/LibERC20PriceOracleReceiptVaultFork.sol
  • test/src/concrete/oracle/FtsoV2LTSFeedOracle.t.sol
  • test/src/concrete/oracle/SceptreStakedFlrOracle.t.sol
  • test/src/concrete/vault/ERC20PriceOracleReceiptVault.redeem.t.sol
  • test/src/concrete/vault/ERC20PriceOracleReceiptVault.withdraw.t.sol
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 2026-05-15-bump-flare-0.1.2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

soldeer's remappings update appended the new entry without dropping
the old one; only rain-flare-0.1.2 is actually installed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@thedavidmeister thedavidmeister merged commit ad19dac into main May 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant