Update BLOCK_TO_FETCH in test and add closeTime field to Ledger s…
#21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: Buf Push | |
| on: | |
| push: | |
| tags: | |
| - "v*" | |
| branches: | |
| - "main" | |
| jobs: | |
| buf-push: | |
| runs-on: ubuntu-24.04 | |
| if: github.repository_owner == 'streamingfast' | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: bufbuild/buf-action@v1 | |
| with: | |
| token: ${{ secrets.BUF_TOKEN }} | |
| input: proto | |
| push: true |