1. 13 Mar, 2021 2 commits
    • Victor Shih's avatar
      fix: Clear Compiler Warnings (#322) · 59ae29f4
      Victor Shih authored
      * fix Warning: Unused function parameter. Remove or comment out the variable name to silence this warning.
      
      * fix: shadows another variable error
      
      * fix: Warning: Visibility for constructor is ignored.
      
      * fix: unused local variable warning
      
      * fix: Warning: Function state mutability can be restricted to pure
      
      * Warning: Return value of low-level calls not used.
      
      * fix: Warning: Unnamed return variable can remain unassigned.
      
      * fix: final Warning: Visibility for constructor is ignored. If you want the contract to be non-deployable, making it abstract is sufficient
      
      * implement comments
      
      * fix: change return to address(0) to silence compiler
      59ae29f4
    • Georgios Konstantopoulos's avatar
      perf: reset xDomainMessageSender to default value after external call (#316) · 8e9ea053
      Georgios Konstantopoulos authored
      * perf: reset xDomainMessageSender to default value after external call
      
      Fixes https://github.com/ethereum-optimism/contracts/issues/309
      
      We also set `xDomainMessageSender in the `initialize` function in L1, and in the L2 constructor.
      
      * test: ensure that xDomainMessageSender is always 0xdead before/after calls
      
      * chore: use parent constructor for initializing the L2 xdomain sender
      
      * fix: require that the xDomainSender is not the default value
      8e9ea053
  2. 12 Mar, 2021 1 commit
  3. 11 Mar, 2021 1 commit
  4. 10 Mar, 2021 2 commits
  5. 09 Mar, 2021 2 commits
  6. 06 Mar, 2021 1 commit
  7. 05 Mar, 2021 11 commits
  8. 04 Mar, 2021 11 commits
  9. 03 Mar, 2021 9 commits