Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rainlanguage/rain.interpreter into …
Browse files Browse the repository at this point in the history
…2024-08-15-lean
  • Loading branch information
thedavidmeister committed Aug 21, 2024
2 parents 76986d5 + 7e20770 commit 95e73b8
Show file tree
Hide file tree
Showing 171 changed files with 4,938 additions and 4,655 deletions.
1,590 changes: 795 additions & 795 deletions .gas-snapshot

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .github/workflows/rainix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
# We don't need to do rust static analysis on multiple platforms
- os: ubuntu-latest
task: rainix-rs-static
# We don't need to do build for wasm32 on multiple platforms
- os: ubuntu-latest
task: test-wasm-build
fail-fast: false
runs-on: ${{ matrix.os }}
env:
Expand Down
21 changes: 0 additions & 21 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
[submodule "lib/rain.lib.typecast"]
path = lib/rain.lib.typecast
url = https://github.com/rainprotocol/rain.lib.typecast
[submodule "lib/rain.metadata"]
path = lib/rain.metadata
url = https://github.com/rainprotocol/rain.metadata
[submodule "lib/rain.datacontract"]
path = lib/rain.datacontract
url = https://github.com/rainprotocol/rain.datacontract
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/rain.erc1820"]
path = lib/rain.erc1820
url = https://github.com/rainprotocol/rain.erc1820
[submodule "lib/rain.lib.memkv"]
path = lib/rain.lib.memkv
url = https://github.com/rainprotocol/rain.lib.memkv
Expand All @@ -25,24 +13,15 @@
[submodule "lib/rain.math.fixedpoint"]
path = lib/rain.math.fixedpoint
url = https://github.com/rainprotocol/rain.math.fixedpoint
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "lib/rain.chainlink"]
path = lib/rain.chainlink
url = https://github.com/rainprotocol/rain.chainlink
[submodule "lib/rain.solmem"]
path = lib/rain.solmem
url = https://github.com/rainlanguage/rain.solmem
[submodule "lib/rain.intorastring"]
path = lib/rain.intorastring
url = https://github.com/rainlanguage/rain.intorastring
[submodule "lib/rain.interpreter.interface"]
path = lib/rain.interpreter.interface
url = https://github.com/rainlanguage/rain.interpreter.interface
[submodule "lib/rain.math.binary"]
path = lib/rain.math.binary
url = https://github.com/rainlanguage/rain.math.binary
[submodule "lib/rain.sol.codegen"]
path = lib/rain.sol.codegen
url = https://github.com/rainlanguage/rain.sol.codegen
Expand Down
Loading

0 comments on commit 95e73b8

Please sign in to comment.