Skip to content

Commit

Permalink
update rain flare
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Oct 26, 2024
1 parent dec60b8 commit a9334fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "lib/rain.flare"]
path = lib/rain.flare
url = https://github.com/rainlanguage/rain.flare
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
Expand All @@ -16,3 +13,6 @@
[submodule "lib/rain.tier.interface"]
path = lib/rain.tier.interface
url = https://github.com/rainlanguage/rain.tier.interface
[submodule "lib/rain.flare"]
path = lib/rain.flare
url = https://github.com/rainlanguage/rain.flare
2 changes: 1 addition & 1 deletion lib/rain.flare
Submodule rain.flare updated 43 files
+26 −23 .gas-snapshot
+1 −1 .github/workflows/rainix.yml
+3 −6 .gitmodules
+1 −0 LICENSE
+189 −0 LICENSES/LicenseRef-DCL-1.0.txt
+43 −0 README.md
+17 −0 REUSE.toml
+6 −6 flake.lock
+4 −9 foundry.toml
+1 −1 lib/rain.interpreter
+0 −1 lib/rain.math.fixedpoint
+2 −1 script/BuildAuthoringMeta.sol
+6 −2 script/BuildPointers.sol
+2 −1 script/Deploy.sol
+3 −2 src/abstract/FlareFtsoExtern.sol
+12 −3 src/abstract/FlareFtsoSubParser.sol
+2 −1 src/concrete/FlareFtsoWords.sol
+2 −1 src/err/ErrFtso.sol
+5 −4 src/generated/FlareFtsoWords.pointers.sol
+13 −0 src/interface/IGoverned.sol
+9 −0 src/interface/IGovernedFeeCalculator.sol
+2 −2 src/interface/IStakedFlr.sol
+38 −1 src/lib/lts/LibFtsoV2LTS.sol
+2 −1 src/lib/op/LibOpFtsoCurrentPricePair.sol
+3 −2 src/lib/op/LibOpFtsoCurrentPriceUsd.sol
+4 −6 src/lib/op/LibOpSFlrCurrentExchangeRate.sol
+2 −1 src/lib/parse/LibFlareFtsoSubParser.sol
+2 −1 src/lib/price/LibFtsoCurrentPriceUsd.sol
+2 −1 src/lib/registry/LibFlareContractRegistry.sol
+16 −0 src/lib/sflr/LibSceptreStakedFlare.sol
+2 −1 test/abstract/FtsoTest.sol
+2 −1 test/fork/LibFork.sol
+2 −1 test/src/concrete/FlareFtsoWords.describedByMeta.t.sol
+5 −4 test/src/concrete/FlareFtsoWords.ftsoCurrentPricePair.t.sol
+3 −2 test/src/concrete/FlareFtsoWords.ftsoCurrentPriceUsd.t.sol
+2 −1 test/src/concrete/FlareFtsoWords.ierc165.t.sol
+3 −2 test/src/concrete/FlareFtsoWords.pointers.t.sol
+5 −4 test/src/concrete/FlareFtsoWords.sflrCurrentExchangeRate.t.sol
+72 −2 test/src/lib/lts/LibFtsoV2LTS.t.sol
+6 −5 test/src/lib/op/LibOpFtsoCurrentPricePair.t.sol
+8 −7 test/src/lib/op/LibOpFtsoCurrentPriceUsd.t.sol
+4 −3 test/src/lib/registry/LibFlareContractRegistry.t.sol
+20 −0 test/src/lib/sflr/LibSceptreStakedFlare.t.sol

0 comments on commit a9334fa

Please sign in to comment.