1. 04 Mar, 2022 2 commits
    • Mark Tyneway's avatar
      core-utils: add `toJSON` methods on batch primitives · 5a6f539c
      Mark Tyneway authored
      Allows for easy serialization and display in frontends
      or for data collection
      5a6f539c
    • Mark Tyneway's avatar
      contracts: fetch-batches hardhat task · f2179e37
      Mark Tyneway authored
      Adds a hardhat task to fetch batches. Logs are written
      to stderr so that the stdout can be written to a file
      or passed to `jq`.
      
      ```bash
      export CONTRACTS_TARGET_NETWORK=...
      export CONTRACTS_DEPLOYER_KEY=...
      export CONTRACTS_RPC_URL=...
      npx hardhat fetch-batches --network main --start 14311261
      ```
      f2179e37
  2. 03 Mar, 2022 36 commits
  3. 01 Mar, 2022 2 commits