Skip to content

Commit

Permalink
Merge pull request rainlanguage#16 from rainlanguage/2024-02-28-i9r-int
Browse files Browse the repository at this point in the history
2024 02 28 i9r int
  • Loading branch information
thedavidmeister authored Feb 28, 2024
2 parents 54125d5 + 970624c commit 4da8488
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
[submodule "lib/rain.solmem"]
path = lib/rain.solmem
url = https://github.com/rainprotocol/rain.solmem
[submodule "lib/rain.interpreter"]
path = lib/rain.interpreter
url = https://github.com/rainprotocol/rain.interpreter
[submodule "lib/rain.interpreter.interface"]
path = lib/rain.interpreter.interface
url = https://github.com/rainlanguage/rain.interpreter.interface
1 change: 0 additions & 1 deletion lib/rain.interpreter
Submodule rain.interpreter deleted from 978854
1 change: 1 addition & 0 deletions lib/rain.interpreter.interface
2 changes: 1 addition & 1 deletion src/concrete/erc1155/FlowERC1155.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
FLOW_ERC1155_HANDLE_TRANSFER_MIN_OUTPUTS,
FLOW_ERC1155_MIN_FLOW_SENTINELS
} from "../../interface/unstable/IFlowERC1155V4.sol";
import {LibBytecode} from "lib/rain.interpreter/src/lib/bytecode/LibBytecode.sol";
import {LibBytecode} from "rain.interpreter.interface/lib/bytecode/LibBytecode.sol";
import {IInterpreterV1} from "rain.interpreter/src/interface/IInterpreterV1.sol";
import {IInterpreterStoreV1} from "rain.interpreter/src/interface/IInterpreterStoreV1.sol";
import {Evaluable, DEFAULT_STATE_NAMESPACE} from "rain.interpreter/src/lib/caller/LibEvaluable.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/concrete/erc20/FlowERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
RAIN_FLOW_SENTINEL,
FLOW_ERC20_MIN_FLOW_SENTINELS
} from "../../interface/unstable/IFlowERC20V4.sol";
import {LibBytecode} from "lib/rain.interpreter/src/lib/bytecode/LibBytecode.sol";
import {LibBytecode} from "rain.interpreter.interface/lib/bytecode/LibBytecode.sol";
import {EncodedDispatch, LibEncodedDispatch} from "rain.interpreter/src/lib/caller/LibEncodedDispatch.sol";
import {Sentinel, LibStackSentinel} from "rain.solmem/lib/LibStackSentinel.sol";
import {LibFlow} from "../../lib/LibFlow.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/concrete/erc721/FlowERC721.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
FLOW_ERC721_HANDLE_TRANSFER_ENTRYPOINT,
FLOW_ERC721_MIN_FLOW_SENTINELS
} from "../../interface/unstable/IFlowERC721V4.sol";
import {LibBytecode} from "lib/rain.interpreter/src/lib/bytecode/LibBytecode.sol";
import {LibBytecode} from "rain.interpreter.interface/lib/bytecode/LibBytecode.sol";
import {SourceIndex} from "rain.interpreter/src/interface/IInterpreterV1.sol";
import {LibFlow} from "../../lib/LibFlow.sol";
import {
Expand Down

0 comments on commit 4da8488

Please sign in to comment.