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

Money market reward pools #175

Merged
merged 8 commits into from
Nov 21, 2024
Merged

Conversation

DrPresident
Copy link
Contributor

No description provided.

Copy link

changeset-bot bot commented Nov 12, 2024

🦋 Changeset detected

Latest commit: 65a9948

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@shadeprotocol/shadejs Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@DrPresident DrPresident force-pushed the money-market-reward-pools branch from bc73a5b to 45d2e27 Compare November 19, 2024 22:17
blockHeight,
}).pipe(
map((response) => {
console.error('Parsing', JSON.stringify(response));
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove console logs

minBlockHeightValidationOptions,
blockHeight,
}).pipe(
map((response) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

map(parseBatchQueryMoneyMarketRewardPools) should be good once you take out the logs.

Copy link
Collaborator

@AustinWoetzel AustinWoetzel left a comment

Choose a reason for hiding this comment

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

looks good, just need to remove the logs.

@AustinWoetzel
Copy link
Collaborator

please add changeset as well. Just run yarn changeset and set this as a patch type.

responses.map((response: any) => ({
debtMarket: response.id,
blockHeight: response.blockHeight,
rewardPools: response.response.map((pool: any) => ({
Copy link
Collaborator

Choose a reason for hiding this comment

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

any?

@DrPresident DrPresident force-pushed the money-market-reward-pools branch from b78418b to 4762e5d Compare November 21, 2024 17:48
@AustinWoetzel AustinWoetzel merged commit c69792f into moneymarket Nov 21, 2024
4 checks passed
@AustinWoetzel AustinWoetzel deleted the money-market-reward-pools branch November 21, 2024 17:52
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.

2 participants