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

backport gasmodel for pact 4.2.1 #978

Merged
merged 5 commits into from
Mar 23, 2022
Merged

Conversation

jmcardon
Copy link
Member

No description provided.

@@ -212,7 +213,44 @@ addSigToList k s ((pk,pus):ps) =
addSigsReq :: [FilePath] -> Bool -> ByteString -> IO ByteString
addSigsReq keyFiles outputLocal bs = do
sd <- either (error . show) return $ Y.decodeEither' bs
returnCommandIfDone outputLocal =<< foldM addSigReq sd keyFiles
returnSigDataOrCommand outputLocal =<< foldM addSigReq sd keyFiles
Copy link
Contributor

Choose a reason for hiding this comment

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

👍 This fixes issue #966

src-ghc/Pact/ApiReq.hs Outdated Show resolved Hide resolved
Copy link
Contributor

@mightybyte mightybyte left a comment

Choose a reason for hiding this comment

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

The ApiReq.hs changes look good to me. Can't comment on the rest though.

@sirlensalot sirlensalot merged commit 0a4bfe6 into master Mar 23, 2022
@sirlensalot sirlensalot deleted the jose/backport-gasmodel branch March 23, 2022 23:04
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.

3 participants