Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Conversation

felix2feng
Copy link
Contributor

No description provided.

uint256[] memory currentTimeSeriesValues = _self.readListMemory(1);
return currentTimeSeriesValues[0];
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: Remove space

pragma solidity 0.5.7;
pragma experimental "ABIEncoderV2";
import { LinkedListLibraryV2 } from "./LinkedListLibraryV2.sol";

Copy link
Contributor

Choose a reason for hiding this comment

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

Remove extra space


import { OracleWrapper } from '@utils/wrappers/oracleWrapper';

import { TimeSeriesFeedState } from '../../../types/timeSeriesFeed';
Copy link
Contributor

Choose a reason for hiding this comment

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

Think we'll want to move this into set-protocol-utils because it's used in setProtocol.js

Copy link
Contributor

Choose a reason for hiding this comment

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

But fine with it here as a temporary measure.

});

describe('#read', async () => {
describe.only('#read', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove .only

@@ -0,0 +1,13 @@
import { BigNumber } from "bignumber.js";

export interface LinkedList {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suppose we'd also have to add this to set-protocol-utils


return outputArray;
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Remove extra space

@felix2feng felix2feng merged commit c8c3abc into master Aug 27, 2019
@felix2feng felix2feng deleted the felix/time-series-gas-updates branch August 27, 2019 23:13
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.

2 participants