Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/solidity-contract' into …
Browse files Browse the repository at this point in the history
…feature/solidity-contract
  • Loading branch information
chopin-fan committed Jul 17, 2024
2 parents 2b6040d + 1eb0097 commit a4a2a01
Show file tree
Hide file tree
Showing 2 changed files with 1,829 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public override Hash UploadSoliditySmartContract(UploadSoliditySmartContractInpu
var wasmCode = new WasmContractCode();
wasmCode.MergeFrom(input.Code);
var codeHash = wasmCode.CodeHash;
AssertContractExists(codeHash);
AssertContractNotExists(codeHash);
var reg = new SmartContractRegistration
{
Category = input.Category,
Expand Down
1,828 changes: 1,828 additions & 0 deletions test/AElf.Contracts.SolidityContract.Tests/contracts/UniswapV2Pair.contract

Large diffs are not rendered by default.

0 comments on commit a4a2a01

Please sign in to comment.