Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Remove solidity cases from oasis-client tests #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

armaniferrante
Copy link
Contributor

@armaniferrante armaniferrante commented Aug 29, 2019

This change will be required if @nhynes decides to remove https://github.com/oasislabs/oasis.js/blob/master/packages/ethereum/src/coder.ts#L14 in the update to ethers-next.

@@ -6,12 +6,6 @@ const utils = require('../src/utils');
if (truffleConfig.shouldRun(__filename)) {
contract('Oasis client', async (accounts) => {
const services = [
{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are only two changes here removing this case and...

@@ -53,69 +47,61 @@ if (truffleConfig.shouldRun(__filename)) {
gateways.forEach(gatewayConfig => {
services.forEach(serviceConfig => {
headers.forEach(headerConfig => {
// We don't support confidential solidity.
if (!headerConfig.header.confidential || serviceConfig.label !== 'solidity') {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing this if statement.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant