Closed sarthakxv closed 3 years ago
Thanks for another great addition!
Looks like there are unrelated commits from the previous PR in here too, this should fix it:
# create a separate branch from this one
git checkout -b add-kauri
# reset new copy of the branch to latest upstream `main`
git reset upstream/main --hard
# copy across only the wanted commit
git cherry-pick 2dbe7e3
If you push that new branch and change the branch in the PR here to the new one we should be good to go :)
(All good, realised we can just squash merge this since the actual diff is fine 👍)
Oh, yeah, squash merge must have worked here.
thanks, for the merging 👍
On Mon, 15 Nov, 2021, 3:30 am Ben Kremer, @.***> wrote:
(All good, realised we can just squash merge this since the actual diff is fine 👍)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bkrem/awesome-solidity/pull/76#issuecomment-968371508, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANJA2ZRDMX3ILPT7HLU3PM3UMAWRTANCNFSM5H7VLM2A .
[Please describe your pull request here]
Checklist
Example:
solc-js - JavaScript bindings for the compiler.
A
/An
prefixes at the start of the description.Solidity
in the description.