diff --git a/.github/workflows/go-generate-check.yml b/.github/workflows/go-generate-check.yml index 30504d456a..322ba6d3ee 100644 --- a/.github/workflows/go-generate-check.yml +++ b/.github/workflows/go-generate-check.yml @@ -55,7 +55,10 @@ jobs: # Intentionally revert this commit which has a custom modification to the genesis unmarshaling, # with regards reading different genesis formats origniating from different clients # This way, this script can alert us on any code changes that have to be applied on if file gets changed. + # This commit implements genesis JSON unmarshaling for supported data types. git revert --no-edit 7dafb43840f8d229845b006ca8d5353f073e788c + # This commit implements omit-empty JSON marshaling for Receipt's effectiveGasPrice field. + git revert --no-edit 1e5b446042262be42637706620b2b353cc97e8cc - name: Check for modified files id: git-check