Skip to content

Sapphire/Precompiles: add notes about <=0.5.2 eth_call RNG behavior + detail on how VRF works #324

Sapphire/Precompiles: add notes about <=0.5.2 eth_call RNG behavior + detail on how VRF works

Sapphire/Precompiles: add notes about <=0.5.2 eth_call RNG behavior + detail on how VRF works #324

Workflow file for this run

name: ci-lint
on:
pull_request:
branches: [main]
jobs:
ci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v2
with:
node-version: 16.x
cache: yarn
- name: Install fonts
run: |
sudo apt install fonts-noto-core -y
- name: Yarn
run: |
yarn install --frozen-lockfile
- name: Mermaid diagrams synced with sources
run: |
yarn diagrams
git diff --exit-code