Skip to content

[API-3285] add expiration and memo fields to CosmosTx object #1155

[API-3285] add expiration and memo fields to CosmosTx object

[API-3285] add expiration and memo fields to CosmosTx object #1155

Workflow file for this run

name: Tests
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node 18.x
uses: actions/setup-node@v3
with:
node-version: 18
- name: Fetch submodule
run: git submodule update --init --recursive
- name: Install dependencies
run: yarn
- name: Generate cosmjs types
run: yarn run codegen
working-directory: ./packages/client
- name: Test
run: yarn run test
working-directory: ./packages/client