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

Update Oracle Storage Layout #256

Merged
merged 11 commits into from
May 16, 2024
Merged

Update Oracle Storage Layout #256

merged 11 commits into from
May 16, 2024

Conversation

bxmmm1
Copy link
Contributor

@bxmmm1 bxmmm1 commented May 11, 2024

No description provided.

@bxmmm1 bxmmm1 changed the base branch from master to mainnet May 11, 2024 06:59
@bxmmm1 bxmmm1 changed the base branch from mainnet to master May 11, 2024 06:59
@@ -58,6 +58,7 @@ contract PufferOracleV2 is IPufferOracleV2, AccessManaged {
_totalNumberOfValidators = 927122; // Oracle will be updated with the correct value
_epochNumber = 268828; // Oracle will be updated with the correct value
_setMintPrice(0.01 ether);
Copy link
Contributor

@shayanb shayanb May 11, 2024

Choose a reason for hiding this comment

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

Update to latest price

Copy link

openzeppelin-code bot commented May 11, 2024

Update Oracle Storage Layout

Generated at commit: 8bfe19e81fc6109f1332ad880c98fb49a9ea707c

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
1
2
0
6
33
42
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

@@ -57,15 +57,16 @@ contract PufferOracleV2 is IPufferOracleV2, AccessManaged {
PUFFER_VAULT = vault;
_totalNumberOfValidators = 927122; // Oracle will be updated with the correct value
_epochNumber = 268828; // Oracle will be updated with the correct value
_setMintPrice(0.01 ether);
_setMintPrice(3098470956104156);
_numberOfActivePufferValidators = 174;
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's clean these up for merging into main.

@WalidOfNow WalidOfNow changed the title Oracle bugfix Update Oracle Storage Layout May 15, 2024
@bxmmm1 bxmmm1 merged commit ddef3a2 into master May 16, 2024
4 checks passed
@bxmmm1 bxmmm1 deleted the bugfix/oracle branch May 16, 2024 08:29
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