Skip to content

proposal calldata#872

Merged
Joeysantoro merged 1 commit intodevelopfrom
feat/calldata-update
Jun 2, 2022
Merged

proposal calldata#872
Joeysantoro merged 1 commit intodevelopfrom
feat/calldata-update

Conversation

@Joeysantoro
Copy link
Copy Markdown
Contributor

@Joeysantoro Joeysantoro commented Jun 1, 2022

PR Type: Feature

PR Description: Makes is so that npm run calldata returns the correct calldata type if a proposal is a timelock type.

PR Checklist - Feature (Non-Proposal)

  • All Tests Passing
  • Remove Any .only's on Tests

@Joeysantoro Joeysantoro merged commit a2daa32 into develop Jun 2, 2022
@Joeysantoro Joeysantoro deleted the feat/calldata-update branch June 2, 2022 00:59
)) as ExtendedAlphaProposal;
const proposal = (await constructProposal(proposalInfo, contracts, contractAddresses)) as ExtendedAlphaProposal;

console.log(proposals[proposalName].category);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This console log fails if the proposal isn't in the proposal_config. I don't like the dependency on proposal_config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants