-
Notifications
You must be signed in to change notification settings - Fork 221
Rc to feat async exec 9 dec #7547
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
Merged
AdoAdoAdo
merged 75 commits into
feat/supernova-async-exec
from
rc-to-feat-async-exec-9-dec
Dec 30, 2025
Merged
Changes from 71 commits
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
8b53351
first year implementation
sasurobert a9d4cd4
revert
sasurobert 3197486
mocks and stubs
sasurobert d0ac531
mocks and stubs and new functions.
sasurobert 19b0515
maybe full implementation
sasurobert 0db532f
cleanup
sasurobert 50d97c9
fixing tests
sasurobert 01f5d81
fixing tests
sasurobert 07bd535
fixing tests
sasurobert 09773ce
fixing tests
sasurobert 8c3024f
use correct supply
sasurobert 8c5858a
use correct supply
sasurobert cc7a8f6
adding unit tests
sasurobert 0d46299
adding unit tests
sasurobert 5635cff
adding unit tests
sasurobert 17a770d
strenghtening
sasurobert 9b90751
just toml
sasurobert ad650e4
just toml
sasurobert fd58ad9
fixes after review
sasurobert cdf87d0
implementing computation from yearly to daily.
sasurobert 49b9d92
implementing computation from yearly to daily.
sasurobert 7c2b6aa
calculate inflation for epoch compound
sasurobert ba3e3ec
fix testing
sasurobert 6973454
fixes after AI review
sasurobert a442d62
fixes after review
sasurobert 0392de7
importdb fixes
sasurobert 46494b1
update chain simulator
miiu96 072d348
add missing import
miiu96 34cb169
linter
sasurobert a9ee9cd
just test fix, as no reward tx is created when reward is zero on the …
sasurobert 7d58cf3
unit test
miiu96 b30a238
just test fix, as no reward tx is created when reward is zero on the …
sasurobert fbf091b
Merge branch 'rc/supernova' into do-not-change-activation-round-in-ca…
miiu96 3136503
small fix
miiu96 dcdee2f
fixes after review
miiu96 ab874b2
Merge pull request #7386 from multiversx/stakingV5-implementation
sstanculeanu 1091f11
compressed tail inflation epochs
sstanculeanu ca74993
fixes after review
miiu96 3202ffe
fixes
miiu96 55212e1
Merge branch 'master' into stakingV5-to-superNova-merge
sasurobert cd71b22
fix
miiu96 85ad2a1
Merge pull request #7466 from multiversx/v1.11.1-dev-config
sstanculeanu aa83f47
merges.
sasurobert 0c253cf
fixes
sasurobert e87db4f
Merge branch 'master' into stakingV5-to-superNova-merge
sasurobert f251325
fixes
sasurobert 9daaaef
fixes
sasurobert 5f2642b
trace to debug
sasurobert dae2f08
trace to debug
sasurobert 805d61d
Merge pull request #7424 from multiversx/do-not-change-activation-rou…
miiu96 3aaa0de
fix metrics chain simulator
miiu96 01f75fa
fix round duration
miiu96 2e7a880
Merge branch 'rc/supernova' into stakingV5-to-superNova-merge
sasurobert f93caca
fix tests
miiu96 989c957
fixes after review
sasurobert 9f55358
fixes after review
sasurobert abc5d1e
Merge pull request #7488 from multiversx/fix-metrics-chain-simulator
axenteoctavian b4429f1
Merge branch 'rc/supernova' into stakingV5-to-superNova-merge
sasurobert 90f44ed
Merge pull request #7477 from multiversx/stakingV5-to-superNova-merge
sasurobert c0796a6
Merge branch 'rc/supernova' into rc-to-feat-async-exec-9-dec
sasurobert 18cb23d
fixes after merge
sasurobert a6b7672
fixes after merge
sasurobert a6f4515
fixes after merge
sasurobert 0342ca8
Merge branch 'feat/supernova-async-exec' into rc-to-feat-async-exec-9…
sasurobert 6494254
fixing imports
sasurobert 6347723
Merge branch 'feat/supernova-async-exec' into rc-to-feat-async-exec-9…
sasurobert d35ce76
Merge branch 'feat/supernova-async-exec' into rc-to-feat-async-exec-9…
sasurobert d907f64
fixing imports
sasurobert 16fe011
Merge remote-tracking branch 'origin/rc-to-feat-async-exec-9-dec' int…
sasurobert d236647
adding back metrics.
sasurobert f983e19
adding back metrics.
sasurobert 9dd8aba
fix long test
sasurobert 2df3405
Merge branch 'feat/supernova-async-exec' into rc-to-feat-async-exec-9…
AdoAdoAdo 61780a8
Merge branch 'feat/supernova-async-exec' into rc-to-feat-async-exec-9…
AdoAdoAdo 45236d8
fix missing storer unit
AdoAdoAdo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -391,6 +391,7 @@ func TestDelayedBlockBroadcaster_HeaderReceivedWithoutSignaturesForShardShouldNo | |
| require.Contains(t, logOutputStr, expectedLogMsg) | ||
| require.Contains(t, logOutputStr, fmt.Sprintf("headerHash = %s", hex.EncodeToString(headerHash))) | ||
|
|
||
| _ = logger.SetLogLevel("*:DEBUG") | ||
| assert.False(t, mbBroadcastCalled.IsSet()) | ||
| assert.False(t, txBroadcastCalled.IsSet()) | ||
| } | ||
|
|
@@ -655,6 +656,7 @@ func TestDelayedBlockBroadcaster_SetHeaderForValidatorWithoutSignaturesShouldNot | |
| expectedLogMsg := "delayedBlockBroadcaster.SetHeaderForValidator: header alarm has not been set" | ||
| require.Contains(t, logOutputStr, expectedLogMsg) | ||
| require.Contains(t, logOutputStr, fmt.Sprintf("validatorConsensusOrder = %d", vArgs.order)) | ||
| _ = logger.SetLogLevel("*:DEBUG") | ||
|
||
|
|
||
| vbb := dbb.GetValidatorHeaderBroadcastData() | ||
| require.Equal(t, 0, len(vbb)) | ||
|
|
||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
should not be needed anymore at this point
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.
it is set to trace before. And I set it back to debug.