Use u16
for txCount
and u32
for message_receipt_count
(#578)
#482
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mdbook checks | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
mdbook-build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions-rs/toolchain@v1 | |
with: | |
profile: minimal | |
toolchain: stable | |
- name: mdbook build | |
uses: peaceiris/actions-mdbook@v1 | |
with: | |
mdbook-version: "0.4.21" |