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

Alchemy Experimental #1646

Merged

Conversation

dOrgJelli
Copy link
Contributor

@dOrgJelli dOrgJelli commented Apr 30, 2020

FYI: here's the checklist we've gone through to make sure we're ready to go here dOrgTech#5

link.sh Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@orenyodfat orenyodfat added the 2.0 label May 13, 2020
@orenyodfat orenyodfat temporarily deployed to alchemy-alchemy-experim-xsdzlc May 22, 2020 07:33 Inactive
// pass in null to not redeem any GenesisProtocol rewards
const originalErrorHandler = observer[1];
observer[1] = async (_error: any): Promise<any> => {
observer[1] = originalErrorHandler;
return await proposalObj.execute().subscribe(...observer);
};
await proposalObj.claimRewards(null).subscribe(...observer);

await tryRedeemProposal(proposalId, accountAddress, observer);
Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry I was not clear, what should be happening here is this:

return tryRedeemProposal(proposalId, accountAddress, observer);

@orenyodfat orenyodfat had a problem deploying to alchemy-alchemy-experim-xsdzlc May 22, 2020 19:03 Failure
@orenyodfat orenyodfat temporarily deployed to alchemy-alchemy-experim-xsdzlc May 22, 2020 19:31 Inactive
@orenyodfat orenyodfat had a problem deploying to alchemy-alchemy-experim-xsdzlc May 22, 2020 20:12 Failure
suppressNotifyOnSuccess: true,
showNotification: this.props.showNotification,
});
this.forceUpdate();
Copy link
Contributor

@dkent600 dkent600 May 22, 2020

Choose a reason for hiding this comment

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

For some reason this isn't showing up as a change request. Adding a comment to try to force it.

... Then it is just the header we are concerned with updating? If so then the dependencies in the header component are broken and need to be fixed between it and arc.ts, not by calling forceUpdate. If there is a problem here there could just as easily be the same problem everywhere.

@dOrgJelli
Copy link
Contributor Author

@orenyodfat yep, still in an in-between phase with supporting v20, will message back when everything is working again.

@orenyodfat orenyodfat temporarily deployed to alchemy-alchemy-experim-xsdzlc May 25, 2020 12:46 Inactive
"http_main": "https://api.thegraph.com/subgraphs/daostack/name/daostack/...",
"ws_main": "wss://api.thegraph.com/subgraphs/daostack/name/daostack/...",
"http_main": "https://api.thegraph.com/subgraphs/daostack/name/daostack/TODO",
"ws_main": "wss://api.thegraph.com/subgraphs/daostack/name/daostack/TODO",
Copy link
Contributor

Choose a reason for hiding this comment

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

Just an additional helpful reminder

Copy link
Contributor

Choose a reason for hiding this comment

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

@dOrgJelli When is this meant to be complete?

@dOrgJelli
Copy link
Contributor Author

@orenyodfat @dkent600 everything is working again with v20. Please review and test when you can 🙏

@orenyodfat
Copy link
Contributor

orenyodfat commented May 26, 2020

@dOrgJelli see #1751 , #1750

@orenyodfat orenyodfat temporarily deployed to alchemy-alchemy-experim-xsdzlc May 28, 2020 19:39 Inactive
@orenyodfat orenyodfat temporarily deployed to alchemy-alchemy-experim-xsdzlc May 28, 2020 19:48 Inactive
@orenyodfat orenyodfat temporarily deployed to alchemy-alchemy-experim-xsdzlc May 28, 2020 20:51 Inactive
@orenyodfat orenyodfat temporarily deployed to alchemy-alchemy-experim-xsdzlc May 28, 2020 20:54 Inactive
"http_main": "https://api.thegraph.com/subgraphs/daostack/name/daostack/...",
"ws_main": "wss://api.thegraph.com/subgraphs/daostack/name/daostack/...",
"http_main": "https://api.thegraph.com/subgraphs/daostack/name/daostack/TODO",
"ws_main": "wss://api.thegraph.com/subgraphs/daostack/name/daostack/TODO",
Copy link
Contributor

Choose a reason for hiding this comment

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

@dOrgJelli When is this meant to be complete?

suppressNotifyOnSuccess: true,
showNotification: this.props.showNotification,
});
this.forceUpdate();
Copy link
Contributor

Choose a reason for hiding this comment

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

@dOrgJelli This needs to be addressed

@@ -268,7 +271,7 @@ class Header extends React.Component<IProps, null> {
</div>
</span> : <span></span>
}
{!currentAccountAddress ?
{ !currentAccountAddress || currentAccountAddress === "" ?
Copy link
Contributor

Choose a reason for hiding this comment

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

@dOrgJelli You can revert this line

@orenyodfat orenyodfat merged commit db1d03e into daostack:alchemy-experimental Jun 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants