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

chore(e2e): add new role RoleXCaller #2365

Closed
wants to merge 3 commits into from
Closed

Conversation

kc1116
Copy link
Contributor

@kc1116 kc1116 commented Nov 4, 2024

This PR adds a new role RoleXCaller that will be used to send xmsgs on differen't networks and source chain/dest chain combinations. We will create a github action that will periodically send xmsgs and it will use this account.

issue: #2275

@corverroos corverroos changed the title chore(e2e): add mainnet role tester account [Part 1] chore(e2e/eoa): add mainnet role tester account [Part 1] Nov 4, 2024
@kc1116 kc1116 changed the title chore(e2e/eoa): add mainnet role tester account [Part 1] chore(e2e/eoa): add mainnet role tester account Nov 4, 2024
"min": "2.0080",
"target": "8.0800"
"min": "22.0080",
"target": "108.0800"
Copy link
Collaborator

Choose a reason for hiding this comment

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

these thresholds are too high for mainnet

Copy link
Contributor

Choose a reason for hiding this comment

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

I think threshold for tester has to be decreased on mainnet, possibly we can do a dynamic overwrite of the threshold, see something similar here:

ephemeralOverrides = map[Role]FundThresholds{

@@ -46,5 +46,6 @@ var statics = map[netconf.ID][]Account{
remote("0x9496Bf1Bd2Fa5BCba72062cC781cC97eA6930A13", RoleDeployer),
secret("0xfD62020Cee216Dc543E29752058Ee9f60f7D9Ff9", RoleMonitor),
secret("0x6191442101086253A636aecBCC870e4778490AaB", RoleRelayer),
secret("0xE7069f1C1E9477bA69B4d46D015a96509c59263c", RoleTester),
Copy link
Contributor

Choose a reason for hiding this comment

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

why are we adding this account as secret not as remote?

@kc1116 kc1116 changed the title chore(e2e/eoa): add mainnet role tester account chore(e2e): add new role RoleXCaller Nov 4, 2024
@kc1116
Copy link
Contributor Author

kc1116 commented Nov 4, 2024

Closed for #2379

@kc1116 kc1116 closed this Nov 4, 2024
@corverroos corverroos deleted the khalil/mainnet-role-tester branch November 22, 2024 15:44
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