-
Notifications
You must be signed in to change notification settings - Fork 266
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
Remove RskSystemProperties from many core objects #642
Conversation
7511038
to
2cc5c9e
Compare
82a3129
to
afe2aa9
Compare
Looking good! I would discuss the flushing and |
863508d
to
a43aa04
Compare
@tinchou I removed the commit regarding the flush |
tx, 0, coinbase, repository, blockStore, receiptStore, | ||
programInvokeFactory, executionBlock, new EthereumListenerAdapter(), 0, config.getVmConfig(), | ||
config.getBlockchainConfig(), config.playVM(), config.isRemascEnabled(), config.vmTrace(), new PrecompiledContracts(config), | ||
config.databaseDir(), config.vmTraceDir(), config.vmTraceCompressed() |
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.
Here you could rework config.getVmConfig() object to have all vm config data related and reduce parameters
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.
why do we even have a remascEnabled
option? 😭
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.
Maybee it's time
//TODO: REMOVE THIS WHEN THE LocalBLockTests starts working with REMASC
public boolean isRemascEnabled() { return remascEnabled; }
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.
We should get together and discuss what is the future of configuration for our node.
23f2752
to
5f20d73
Compare
Please update branch |
5f20d73
to
e47e22d
Compare
SonarQube analysis reported 8 issues
|
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.
Re-approve after merge
No description provided.