From 956753646a1cbd04ac582eacb07eac8e67362034 Mon Sep 17 00:00:00 2001 From: shangchengbabaiban Date: Fri, 2 May 2025 12:56:08 +0900 Subject: [PATCH 1/2] chore: fix function name in comment (#1529) Signed-off-by: shangchengbabaiban --- core/types/block.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/types/block.go b/core/types/block.go index 8d97035dc6..f67b5556d3 100644 --- a/core/types/block.go +++ b/core/types/block.go @@ -221,7 +221,7 @@ func (h *Header) ValidateBlockNumberOptionsPIP15(minBlockNumber *big.Int, maxBlo return nil } -// ValidateBlockNumberOptionsPIP15 validates the timestamp range passed as in the options parameter in the conditional transaction (PIP-15) +// ValidateTimestampOptionsPIP15 validates the timestamp range passed as in the options parameter in the conditional transaction (PIP-15) func (h *Header) ValidateTimestampOptionsPIP15(minTimestamp *uint64, maxTimestamp *uint64) error { currentBlockTime := h.Time From 53c0b9f82a38a40e601a00d89df30048ab9783cd Mon Sep 17 00:00:00 2001 From: Jerry Date: Sat, 3 May 2025 07:25:00 -0700 Subject: [PATCH 2/2] Fix ci (#1530) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb3aba1c0a..20cf328b1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -300,7 +300,7 @@ jobs: - name: Upload code and chain data if: always() - - uses: PaloAltoNetworks/upload-secure-artifact@main + uses: PaloAltoNetworks/upload-secure-artifact@main with: name: code_${{ github.run_id }} path: code.tar.gz