Skip to content

feat: add mempool endpoint for listing pending transactions (#1983) #1228

feat: add mempool endpoint for listing pending transactions (#1983)

feat: add mempool endpoint for listing pending transactions (#1983) #1228

on:
push:
branches:
- master
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
with:
token: ${{secrets.BOT_GITHUB_TOKEN}}
release-type: elixir
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"ci","section":"CI / CD","hidden":false},{"type":"test","section":"Testing","hidden":false},{"type":"refactor","section":"Refactorings","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'