Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed tests with references to timelock feature #2083

Merged
merged 1 commit into from
Oct 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions integration-tests/contract-originate-contract-with-chest.spec.ts

This file was deleted.

22 changes: 0 additions & 22 deletions integration-tests/data/allTestsCases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { genericCode, genericStorage } from './generic_contract';
import { tokenBigmapCode, tokenBigmapStorage } from './token_bigmap';
import { noAnnotCode, noAnnotInit } from './token_without_annotation';
import { voteInitSample, voteSample } from './vote-contract';
import { chestCode, chestStorage } from './contract_with_chest';
import { submutezCode, submutezStorage } from './contract_with_sub_mutez';
import {
storageContractWithConstant,
Expand Down Expand Up @@ -1159,27 +1158,6 @@ export const commonCases: TestCase[] = [
],
},
},
{
name: 'Origination of a contract that contains the types chest, chest_key and the instruction OPEN_CHEST',
operation: {
branch: 'BMV9bffK5yjWCJgUJBsoTRifb4SsAYbkCVwVkKbJHffJYn7ePBL',
contents: [
{
kind: OpKind.ORIGINATION,
counter: '1',
source: 'tz1QZ6KY7d3BuZDT1d19dUxoQrtFPN2QJ3hn',
fee: '10000',
gas_limit: '10',
storage_limit: '10',
balance: '0',
script: {
code: chestCode,
storage: chestStorage,
},
},
],
},
},
{
name: 'Register global constant',
operation: {
Expand Down
43 changes: 0 additions & 43 deletions integration-tests/data/contract_with_chest.ts

This file was deleted.