Skip to content

refactor: add method to serialize transaction #231

refactor: add method to serialize transaction

refactor: add method to serialize transaction #231

Workflow file for this run

name: Test
on:
push:
branches:
- "master"
- "develop"
pull_request:
types: [ready_for_review, synchronize, opened]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install schnorr workaround script dependencies
run: npm --prefix ./scripts/ install
- name: Install
run: composer update --no-interaction --no-suggest --ignore-platform-reqs
- name: Unit tests
run: composer test