1. 05 Mar, 2024 1 commit
  2. 27 Jul, 2023 3 commits
    • Mark Tyneway's avatar
      lint: fix · 550f5ad0
      Mark Tyneway authored
      550f5ad0
    • Mark Tyneway's avatar
      invariant-docs: fixup + gas snapshot · 8fd01278
      Mark Tyneway authored
      8fd01278
    • Mark Tyneway's avatar
      contracts-bedrock: foundry-ify · f54a2234
      Mark Tyneway authored
      Move the `contracts` directory to `src` and then move
      the tests into a top level `test` dir so that its
      standard foundry style for a repo.
      
      This is going to break any in flight PRs so worth trying
      to get in relatively quickly, will be no fun to rebase a
      bunch of PRs.
      
      Will need to follow up with another commit that bumps the
      patch versions.
      f54a2234
  3. 22 Jul, 2023 1 commit
  4. 30 Jun, 2023 1 commit
  5. 09 Jan, 2023 1 commit
    • clabby's avatar
      feat(ctb): Invariant docgen (#4574) · 0f347ab0
      clabby authored
      * Begin simple invariant docgen script
      
      * Support Echidna tests in invariant docgen
      
      * Use custom natspec tags for invariant doc comments
      
      * Handle multi-line headers for linting purposes
      
      * Restack
      
      * Upstack
      
      * New doc
      
      * New doc
      
      * Add test file name to link in docgen script
      
      * Relative URL path
      
      * Use `path.join`
      
      * Add task to `contracts-bedrock` workflow to check diff of `invariant-docs`
      
      * Generate a table of contents for invariant docs
      0f347ab0