-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Adds WeMix chain config #10793
Merged
Merged
Adds WeMix chain config #10793
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mohamed-mehany
force-pushed
the
wemix-soak
branch
from
September 26, 2023 13:15
4494d3b
to
d896d4b
Compare
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
I see that you haven't updated any README files. Would it make sense to do so? |
mohamed-mehany
force-pushed
the
wemix-soak
branch
9 times, most recently
from
September 27, 2023 15:53
cc7b402
to
c6e33d3
Compare
davidcauchi
added
the
build-test-image
Will build the e2e test image in integration-tests workflow for PRs
label
Sep 27, 2023
mohamed-mehany
force-pushed
the
wemix-soak
branch
6 times, most recently
from
September 29, 2023 00:22
53d168a
to
e45b0be
Compare
mohamed-mehany
force-pushed
the
wemix-soak
branch
from
October 6, 2023 09:49
e45b0be
to
054d9d8
Compare
davidcauchi
force-pushed
the
wemix-soak
branch
from
October 6, 2023 14:57
054d9d8
to
1de9a38
Compare
mohamed-mehany
force-pushed
the
wemix-soak
branch
2 times, most recently
from
October 16, 2023 20:47
d52ce20
to
973f9a6
Compare
mohamed-mehany
force-pushed
the
wemix-soak
branch
2 times, most recently
from
October 16, 2023 21:04
0dc874f
to
f9ec32d
Compare
simsonraj
reviewed
Oct 18, 2023
FinalityDepth = 1 | ||
MinIncomingConfirmations = 1 | ||
# WeMix emits a block every 1 second, regardless of transactions | ||
LogPollInterval = '3s' |
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 should typically be block production rate, its not too far off though
mohamed-mehany
force-pushed
the
wemix-soak
branch
3 times, most recently
from
November 6, 2023 18:48
ff132fe
to
6fddcfa
Compare
mohamed-mehany
requested review from
simsonraj
and removed request for
a team,
jkongie,
javuto,
samsondav,
connorwstein,
prashantkumar1982 and
chainchad
November 6, 2023 19:22
This reverts commit 7eab839819456513dcf7f83ca8f08c97bdeb3835.
mohamed-mehany
force-pushed
the
wemix-soak
branch
from
November 7, 2023 09:48
0f4f4a5
to
00ea38b
Compare
SonarQube Quality Gate |
simsonraj
approved these changes
Nov 7, 2023
davidcauchi
approved these changes
Nov 7, 2023
asoliman92
pushed a commit
that referenced
this pull request
Jul 31, 2024
excluded integration-tests * Adds WeMix testnet config * Extending NoNewHeads threshold to 3s * Adds WeMix contract loader * Downgrading to go 1.20.5 bullseye * Revert "Downgrading to go 1.20.5 bullseye" This reverts commit 7eab839819456513dcf7f83ca8f08c97bdeb3835. * Update testing branch * Excludes fee delegation transactions for Wemix * Update testing branch * Linting * Fix typo * Update CTF --------- Co-authored-by: davidcauchi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the WeMix3.0 chain testnet and mainnet config.
This will be used to trigger soak testing.
BCI-2084