-
Notifications
You must be signed in to change notification settings - Fork 9
feat: add agoric-upgrade-19 (proposal 91) #228
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
Conversation
@muhammadahmadasifbhatti We need to keep |
Can just
@muhammadahmadasifbhatti we also need to copy the patches folder from a3p-integration |
![]() @muhammadahmadasifbhatti Reference for u18: I guess the manual copying skipped |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This README needs to be updated. It usually contains info regarding when the proposal was adopted on the chain i.e. the block height and its respective block time (see previous proposals for ref)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
1eb13a6
to
ee7dfc7
Compare
@mhofman @turadg I have created this PR to adopt the governance proposal 91 as per the upgrade 19. Some tests are failing and I am unable to find the exact underlying reason. I also checked why these tests were passing in the Input will be appreciated. |
@muhammadahmadasifbhatti Can you please share more details? Which test exactly? What is the exact error? Is it consistently failing at one single point? |
I have attached the links to the failed tests
Exact error on the console is:
But this is not the cause. Seems like some directories are missing that should have been created when we ran
Yes, it is consitently failing at the same point. |
@muhammadahmadasifbhatti |
Why are we seeing this error again? I see you have added patches folder in recent commit. Landed on this error from your |
@Muneeb147 Wrong Link was attached. Updated it. New update: The issue is with the I re-ran the
Looking further into it. |
ee7dfc7
to
a84d7b2
Compare
a84d7b2
to
9549a7a
Compare
@muhammadahmadasifbhatti I see all green. That's great Ahmad ❤️❤️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please mark the relevant checkboxes as complete, and the remaining once you open the companion PR.
I was not able to generate the directories mentioned in the
So, I changed the version to the minimum version supported by |
I'm currently working on adding the fastUSDC coreEvals (proposals 87 and 88) to |
Agoric/agoric-3-proposals#228 ## Description This PR updates a3p to use upgrade-19 image. ### Security Considerations None ### Scaling Considerations None ### Documentation Considerations None ### Testing Considerations None ### Upgrade Considerations None
Description
This PR adopts governance proposal 91 as per upgrade 19. Created via following instructions here.
Companion agoric-sdk PR
When a proposal passes on agoric-3 Mainnet, it should be included in the history that this synthetic image tracks.
fromTag
usinglatest
(such as a3p-integration) to use a fixed version (otherwise they will fail when this PR changes latest and they pick it up)use-${proposalName}
(where proposalName is the part of the agoric-3-proposals proposal directory name after the colon, cf. a3p-integration/proposals)