Skip to content

Commit

Permalink
Moved rlp into libs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaven committed May 11, 2023
1 parent 8ce3073 commit 47cc7df
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 775 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
path = libs/base64
url = https://github.com/Brechtpd/base64.git
branch = main
[submodule "libs/Solidity-RLP"]
path = libs/Solidity-RLP
url = https://github.com/hamdiallam/Solidity-RLP.git
branch = master
2 changes: 1 addition & 1 deletion contracts/DecentServerCert.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {IASReportCert} from "./IASReportCert.sol";
import {Interface_IASReportCertMgr} from "./Interface_IASReportCertMgr.sol";
import {LibSecp256k1Sha256} from "./LibSecp256k1Sha256.sol";
import {OIDs} from "./Constants.sol";
import {RLPReader} from "./rlp/RLPReader.sol";
import {RLPReader} from "../libs/Solidity-RLP/contracts/RLPReader.sol";
import {X509CertNodes} from "./X509CertNodes.sol";
import {X509Extension} from "./X509Extension.sol";

Expand Down
208 changes: 0 additions & 208 deletions contracts/rlp/Helper.sol

This file was deleted.

Loading

0 comments on commit 47cc7df

Please sign in to comment.