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

fix-transferRole-check-on-esdtTransfer #4014

Merged
merged 3 commits into from Apr 25, 2022

Conversation

sasurobert
Copy link
Contributor

integrated new flag

@codecov
Copy link

codecov bot commented Apr 22, 2022

Codecov Report

Merging #4014 (275dda0) into rc/2022-may (668938b) will decrease coverage by 0.00%.
The diff coverage is 61.90%.

@@               Coverage Diff               @@
##           rc/2022-may    #4014      +/-   ##
===============================================
- Coverage        74.79%   74.78%   -0.01%     
===============================================
  Files              609      609              
  Lines            80935    80944       +9     
===============================================
  Hits             60536    60536              
- Misses           15764    15771       +7     
- Partials          4635     4637       +2     
Impacted Files Coverage Δ
factory/apiResolverFactory.go 0.00% <0.00%> (ø)
node/nodeRunner.go 0.00% <0.00%> (ø)
genesis/process/shardGenesisBlockCreator.go 40.21% <92.85%> (+0.14%) ⬆️
factory/blockProcessorCreator.go 80.15% <100.00%> (+0.02%) ⬆️
process/smartContract/builtInFunctions/factory.go 63.15% <100.00%> (+0.99%) ⬆️
storage/txcache/txListBySenderMap.go 97.50% <0.00%> (-2.50%) ⬇️
p2p/libp2p/netMessenger.go 74.72% <0.00%> (-0.28%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 668938b...275dda0. Read the comment docs.

@iulianpascalau iulianpascalau self-requested a review April 22, 2022 06:44
dragos-rebegea
dragos-rebegea previously approved these changes Apr 22, 2022
ESDTTransferRoleEnableEpoch: enableEpochs.ESDTTransferRoleEnableEpoch,
GlobalMintBurnDisableEpoch: enableEpochs.GlobalMintBurnDisableEpoch,
ESDTTransferMetaEnableEpoch: enableEpochs.BuiltInFunctionOnMetaEnableEpoch,
OptimizeNFTStoreEnableEpoch: enableEpochs.OptimizeNFTStoreEnableEpoch,
Copy link
Contributor

Choose a reason for hiding this comment

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

this was a forgotten flag. Does the code is still backwards compatible now?

Copy link
Contributor

Choose a reason for hiding this comment

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

having a second thought, let's keep it this way as this is the correct way. Will deal with the import-db process afterwards

go.mod Outdated
@@ -12,7 +12,7 @@ require (
github.com/ElrondNetwork/elrond-go-core v1.1.15
github.com/ElrondNetwork/elrond-go-crypto v1.0.1
github.com/ElrondNetwork/elrond-go-logger v1.0.5
github.com/ElrondNetwork/elrond-vm-common v1.2.12
github.com/ElrondNetwork/elrond-vm-common v1.2.14-0.20220421185714-edf68ab67a9e
Copy link
Contributor

Choose a reason for hiding this comment

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

proper release

popenta
popenta previously approved these changes Apr 22, 2022
Copy link
Contributor

@popenta popenta left a comment

Choose a reason for hiding this comment

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

@@ Log scanner @@

fix-transferRole-check-on-transfer

================================================================================

  • Known Warnings 450
  • New Warnings 342
  • Known Errors 0
  • New Errors 0
  • Panics 0
    ================================================================================

Copy link
Contributor

@iulianpascalau iulianpascalau left a comment

Choose a reason for hiding this comment

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

Looks good 👍
We will wait until the feat/release-2022-April gets merged and then re-target this in rc/2022-may
Requested changes only to prevent accidental merges

@iulianpascalau iulianpascalau changed the base branch from feat/release-2022-April to rc/2022-may April 23, 2022 11:48
@iulianpascalau iulianpascalau dismissed popenta’s stale review April 23, 2022 11:48

The base branch was changed.

Copy link
Contributor

@LucianMincu LucianMincu left a comment

Choose a reason for hiding this comment

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

System tests passed.

@LucianMincu LucianMincu merged commit 2365c20 into rc/2022-may Apr 25, 2022
@LucianMincu LucianMincu deleted the fix-transferRole-check-on-transfer branch April 25, 2022 11:16
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.

None yet

6 participants