Skip to content

[feat]: Hash type + Into<u256, Hash> impl + `Into<Hash, u256> impl + PartialEq<Hash> + Display Hash + optimize merkle_root #206

[feat]: Hash type + Into<u256, Hash> impl + `Into<Hash, u256> impl + PartialEq<Hash> + Display Hash + optimize merkle_root

[feat]: Hash type + Into<u256, Hash> impl + `Into<Hash, u256> impl + PartialEq<Hash> + Display Hash + optimize merkle_root #206

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v3
- run: scarb fmt --check
- run: scarb build