-
Notifications
You must be signed in to change notification settings - Fork 420
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
Merge v1.4.20 into 1.5 #3908
Merge v1.4.20 into 1.5 #3908
Conversation
Co-authored-by: Ivan Mashonskii <imashonskii@web3tech.ru>
5eb99ac
to
673d3ba
Compare
42d25ad
to
f2adb93
Compare
@@ -0,0 +1 @@ | |||
167 |
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.
Is this file required?
availablePayments = ContractLimits.MaxTotalPaymentAmountRideV6, | ||
currentSnapshot = paymentsSnapshot, | ||
invocationRoot = DAppEnvironment.InvocationTreeTracker(DAppEnvironment.DAppInvocation(dAppAddress, null, Nil)) | ||
Map()//Map(invoke.sender.toAddress -> Portfolio.build(invoke.feeAssetId -> -invoke.fee)) |
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.
🤔
@@ -86,7 +86,7 @@ class BlockchainUpdaterImplSpec extends FreeSpec with EitherMatchers with WithDo | |||
(master, List(genesisBlock, b1, b2)) | |||
} | |||
|
|||
"blockchain update events sending" - { | |||
"blockhain update events sending" - { |
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.
Typo
f2adb93
to
e2c1e7b
Compare
No description provided.