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

Comet update #214

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Comet update #214

merged 2 commits into from
Mar 27, 2024

Conversation

Ryang-21
Copy link
Contributor

@Ryang-21 Ryang-21 commented Mar 21, 2024

@Ryang-21 Ryang-21 requested review from mootz12 and markuspluna March 21, 2024 16:23
Copy link
Contributor

@mootz12 mootz12 left a comment

Choose a reason for hiding this comment

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

Need to fix the rent bump changes for reserve config and data.

I would also like to put this PR on hold until your Comet changes get merged. Would you mind linking that PR here @Ryang-21 ?

pool/src/storage.rs Outdated Show resolved Hide resolved
e.storage()
.persistent()
.extend_ttl(&key, LEDGER_THRESHOLD_SHARED, LEDGER_BUMP_SHARED);
e.storage().persistent().extend_ttl(&key, 0, 0);
Copy link
Contributor

Choose a reason for hiding this comment

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

:ditto:

pool/src/storage.rs Outdated Show resolved Hide resolved
pool/src/storage.rs Outdated Show resolved Hide resolved
Comment on lines 173 to +174
client.set_public_swap(&admin, &true);
client.finalize();
Copy link
Contributor

Choose a reason for hiding this comment

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

why was this change necessary?

IIRC finalize had nothing to do with set_public_swap, but this could have changed on comet's end?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They now check that finalize has not been called when performing pool setup

Base automatically changed from audit-updates to main March 22, 2024 13:11
Copy link
Contributor

@mootz12 mootz12 left a comment

Choose a reason for hiding this comment

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

LG2M

@mootz12
Copy link
Contributor

mootz12 commented Mar 27, 2024

Merging for now as the Comet PR is still being reviewed. It appears likely this will go through, so in the event something changes, we will do a followup PR.

@mootz12 mootz12 merged commit 5b53189 into main Mar 27, 2024
3 checks passed
@mootz12 mootz12 deleted the comet-update branch March 27, 2024 13:42
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