Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: ethereum-optimism/optimism
base: @eth-optimism/l2geth@0.5.10
Choose a base ref
head repository: ethereum-optimism/optimism
compare: @eth-optimism/l2geth@0.5.11
Choose a head ref
  • 19 commits
  • 54 files changed
  • 5 contributors

Commits on Feb 4, 2022

  1. chore: lint docs

    maurelian authored and smartcontracts committed Feb 4, 2022
  2. Merge pull request #2138 from ethereum-optimism/master

    master => develop
    smartcontracts committed Feb 4, 2022
  3. Merge pull request #2139 from ethereum-optimism/sc/sdk-correct-publish

    fix: correctly export SDK
    smartcontracts committed Feb 4, 2022
  4. dtl: handle errors in context api

    Both `GET /eth/context/latest` and `GET /eth/context/blocknumber/:number`
    rely on fetching a remote block to pull the timestamp, blocknumber and
    blockhash from. If the fetched block is not found, then properties on
    `null` will be attempted to be accessed which will result in a runtime
    error. This commit adds handling for this case to prevent that kind of
    bug.
    tynes committed Feb 4, 2022
  5. Merge pull request #2140 from ethereum-optimism/develop

    develop => master
    smartcontracts committed Feb 4, 2022
  6. Version Packages

    github-actions[bot] committed Feb 4, 2022
  7. Merge pull request #2143 from ethereum-optimism/develop

    develop => master
    smartcontracts committed Feb 4, 2022

Commits on Feb 5, 2022

  1. Merge pull request #2141 from ethereum-optimism/fix/dtl-context-api-e…

    …rror
    
    dtl: handle errors in context api
    tynes committed Feb 5, 2022
  2. Merge pull request #2133 from ethereum-optimism/m/cleanup

    Remove some unused code
    tynes committed Feb 5, 2022