Skip to content

Store block height as big endian for ColorIdRow and ColoredTxHistoryRow #92

Store block height as big endian for ColorIdRow and ColoredTxHistoryRow

Store block height as big endian for ColorIdRow and ColoredTxHistoryRow #92

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Install
run: cargo install --path .