Skip to content

add more safety check on Factory Validator and SwapRouting Redeemer of Pool Validation, add AMM V2 documentation and add code comments #49

add more safety check on Factory Validator and SwapRouting Redeemer of Pool Validation, add AMM V2 documentation and add code comments

add more safety check on Factory Validator and SwapRouting Redeemer of Pool Validation, add AMM V2 documentation and add code comments #49

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: aiken-lang/setup-aiken@v0.1.0
with:
version: v1.0.20-alpha
- run: aiken fmt --check
- run: aiken check
- run: aiken build