Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
5 of 426 committers (1.2%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.3%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Optimism is Ethereum, scaled.
Basic Info
- Host: GitHub
- Owner: ethereum-optimism
- License: mit
- Language: Go
- Default Branch: develop
- Homepage: https://optimism.io
- Size: 423 MB
Statistics
- Stars: 6,168
- Watchers: 130
- Forks: 3,682
- Open Issues: 630
- Releases: 0
Topics
Metadata Files
README.md
Table of Contents
- What is Optimism?
- Documentation
- Specification
- Community
- Contributing
- Security Policy and Vulnerability Reporting
- Directory Structure
- Development and Release Process
- License
What is Optimism?
Optimism is a project dedicated to scaling Ethereum's technology and expanding its ability to coordinate people from across the world to build effective decentralized economies and governance systems. The Optimism Collective builds open-source software that powers scalable blockchains and aims to address key governance and economic challenges in the wider Ethereum ecosystem. Optimism operates on the principle of impact=profit, the idea that individuals who positively impact the Collective should be proportionally rewarded with profit. Change the incentives and you change the world.
In this repository you'll find numerous core components of the OP Stack, the decentralized software stack maintained by the Optimism Collective that powers Optimism and forms the backbone of blockchains like OP Mainnet and Base. The OP Stack is designed to be aggressively open-source — you are welcome to explore, modify, and extend this code.
Documentation
- If you want to build on top of OP Mainnet, refer to the Optimism Documentation
- If you want to build your own OP Stack based blockchain, refer to the OP Stack Guide and make sure to understand this repository's Development and Release Process
Specification
Detailed specifications for the OP Stack can be found within the OP Stack Specs repository.
Community
General discussion happens most frequently on the Optimism discord. Governance discussion can also be found on the Optimism Governance Forum.
Contributing
The OP Stack is a collaborative project. By collaborating on free, open software and shared standards, the Optimism Collective aims to prevent siloed software development and rapidly accelerate the development of the Ethereum ecosystem. Come contribute, build the future, and redefine power, together.
CONTRIBUTING.md contains a detailed explanation of the contributing process for this repository. Make sure to use the Developer Quick Start to properly set up your development environment.
Good First Issues are a great place to look for tasks to tackle if you're not sure where to start, and see CONTRIBUTING.md for info on larger projects.
Security Policy and Vulnerability Reporting
Please refer to the canonical Security Policy document for detailed information about how to report vulnerabilities in this codebase. Bounty hunters are encouraged to check out the Optimism Immunefi bug bounty program. The Optimism Immunefi program offers up to $2,000,042 for in-scope critical vulnerabilities.
Directory Structure
├── docs: A collection of documents including audits and post-mortems ├── kurtosis-devnet: OP-Stack Kurtosis devnet ├── op-batcher: L2-Batch Submitter, submits bundles of batches to L1 ├── op-chain-ops: State surgery utilities ├── op-challenger: Dispute game challenge agent ├── op-e2e: End-to-End testing of all bedrock components in Go ├── op-node: rollup consensus-layer client ├── op-preimage: Go bindings for Preimage Oracle ├── op-program: Fault proof program ├── op-proposer: L2-Output Submitter, submits proposals to L1 ├── op-service: Common codebase utilities ├── op-wheel: Database utilities ├── ops: Various operational packages ├── packages │ ├── contracts-bedrock: OP Stack smart contracts ├── semgrep: Semgrep rules and tests
Development and Release Process
Overview
Please read this section carefully if you're planning to fork or make frequent PRs into this repository.
Production Releases
Production releases are always tags, versioned as <component-name>/v<semver>.
For example, an op-node release might be versioned as op-node/v1.1.2, and smart contract releases might be versioned as op-contracts/v1.0.0.
Release candidates are versioned in the format op-node/v1.1.2-rc.1.
We always start with rc.1 rather than rc.
For contract releases, refer to the GitHub release notes for a given release which will list the specific contracts being released. Not all contracts are considered production ready within a release and many are under active development.
Tags of the form v<semver>, such as v1.1.4, indicate releases of all Go code only, and DO NOT include smart contracts.
This naming scheme is required by Golang.
In the above list, this means these v<semver> releases contain all op-* components and exclude all contracts-* components.
op-geth embeds upstream geth’s version inside its own version as follows: vMAJOR.GETH_MAJOR GETH_MINOR GETH_PATCH.PATCH.
Basically, geth’s version is our minor version.
For example if geth is at v1.12.0, the corresponding op-geth version would be v1.101200.0.
Note that we pad out to three characters for the geth minor version and two characters for the geth patch version.
Since we cannot left-pad with zeroes, the geth major version is not padded.
See the Node Software Releases page of the documentation for more information about releases for the latest node components.
The full set of components that have releases are:
op-batcherop-contractsop-challengerop-nodeop-proposer
All other components and packages should be considered development components only and do not have releases.
Development branch
The primary development branch is develop.
develop contains the most up-to-date software that remains backwards compatible with the latest experimental network deployments.
If you're making a backwards compatible change, please direct your pull request towards develop.
Changes to contracts within packages/contracts-bedrock/src are usually NOT considered backwards compatible.
Some exceptions to this rule exist for cases in which we absolutely must deploy some new contract after a tag has already been fully deployed.
If you're changing or adding a contract and you're unsure about which branch to make a PR into, default to using a feature branch.
Feature branches are typically used when there are conflicts between 2 projects touching the same code, to avoid conflicts from merging both into develop.
License
All other files within this repository are licensed under the MIT License unless stated otherwise.
Owner
- Name: Optimism
- Login: ethereum-optimism
- Kind: organization
- Email: hello@optimism.io
- Website: https://optimism.io
- Twitter: optimismFND
- Repositories: 57
- Profile: https://github.com/ethereum-optimism
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Mark Tyneway | m****y@g****m | 2,218 |
| smartcontracts | k****n@o****o | 1,025 |
| Adrian Sutton | a****n@o****o | 995 |
| Maurelian | m****n@p****h | 857 |
| protolambda | p****o@p****m | 755 |
| Matthew Slipper | me@m****m | 738 |
| dependabot[bot] | 4****] | 703 |
| clabby | b****n@c****y | 697 |
| Andreas Bigger | a****7@g****m | 536 |
| George Hotz | g****t@g****m | 468 |
| Joshua Gutow | j****w@o****o | 444 |
| inphi | m****1@g****m | 426 |
| Will Cory | w****y@W****l | 326 |
| Hamdi Allam | h****7@g****m | 277 |
| Sebastian Stammler | s****b@o****o | 203 |
| Ori Pomerantz | q****1@g****m | 199 |
| Felipe Andrade | f****e@o****o | 178 |
| github-actions[bot] | g****] | 178 |
| Michael de Hoog | m****g@c****m | 144 |
| Conner Fromknecht | c****r@a****u | 127 |
| Yann Hodique | y****n@o****o | 126 |
| elenadimitrova | e****a@a****m | 119 |
| zhiqiangxu | 6****0@q****m | 104 |
| Ethen Pociask | e****k@c****m | 102 |
| Michael Amadi | a****d@g****m | 94 |
| Park Changwan | p****0@g****m | 93 |
| Liam Horne | l****m@l****m | 92 |
| George Knee | g****e@g****m | 92 |
| Axel Kingsley | a****y@g****m | 89 |
| Matt Solomon | m****t@m****v | 81 |
| and 396 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 2,224
- Total pull requests: 12,525
- Average time to close issues: about 1 month
- Average time to close pull requests: 6 days
- Total issue authors: 370
- Total pull request authors: 544
- Average comments per issue: 0.91
- Average comments per pull request: 1.65
- Merged pull requests: 8,253
- Bot issues: 4
- Bot pull requests: 1,460
Past Year
- Issues: 1,547
- Pull requests: 6,269
- Average time to close issues: 19 days
- Average time to close pull requests: 6 days
- Issue authors: 169
- Pull request authors: 294
- Average comments per issue: 0.51
- Average comments per pull request: 1.28
- Merged pull requests: 3,893
- Bot issues: 2
- Bot pull requests: 304
Top Authors
Issue Authors
- protolambda (271)
- smartcontracts (128)
- ajsutton (125)
- Inphi (110)
- sebastianst (108)
- maurelian (103)
- tynes (89)
- BlocksOnAChain (72)
- axelKingsley (72)
- pcw109550 (69)
- mslipper (62)
- geoknee (52)
- yashvardhan-kukreja (47)
- pauldowman (45)
- teddyknox (44)
Pull Request Authors
- dependabot[bot] (1,433)
- ajsutton (1,134)
- tynes (629)
- protolambda (557)
- mslipper (516)
- smartcontracts (516)
- maurelian (491)
- Inphi (432)
- clabby (408)
- refcell (345)
- zhiqiangxu (324)
- sigma (315)
- geoknee (264)
- axelKingsley (248)
- sebastianst (246)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 89
-
Total downloads:
- npm 1,481,410 last-month
- Total docker downloads: 855,726
-
Total dependent packages: 346
(may contain duplicates) -
Total dependent repositories: 7,545
(may contain duplicates) - Total versions: 8,189
- Total maintainers: 25
npmjs.org: @eth-optimism/core-utils
[Optimism] Core typescript utilities
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/core-utils#readme
- License: MIT
-
Latest release: 0.13.2
published almost 2 years ago
Rankings
Maintainers (2)
npmjs.org: @eth-optimism/contracts
[Optimism] L1 and L2 smart contracts for Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts#readme
- License: MIT
-
Latest release: 0.6.0
published over 2 years ago
Rankings
Maintainers (2)
proxy.golang.org: github.com/ethereum-optimism/optimism/op-service
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/op-service#section-documentation
- License: MIT
-
Latest release: v0.10.14
published about 3 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/op-bindings
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/op-bindings#section-documentation
- License: MIT
-
Latest release: v0.10.14
published about 3 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/op-node
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/op-node#section-documentation
- License: MIT
-
Latest release: v0.10.14
published about 3 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism#section-documentation
- License: MIT
-
Latest release: v1.13.5
published 8 months ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/l2geth
Package ethereum defines interfaces for interacting with Ethereum.
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/l2geth#section-documentation
- License: GPL-3.0, MIT
-
Latest release: v0.0.0-20230612200230-50b04ade19e3
published over 2 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/op-signer
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/op-signer#section-documentation
- License: MIT
-
Latest release: v0.1.1
published about 3 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/op-proposer
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/op-proposer#section-documentation
- License: MIT
-
Latest release: v0.10.14
published about 3 years ago
Rankings
npmjs.org: @eth-optimism/common-ts
[Optimism] Advanced typescript tooling used by various services
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/common-ts#readme
- License: MIT
-
Latest release: 0.8.9
published almost 2 years ago
Rankings
Maintainers (2)
npmjs.org: @eth-optimism/hardhat-deploy-config
[Optimism] Hardhat deploy configuration plugin
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/hardhat-deploy-config#readme
- License: MIT
-
Latest release: 0.2.6
published almost 3 years ago
Rankings
Maintainers (2)
proxy.golang.org: github.com/ethereum-optimism/optimism/op-chain-ops
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/op-chain-ops#section-documentation
- License: MIT
-
Latest release: v0.10.14
published about 3 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/op-batcher
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/op-batcher#section-documentation
- License: MIT
-
Latest release: v0.10.14
published about 3 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/bss-core
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/bss-core#section-documentation
- License: MIT
-
Latest release: v0.0.0-20230603014400-6a474e36aba9
published over 2 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/go/bss-core
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/go/bss-core#section-documentation
- License: MIT
-
Latest release: v0.0.0-20220504151127-412688d51294
published almost 4 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/op-e2e
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/op-e2e#section-documentation
- License: MIT
-
Latest release: v0.10.14
published about 3 years ago
Rankings
npmjs.org: @eth-optimism/message-relayer
[Optimism] Service for automatically relaying L2 to L1 transactions
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/message-relayer#readme
- License: MIT
-
Latest release: 0.4.0
published almost 4 years ago
Rankings
Maintainers (2)
proxy.golang.org: github.com/ethereum-optimism/optimism/go/op_exporter
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/go/op_exporter#section-documentation
- License: MIT
-
Latest release: v0.0.0-20211207221807-6b3a455a5e4e
published about 4 years ago
Rankings
npmjs.org: @eth-optimism/contracts-ts
TypeScript interface for Contracts Bedrock
- Homepage: https://optimism.io
- License: MIT
-
Latest release: 0.17.2
published almost 2 years ago
Rankings
Maintainers (2)
proxy.golang.org: github.com/ethereum-optimism/optimism/go/stackman
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/go/stackman#section-documentation
- License: MIT
-
Latest release: v0.0.0-20220504151127-412688d51294
published almost 4 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/go/proxyd
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/go/proxyd#section-documentation
- License: MIT
-
Latest release: v0.0.0-20220504151127-412688d51294
published almost 4 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/go/op-exporter
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/go/op-exporter#section-documentation
- License: MIT
-
Latest release: v0.0.0-20220504151127-412688d51294
published almost 4 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/indexer
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/indexer#section-documentation
- License: MIT
-
Latest release: v0.7.0
published over 2 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/go/batch-submitter
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/go/batch-submitter#section-documentation
- License: MIT
-
Latest release: v0.0.0-20220504151127-412688d51294
published almost 4 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/batch-submitter
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/batch-submitter#section-documentation
- License: MIT
-
Latest release: v0.0.0-20230512193953-4611198bf8bf
published almost 3 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/gas-oracle
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/gas-oracle#section-documentation
- License: MIT
-
Latest release: v0.0.0-20230512193953-4611198bf8bf
published almost 3 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/state-surgery
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/state-surgery#section-documentation
- License: MIT
-
Latest release: v0.0.0-20220820030939-de38b6f6f77e
published over 3 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/op-wheel
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/op-wheel#section-documentation
- License: MIT
-
Latest release: v0.0.0-20230220205135-3f22773065be
published about 3 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/teleportr
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/teleportr#section-documentation
- License: MIT
-
Latest release: v0.0.0-20220623033719-ddf515cb4d15
published over 3 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/go/l2geth-exporter
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/go/l2geth-exporter#section-documentation
- License: MIT
-
Latest release: v0.0.0-20220504151127-412688d51294
published almost 4 years ago
Rankings
npmjs.org: @eth-optimism/contracts-periphery
[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts-periphery#readme
- License: MIT
-
Latest release: 1.0.8
published over 2 years ago
Rankings
Maintainers (2)
proxy.golang.org: github.com/ethereum-optimism/optimism/go/gas-oracle
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/go/gas-oracle#section-documentation
- License: MIT
-
Latest release: v0.0.0-20220504151127-412688d51294
published almost 4 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/go/teleportr
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/go/teleportr#section-documentation
- License: MIT
-
Latest release: v0.0.0-20220504151127-412688d51294
published almost 4 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/proxyd
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/proxyd#section-documentation
- License: MIT
-
Latest release: v0.0.0-20240124223213-9b9ba1ea583d
published about 2 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/op-exporter
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/op-exporter#section-documentation
- License: MIT
-
Latest release: v0.0.0-20240103120313-87f50eb51304
published about 2 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/l2geth-exporter
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/l2geth-exporter#section-documentation
- License: MIT
-
Latest release: v0.0.0-20230512193953-4611198bf8bf
published almost 3 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/go/indexer
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/go/indexer#section-documentation
- License: MIT
-
Latest release: v0.0.0-20220504151127-412688d51294
published almost 4 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/endpoint-monitor
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/endpoint-monitor#section-documentation
- License: MIT
-
Latest release: v0.0.0-20230621224359-828682cf16e9
published over 2 years ago
Rankings
proxy.golang.org: github.com/ethereum-optimism/optimism/op-ufm
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/op-ufm#section-documentation
- License: MIT
-
Latest release: v0.2.4
published about 2 years ago
Rankings
npmjs.org: tianwei-qa-test
[Optimism] Core typescript utilities
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/core-utils#readme
- License: MIT
-
Latest release: 5.0.0
published almost 3 years ago
Rankings
npmjs.org: @bobanetwork/core_contracts
[Optimism and Boba Network] L1 and L2 smart contracts for Optimism and Boba Network
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts#readme
- License: MIT
-
Latest release: 0.5.13
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @constellation-labs/core-utils
[Optimism] Core typescript utilities
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/core-utils#readme
- License: MIT
-
Latest release: 0.9.1
published over 2 years ago
Rankings
Maintainers (3)
npmjs.org: @constellation-labs/contracts
[Optimism] L1 and L2 smart contracts for Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts#readme
- License: MIT
-
Latest release: 0.9.1
published over 2 years ago
Rankings
Maintainers (3)
proxy.golang.org: github.com/ethereum-optimism/optimism/op-heartbeat
- Homepage: https://github.com/ethereum-optimism/optimism
- Documentation: https://pkg.go.dev/github.com/ethereum-optimism/optimism/op-heartbeat#section-documentation
- License: MIT
-
Latest release: v1.4.2
published about 2 years ago
Rankings
npmjs.org: @constellation-labs/sdk
[Optimism] Tools for working with Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme
- License: MIT
-
Latest release: 0.9.1
published over 2 years ago
Rankings
Maintainers (3)
npmjs.org: @eth-optimism/balance-monitor
[Optimism] Forta Agent that reports whether certain accounts have fallen below some balance
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/balance-monitor#readme
- License: MIT
-
Latest release: 0.0.4
published about 3 years ago
Rankings
Maintainers (2)
npmjs.org: miield-core-utils
[Optimism] Core typescript utilities
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/core-utils
- License: MIT
- Status: unpublished
-
Latest release: 0.10.1
published about 3 years ago
Rankings
Maintainers (1)
npmjs.org: miield-sdk
[Optimism] Tools for working with Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk
- License: MIT
- Status: unpublished
-
Latest release: 1.6.9
published about 3 years ago
Rankings
Maintainers (1)
npmjs.org: miield-contracts
[Optimism] L1 and L2 smart contracts for Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts
- License: MIT
- Status: unpublished
-
Latest release: 0.5.37
published about 3 years ago
Rankings
Maintainers (1)
npmjs.org: miield-hardhat-deploy-config
[Optimism] Hardhat deploy configuration plugin
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/hardhat-deploy-config
- License: MIT
- Status: unpublished
-
Latest release: 0.2.4
published about 3 years ago
Rankings
Maintainers (1)
npmjs.org: @constellation-labs/bedrock-sdk
[Optimism] Tools for working with Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme
- License: MIT
-
Latest release: 1.3.9
published over 1 year ago
Rankings
Maintainers (3)
npmjs.org: @roninjin10/core-utils
[Optimism] Core typescript utilities
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/core-utils#readme
- License: MIT
-
Latest release: 0.12.0
published about 3 years ago
Rankings
Maintainers (1)
npmjs.org: @eth-bitnetwork/sdk
[Optimism] Tools for working with Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme
- License: MIT
-
Latest release: 1.0.1
published over 3 years ago
Rankings
Maintainers (1)
npmjs.org: @roninjin10/hardhat-deploy-config
[Optimism] Hardhat deploy configuration plugin
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/hardhat-deploy-config#readme
- License: MIT
-
Latest release: 0.2.5
published about 3 years ago
Rankings
Maintainers (1)
npmjs.org: @roninjin10/balance-monitor
[Optimism] Forta Agent that reports whether certain accounts have fallen below some balance
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/balance-monitor#readme
- License: MIT
-
Latest release: 0.0.3
published about 3 years ago
Rankings
Maintainers (1)
npmjs.org: @roninjin10/contracts-periphery
[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts-periphery#readme
- License: MIT
-
Latest release: 1.0.6
published about 3 years ago
Rankings
Maintainers (1)
npmjs.org: @roninjin10/sdk
[Optimism] Tools for working with Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme
- License: MIT
-
Latest release: 1.9.1
published about 3 years ago
Rankings
Maintainers (1)
npmjs.org: @roninjin10/common-ts
[Optimism] Advanced typescript tooling used by various services
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/common-ts#readme
- License: MIT
-
Latest release: 0.7.0
published about 3 years ago
Rankings
Maintainers (1)
npmjs.org: @nahmii/message-relayer
L1 to L2 Cross Domain Message Relayer
- Homepage: https://github.com/ethereum-optimism/optimism-monorepo/tree/master/packages/batch-submitter#readme
- License: MIT
-
Latest release: 0.1.9
published over 4 years ago
Rankings
Maintainers (3)
npmjs.org: @eth-optimism/web3.js-plugin
A Web3.js plugin for doing OP-Chain gas estimation
- Homepage: https://optimism.io
- License: MIT
-
Latest release: 0.1.4
published almost 2 years ago
Rankings
Maintainers (2)
npmjs.org: @roninjin10/contracts
[Optimism] L1 and L2 smart contracts for Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts#readme
- License: MIT
-
Latest release: 0.5.40
published about 3 years ago
Rankings
Maintainers (1)
npmjs.org: @eth-optimism/fee-estimation
Lightweight library for doing OP-Chain gas estimation
- Homepage: https://optimism.io
- License: MIT
-
Latest release: 0.15.4
published almost 2 years ago
Rankings
Maintainers (2)
npmjs.org: @eth-optimism/indexer-api
[Optimism] typescript types for the indexer service
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/indexer#readme
- License: MIT
-
Latest release: 0.0.5
published almost 2 years ago
Rankings
Maintainers (2)
npmjs.org: tianwei-qa-test-sdk
[Optimism] Tools for working with Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme
- License: MIT
-
Latest release: 3.0.0
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @bobanetwork/sdk
Tools for working with Optimism and Bobanetwork
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme
- License: MIT
-
Latest release: 1.0.7
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @vindax/core-utils
[Optimism] Core typescript utilities
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/core-utils#readme
- License: MIT
-
Latest release: 0.5.0
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @vindax/sdk
[OpVinDAX] Tools for working with OpVinDAX
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme
- License: MIT
-
Latest release: 0.5.0
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @eth-optimism/ufm-test-service-metamask
A User facing monitoring Test Service for MetaMask
- Homepage: https://optimism.io
- License: MIT
-
Latest release: 0.1.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @suncex/sdk
[Suncex] Tools for working with Suncex
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme
- License: MIT
-
Latest release: 0.0.6
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @suncex/core-utils
[Suncex] Core typescript utilities
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/core-utils#readme
- License: MIT
-
Latest release: 0.1.1
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @eth-optimism/web3js-plugin
A Web3.js plugin for doing OP-Chain gas estimation
- Homepage: https://optimism.io
- License: MIT
-
Latest release: 0.1.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: tianwei-qa-contracts
[Optimism] L1 and L2 smart contracts for Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts#readme
- License: MIT
-
Latest release: 0.5.42
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @fvidi/sdk
[Optimism] Tools for working with Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme
- License: MIT
-
Latest release: 0.2.0
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @bradyjoestar1/sdk
[Optimism] Tools for working with Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk
- License: MIT
- Status: removed
-
Latest release: 1.0.0
published over 3 years ago
Rankings
npmjs.org: @fvidi/core-utils
[Fvidi] Core typescript utilities
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/core-utils#readme
- License: MIT
-
Latest release: 0.1.0
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @nidzweb3/sdk
[Optimism] Tools for working with Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk
- License: MIT
- Status: removed
-
Latest release: 1.6.1
published almost 2 years ago
Rankings
Maintainers (1)
npmjs.org: test-ops-abi
TypeScript interface for Contracts Bedrock
- Homepage: https://optimism.io
- License: MIT
-
Latest release: 0.9.0
published over 1 year ago
Rankings
Maintainers (1)
npmjs.org: @nidzweb3/sdk-optimism
[Optimism] Tools for working with Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk
- License: MIT
- Status: removed
-
Latest release: 1.1.1
published almost 2 years ago
Rankings
Maintainers (1)
npmjs.org: @nidzweb3/core-utils
[Optimism] Core typescript utilities
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/core-utils
- License: MIT
- Status: removed
-
Latest release: 0.1.1
published almost 2 years ago
Rankings
Maintainers (1)
npmjs.org: @0x6e616d/sdk
Tools for working with Titan 2.0
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk
- License: MIT
- Status: removed
-
Latest release: 0.0.2
published almost 2 years ago
Rankings
Maintainers (1)
npmjs.org: @eth-optimism/chains
Chain constants for the OP Stack
- Homepage: https://optimism.io
- License: MIT
-
Latest release: 0.0.1
published about 2 years ago
Rankings
Maintainers (2)
npmjs.org: @tokamak-network/titan2-sdk
Tools for working with Titan 2.0
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme
- License: MIT
-
Latest release: 0.0.2
published about 2 years ago
Rankings
Maintainers (6)
npmjs.org: @kukoomomo/contracts
[Optimism] L1 and L2 smart contracts for Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts#readme
- License: MIT
-
Latest release: 0.0.4
published almost 3 years ago
Rankings
Maintainers (1)
npmjs.org: @constellationlabs/sdk
[Optimism] Tools for working with Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk
- License: MIT
- Status: removed
-
Latest release: 2.0.0
published over 3 years ago
Rankings
npmjs.org: @ethan-local-test/hardhat-deploy-config
[Optimism] Hardhat deploy configuration plugin
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/hardhat-deploy-config#readme
- License: MIT
-
Latest release: 0.1.1
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @ethan-local-test/contracts
[Optimism] L1 and L2 smart contracts for Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts#readme
- License: MIT
-
Latest release: 0.1.1
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @ethan-local-test/sdk
[Optimism] Tools for working with Optimism
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk#readme
- License: MIT
-
Latest release: 0.1.1
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @ethan-local-test/core-utils
[Optimism] Core typescript utilities
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/core-utils#readme
- License: MIT
-
Latest release: 1.0.0
published over 2 years ago
Rankings
Maintainers (1)
npmjs.org: @0x6e616d/optimism-sdk
Tools for working with Titan 2.0
- Homepage: https://github.com/ethereum-optimism/optimism/tree/develop/packages/sdk
- License: MIT
- Status: removed
-
Latest release: 0.0.4
published about 2 years ago
Rankings
Maintainers (1)
Dependencies
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
- github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
- github.com/beorn7/perks v1.0.1
- github.com/cespare/xxhash/v2 v2.1.2
- github.com/davecgh/go-spew v1.1.1
- github.com/ethereum/go-ethereum v1.10.17
- github.com/go-logr/logr v0.4.0
- github.com/gogo/protobuf v1.3.2
- github.com/golang/protobuf v1.5.2
- github.com/google/go-cmp v0.5.8
- github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa
- github.com/googleapis/gnostic v0.4.1
- github.com/json-iterator/go v1.1.11
- github.com/matttproud/golang_protobuf_extensions v1.0.1
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.1
- github.com/onsi/gomega v1.16.0
- github.com/prometheus/client_golang v1.11.0
- github.com/prometheus/client_model v0.2.0
- github.com/prometheus/common v0.30.0
- github.com/prometheus/procfs v0.7.3
- github.com/sirupsen/logrus v1.7.0
- github.com/ybbus/jsonrpc v2.1.2+incompatible
- golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
- golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
- golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
- golang.org/x/text v0.3.7
- golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
- google.golang.org/appengine v1.6.6
- google.golang.org/protobuf v1.27.1
- gopkg.in/alecthomas/kingpin.v2 v2.2.6
- gopkg.in/inf.v0 v0.9.1
- gopkg.in/yaml.v2 v2.4.0
- k8s.io/api v0.21.2
- k8s.io/apimachinery v0.21.2
- k8s.io/client-go v0.21.2
- k8s.io/klog/v2 v2.8.0
- k8s.io/utils v0.0.0-20201110183641-67b214c5f920
- sigs.k8s.io/structured-merge-diff/v4 v4.1.0
- sigs.k8s.io/yaml v1.2.0
- 811 dependencies
- github.com/BurntSushi/toml v0.4.1
- github.com/VictoriaMetrics/fastcache v1.9.0
- github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a
- github.com/alicebob/miniredis v2.5.0+incompatible
- github.com/beorn7/perks v1.0.1
- github.com/btcsuite/btcd v0.22.0-beta
- github.com/btcsuite/btcd/btcec/v2 v2.1.2
- github.com/cespare/xxhash/v2 v2.1.2
- github.com/davecgh/go-spew v1.1.1
- github.com/deckarep/golang-set v1.8.0
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
- github.com/edsrzf/mmap-go v1.1.0
- github.com/ethereum/go-ethereum v1.10.17
- github.com/fjl/memsize v0.0.1
- github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08
- github.com/go-ole/go-ole v1.2.6
- github.com/go-redis/redis/v8 v8.11.4
- github.com/go-stack/stack v1.8.1
- github.com/golang/protobuf v1.5.2
- github.com/golang/snappy v0.0.4
- github.com/gomodule/redigo v1.8.8
- github.com/google/go-cmp v0.5.8
- github.com/google/uuid v1.3.0
- github.com/gorilla/mux v1.8.0
- github.com/gorilla/websocket v1.5.0
- github.com/hashicorp/go-bexpr v0.1.11
- github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
- github.com/huin/goupnp v1.0.3
- github.com/mattn/go-colorable v0.1.12
- github.com/mattn/go-isatty v0.0.14
- github.com/mattn/go-runewidth v0.0.13
- github.com/matttproud/golang_protobuf_extensions v1.0.1
- github.com/mitchellh/mapstructure v1.4.3
- github.com/pmezard/go-difflib v1.0.0
- github.com/prometheus/client_golang v1.11.0
- github.com/prometheus/client_model v0.2.0
- github.com/prometheus/common v0.30.0
- github.com/prometheus/procfs v0.7.3
- github.com/prometheus/tsdb v0.10.0
- github.com/rjeczalik/notify v0.9.2
- github.com/rs/cors v1.8.2
- github.com/sethvargo/go-limiter v0.7.2
- github.com/shirou/gopsutil v3.21.11+incompatible
- github.com/status-im/keycard-go v0.0.0-20211109104530-b0e0482ba91d
- github.com/stretchr/testify v1.7.0
- github.com/tklauser/go-sysconf v0.3.10
- github.com/tklauser/numcpus v0.4.0
- github.com/tyler-smith/go-bip39 v1.1.0
- github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
- github.com/yusufpapurcu/wmi v1.2.2
- golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5
- golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9
- google.golang.org/protobuf v1.27.1
- gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
- 804 dependencies
- @babel/eslint-parser ^7.18.2 development
- @types/chai ^4.2.18 development
- @types/chai-as-promised ^7.1.4 development
- @types/mocha ^8.2.2 development
- @types/node ^12.0.0 development
- @typescript-eslint/eslint-plugin ^5.26.0 development
- @typescript-eslint/parser ^4.26.0 development
- chai ^4.2.0 development
- copyfiles ^2.3.0 development
- depcheck ^1.4.3 development
- doctoc ^2.2.0 development
- eslint ^8.16.0 development
- eslint-config-prettier ^8.3.0 development
- eslint-config-standard ^16.0.3 development
- eslint-plugin-import ^2.26.0 development
- eslint-plugin-jsdoc ^35.1.2 development
- eslint-plugin-node ^11.1.0 development
- eslint-plugin-prefer-arrow ^1.2.3 development
- eslint-plugin-prettier ^4.0.0 development
- eslint-plugin-promise ^5.1.0 development
- eslint-plugin-react ^7.24.0 development
- eslint-plugin-unicorn ^42.0.0 development
- husky ^6.0.0 development
- lerna ^4.0.0 development
- lint-staged 11.0.0 development
- markdownlint ^0.24.0 development
- markdownlint-cli2 0.4.0 development
- mkdirp ^1.0.4 development
- mocha ^8.4.0 development
- nyc ^15.1.0 development
- patch-package ^6.4.7 development
- prettier ^2.3.1 development
- prettier-plugin-solidity ^1.0.0-beta.13 development
- ts-mocha ^10.0.0 development
- typescript ^4.6.2 development
- @changesets/cli ^2.16.0
- @codechecks/client ^0.1.11
- @ethersproject/abstract-provider ^5.6.1
- @openzeppelin/contracts ^4.3.2
- @openzeppelin/contracts-upgradeable ^4.3.2
- @ethersproject/abstract-provider ^5.6.1 development
- @ethersproject/abstract-signer ^5.6.2 development
- @types/express ^4.17.13 development
- @types/morgan ^1.9.3 development
- @types/pino ^6.3.6 development
- @types/pino-multi-stream ^5.1.1 development
- chai ^4.3.4 development
- supertest ^6.1.4 development
- @eth-optimism/core-utils 0.9.3
- @sentry/node ^6.3.1
- bcfg ^0.1.7
- body-parser ^1.20.0
- commander ^9.0.0
- dotenv ^16.0.0
- envalid ^7.2.2
- ethers ^5.6.8
- express ^4.17.1
- express-prom-bundle ^6.4.1
- lodash ^4.17.21
- morgan ^1.10.0
- pino ^6.11.3
- pino-multi-stream ^5.3.0
- pino-sentry ^0.7.0
- prom-client ^13.1.0
- qs ^6.10.5
- @defi-wonderland/smock ^2.0.2 development
- @eth-optimism/hardhat-deploy-config ^0.2.2 development
- @ethereumjs/trie ^5.0.0-beta.1 development
- @ethereumjs/util ^8.0.0-beta.1 development
- @foundry-rs/easy-foundryup ^0.1.3 development
- @foundry-rs/hardhat-forge ^0.1.16 development
- @nomiclabs/hardhat-ethers ^2.0.0 development
- @nomiclabs/hardhat-waffle ^2.0.0 development
- @typechain/ethers-v5 ^10.1.0 development
- @typescript-eslint/eslint-plugin ^5.26.0 development
- @typescript-eslint/parser ^4.29.1 development
- bip39 ^3.0.4 development
- chai ^4.2.0 development
- command-exists 1.2.9 development
- dotenv ^16.0.0 development
- ethereum-waffle ^3.0.0 development
- ethereumjs-wallet ^1.0.2 development
- ethers ^5.6.8 development
- glob ^7.1.6 development
- hardhat-deploy ^0.11.4 development
- solhint ^3.3.6 development
- solhint-plugin-prettier ^0.0.5 development
- ts-node ^10.8.2 development
- typechain ^8.1.0 development
- typescript ^4.6.2 development
- @eth-optimism/core-utils ^0.9.3
- @openzeppelin/contracts 4.6.0
- @openzeppelin/contracts-upgradeable 4.7.1
- @rari-capital/solmate https://github.com/rari-capital/solmate.git#8f9b23f8838670afda0fd8983f2c41e8037ae6bc
- ds-test https://github.com/dapphub/ds-test.git#9310e879db8ba3ea6d5c6489a579118fd264a3f5
- ethers ^5.6.8
- excessively-safe-call https://github.com/nomad-xyz/ExcessivelySafeCall.git#81cd99ce3e69117d665d7601c330ea03b97acce0
- forge-std https://github.com/foundry-rs/forge-std.git#f18682b2874fc57d7c80a511fed0b35ec4201ffa
- hardhat ^2.9.6
- mocha ^10.0.0 development
- @ethersproject/abstract-provider ^5.6.1
- @ethersproject/properties ^5.6.0
- @ethersproject/providers ^5.6.8
- @ethersproject/transactions ^5.6.2
- @ethersproject/web ^5.6.1
- bufio ^1.0.7
- chai ^4.3.4
- ethers ^5.6.8
- @ethersproject/abstract-provider ^5.6.1 development
- @ethersproject/abstract-signer ^5.6.2 development
- @ethersproject/transactions ^5.6.2 development
- @nomiclabs/hardhat-ethers ^2.0.2 development
- @nomiclabs/hardhat-waffle ^2.0.1 development
- chai-as-promised ^7.1.1 development
- ethereum-waffle ^3.4.0 development
- ethers ^5.6.8 development
- hardhat ^2.9.6 development
- hardhat-deploy ^0.11.4 development
- mocha ^10.0.0 development
- nyc ^15.1.0 development
- typedoc ^0.22.13 development
- @eth-optimism/contracts 0.5.32
- @eth-optimism/contracts-bedrock 0.5.3
- @eth-optimism/core-utils 0.9.3
- lodash ^4.17.21
- merkletreejs ^0.2.27
- rlp ^2.2.7
- actions/setup-node v3 composite
- foundry-rs/foundry-toolchain v1 composite
- nrwl/nx-set-shas v3 composite
- pnpm/action-setup v2 composite
- actions/stale v4 composite
- actions/checkout v4 composite
- docker/build-push-action v2 composite
- docker/login-action v3 composite
- docker/setup-buildx-action v1 composite
- ./.github/actions/setup * composite
- actions/checkout v4 composite
- seek-oss/changesets-snapshot v0 composite
- ./.github/actions/setup * composite
- actions/checkout v4 composite
- changesets/action v1 composite
- docker/build-push-action v2 composite
- docker/login-action v3 composite
- docker/setup-buildx-action v1 composite
- actions/checkout v4 composite
- actions/setup-python v4 composite
- alpine 3.18 build
- golang 1.21.1-alpine3.18 build
- alpine 3.18 build
- golang 1.21.1-alpine3.18 build
- ethereumoptimism/gateway-backend latest
- postgres latest
- node 18.16.0-bullseye-slim build
- alpine 3.18 build
- golang 1.21.1-alpine3.18 build
- alpine 3.18 build
- golang 1.21.1-alpine3.18 build
- alpine 3.18 build
- golang 1.20.7-alpine3.18 build
- alpine 3.18 build
- golang 1.21.1-alpine3.18 build
- alpine 3.18 build
- golang 1.21.1-alpine3.18 build
- alpine 3.18 build
- golang 1.21.1-alpine3.18 build
- alpine 3.18 build
- golang 1.21.1-alpine3.18 build
- alpine 3.18 build
- golang 1.21.1-alpine3.18 build
- alpine 3.18 build
- golang 1.21.1-alpine3.18 build
- debian bullseye-20220822-slim build
- ghcr.io/crytic/echidna/echidna v2.0.4 build
- python 3.11.4-slim-bullseye build
- nginx 1.25-alpine
- alpine 3.18 build
- golang 1.20.4-alpine3.18 build
- grafana/grafana latest
- prom/prometheus latest
- prom/pushgateway latest
- mcr.microsoft.com/playwright v1.37.1-jammy build
- github.com/ethereum-optimism/optimism v0.0.0
- golang.org/x/crypto v0.13.0
- golang.org/x/sys v0.12.0
- toolchain go1.21.1
- github.com/davecgh/go-spew v1.1.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.8.4
- golang.org/x/crypto v0.13.0
- golang.org/x/sys v0.12.0
- gopkg.in/yaml.v3 v3.0.1
- github.com/BurntSushi/toml v1.3.2
- github.com/DataDog/zstd v1.5.2
- github.com/VictoriaMetrics/fastcache v1.10.0
- github.com/allegro/bigcache v1.2.1
- github.com/benbjohnson/clock v1.3.5
- github.com/beorn7/perks v1.0.1
- github.com/bits-and-blooms/bitset v1.7.0
- github.com/btcsuite/btcd v0.23.3
- github.com/btcsuite/btcd/btcec/v2 v2.2.0
- github.com/btcsuite/btcd/btcutil v1.1.0
- github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
- github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/cockroachdb/errors v1.9.1
- github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b
- github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811
- github.com/cockroachdb/redact v1.1.3
- github.com/consensys/bavard v0.1.13
- github.com/consensys/gnark-crypto v0.10.0
- github.com/containerd/cgroups v1.1.0
- github.com/coreos/go-systemd/v22 v22.5.0
- github.com/cpuguy83/go-md2man/v2 v2.0.2
- github.com/crate-crypto/go-ipa v0.0.0-20220523130400-f11357ae11c7
- github.com/crate-crypto/go-kzg-4844 v0.2.0
- github.com/davecgh/go-spew v1.1.1
- github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c
- github.com/deckarep/golang-set/v2 v2.1.0
- github.com/decred/dcrd/crypto/blake256 v1.0.1
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
- github.com/deepmap/oapi-codegen v1.8.2
- github.com/dlclark/regexp2 v1.7.0
- github.com/docker/docker v20.10.24+incompatible
- github.com/docker/go-units v0.5.0
- github.com/dop251/goja v0.0.0-20230122112309-96b1610dd4f7
- github.com/elastic/gosigar v0.14.2
- github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
- github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20230920213331-413695cf7906
- github.com/ethereum/c-kzg-4844 v0.2.0
- github.com/ethereum/go-ethereum v1.12.0
- github.com/fatih/color v1.7.0
- github.com/felixge/fgprof v0.9.3
- github.com/fjl/memsize v0.0.1
- github.com/flynn/noise v1.0.0
- github.com/francoispqt/gojay v1.2.13
- github.com/fsnotify/fsnotify v1.6.0
- github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08
- github.com/gballet/go-verkle v0.0.0-20220902153445-097bd83b7732
- github.com/getsentry/sentry-go v0.18.0
- github.com/go-chi/chi/v5 v5.0.10
- github.com/go-chi/docgen v1.2.0
- github.com/go-ole/go-ole v1.2.6
- github.com/go-sourcemap/sourcemap v2.1.3+incompatible
- github.com/go-stack/stack v1.8.1
- github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
- github.com/godbus/dbus/v5 v5.1.0
- github.com/gofrs/flock v0.8.1
- github.com/gogo/protobuf v1.3.2
- github.com/golang-jwt/jwt/v4 v4.4.2
- github.com/golang/mock v1.6.0
- github.com/golang/protobuf v1.5.3
- github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
- github.com/google/go-cmp v0.5.9
- github.com/google/gofuzz v1.2.1-0.20220503160820-4a35382e8fc8
- github.com/google/gopacket v1.1.19
- github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b
- github.com/google/uuid v1.3.1
- github.com/gorilla/websocket v1.5.0
- github.com/graph-gophers/graphql-go v1.3.0
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-bexpr v0.1.11
- github.com/hashicorp/go-multierror v1.1.1
- github.com/hashicorp/golang-lru/arc/v2 v2.0.5
- github.com/hashicorp/golang-lru/v2 v2.0.5
- github.com/holiman/bloomfilter/v2 v2.0.3
- github.com/holiman/uint256 v1.2.3
- github.com/huin/goupnp v1.2.0
- github.com/influxdata/influxdb-client-go/v2 v2.4.0
- github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c
- github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097
- github.com/ipfs/go-cid v0.4.1
- github.com/ipfs/go-datastore v0.6.0
- github.com/ipfs/go-ds-leveldb v0.5.0
- github.com/ipfs/go-log/v2 v2.5.1
- github.com/jackc/pgio v1.0.0
- github.com/jackc/pgpassfile v1.0.0
- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
- github.com/jackc/pgtype v1.14.0
- github.com/jackc/pgx/v5 v5.4.3
- github.com/jackpal/go-nat-pmp v1.0.2
- github.com/jbenet/go-temp-err-catcher v0.1.0
- github.com/jbenet/goprocess v0.1.4
- github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e
- github.com/jinzhu/inflection v1.0.0
- github.com/jinzhu/now v1.1.5
- github.com/karalabe/usb v0.0.2
- github.com/klauspost/compress v1.16.7
- github.com/klauspost/cpuid/v2 v2.2.5
- github.com/koron/go-ssdp v0.0.4
- github.com/kr/pretty v0.3.1
- github.com/kr/text v0.2.0
- github.com/lib/pq v1.10.9
- github.com/libp2p/go-buffer-pool v0.1.0
- github.com/libp2p/go-cidranger v1.1.0
- github.com/libp2p/go-flow-metrics v0.1.0
- github.com/libp2p/go-libp2p v0.31.0
- github.com/libp2p/go-libp2p-asn-util v0.3.0
- github.com/libp2p/go-libp2p-mplex v0.9.0
- github.com/libp2p/go-libp2p-pubsub v0.9.3
- github.com/libp2p/go-libp2p-testing v0.12.0
- github.com/libp2p/go-mplex v0.7.0
- github.com/libp2p/go-msgio v0.3.0
- github.com/libp2p/go-nat v0.2.0
- github.com/libp2p/go-netroute v0.2.1
- github.com/libp2p/go-reuseport v0.4.0
- github.com/libp2p/go-yamux/v4 v4.0.1
- github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.19
- github.com/mattn/go-runewidth v0.0.14
- github.com/matttproud/golang_protobuf_extensions v1.0.4
- github.com/miekg/dns v1.1.55
- github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
- github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc
- github.com/minio/sha256-simd v1.0.1
- github.com/mitchellh/mapstructure v1.5.0
- github.com/mitchellh/pointerstructure v1.2.1
- github.com/mmcloughlin/addchain v0.4.0
- github.com/mr-tron/base58 v1.2.0
- github.com/multiformats/go-base32 v0.1.0
- github.com/multiformats/go-base36 v0.2.0
- github.com/multiformats/go-multiaddr v0.11.0
- github.com/multiformats/go-multiaddr-dns v0.3.1
- github.com/multiformats/go-multiaddr-fmt v0.1.0
- github.com/multiformats/go-multibase v0.2.0
- github.com/multiformats/go-multicodec v0.9.0
- github.com/multiformats/go-multihash v0.2.3
- github.com/multiformats/go-multistream v0.4.1
- github.com/multiformats/go-varint v0.0.7
- github.com/naoina/go-stringutil v0.1.0
- github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
- github.com/olekukonko/tablewriter v0.0.5
- github.com/onsi/ginkgo/v2 v2.11.0
- github.com/onsi/gomega v1.27.10
- github.com/opencontainers/runtime-spec v1.1.0
- github.com/opentracing/opentracing-go v1.2.0
- github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
- github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7
- github.com/pkg/errors v0.9.1
- github.com/pkg/profile v1.7.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/prometheus/client_golang v1.14.0
- github.com/prometheus/client_model v0.4.0
- github.com/prometheus/common v0.42.0
- github.com/prometheus/procfs v0.9.0
- github.com/quic-go/qpack v0.4.0
- github.com/quic-go/qtls-go1-20 v0.3.3
- github.com/quic-go/quic-go v0.38.1
- github.com/quic-go/webtransport-go v0.5.3
- github.com/raulk/go-watchdog v1.3.0
- github.com/rivo/uniseg v0.4.3
- github.com/rogpeppe/go-internal v1.9.0
- github.com/rs/cors v1.9.0
- github.com/russross/blackfriday/v2 v2.1.0
- github.com/shirou/gopsutil v3.21.11+incompatible
- github.com/spaolacci/murmur3 v1.1.0
- github.com/status-im/keycard-go v0.2.0
- github.com/stretchr/objx v0.5.0
- github.com/stretchr/testify v1.8.4
- github.com/supranational/blst v0.3.11
- github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a
- github.com/tklauser/go-sysconf v0.3.10
- github.com/tklauser/numcpus v0.5.0
- github.com/tyler-smith/go-bip39 v1.1.0
- github.com/urfave/cli/v2 v2.25.7
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
- github.com/yusufpapurcu/wmi v1.2.2
- go.uber.org/dig v1.17.0
- go.uber.org/fx v1.20.0
- go.uber.org/multierr v1.11.0
- go.uber.org/zap v1.25.0
- golang.org/x/crypto v0.13.0
- golang.org/x/exp v0.0.0-20230905200255-921286631fa9
- golang.org/x/mod v0.12.0
- golang.org/x/net v0.15.0
- golang.org/x/sync v0.3.0
- golang.org/x/sys v0.12.0
- golang.org/x/term v0.12.0
- golang.org/x/text v0.13.0
- golang.org/x/time v0.3.0
- golang.org/x/tools v0.13.0
- google.golang.org/protobuf v1.30.0
- gopkg.in/natefinch/lumberjack.v2 v2.0.0
- gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- gorm.io/driver/postgres v1.5.2
- gorm.io/gorm v1.25.4
- lukechampine.com/blake3 v1.2.1
- rsc.io/tmplfunc v0.0.3
- 904 dependencies
- cloud.google.com/go/compute v1.20.1
- cloud.google.com/go/compute/metadata v0.2.3
- cloud.google.com/go/iam v1.1.0
- cloud.google.com/go/kms v1.12.1
- github.com/BurntSushi/toml v1.3.2
- github.com/DataDog/zstd v1.5.2
- github.com/VictoriaMetrics/fastcache v1.10.0
- github.com/beorn7/perks v1.0.1
- github.com/bits-and-blooms/bitset v1.7.0
- github.com/btcsuite/btcd/btcec/v2 v2.2.0
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/cockroachdb/errors v1.9.1
- github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b
- github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811
- github.com/cockroachdb/redact v1.1.3
- github.com/consensys/bavard v0.1.13
- github.com/consensys/gnark-crypto v0.10.0
- github.com/cpuguy83/go-md2man/v2 v2.0.2
- github.com/crate-crypto/go-kzg-4844 v0.3.0
- github.com/deckarep/golang-set/v2 v2.1.0
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0
- github.com/ethereum-optimism/optimism/op-service v0.10.14
- github.com/ethereum-optimism/optimism/op-signer v0.1.1
- github.com/ethereum/c-kzg-4844 v0.3.0
- github.com/ethereum/go-ethereum v1.12.1
- github.com/fsnotify/fsnotify v1.6.0
- github.com/getsentry/sentry-go v0.18.0
- github.com/go-ole/go-ole v1.2.6
- github.com/go-stack/stack v1.8.1
- github.com/gofrs/flock v0.8.1
- github.com/gogo/protobuf v1.3.2
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/protobuf v1.5.3
- github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
- github.com/google/go-cmp v0.5.9
- github.com/google/s2a-go v0.1.4
- github.com/googleapis/enterprise-certificate-proxy v0.2.5
- github.com/googleapis/gax-go/v2 v2.12.0
- github.com/gorilla/mux v1.8.0
- github.com/gorilla/websocket v1.5.0
- github.com/holiman/bloomfilter/v2 v2.0.3
- github.com/holiman/uint256 v1.2.3
- github.com/klauspost/compress v1.15.15
- github.com/kr/pretty v0.3.1
- github.com/kr/text v0.2.0
- github.com/mattn/go-runewidth v0.0.13
- github.com/matttproud/golang_protobuf_extensions v1.0.4
- github.com/mmcloughlin/addchain v0.4.0
- github.com/olekukonko/tablewriter v0.0.5
- github.com/pkg/errors v0.9.1
- github.com/prometheus/client_golang v1.16.0
- github.com/prometheus/client_model v0.3.0
- github.com/prometheus/common v0.42.0
- github.com/prometheus/procfs v0.10.1
- github.com/rivo/uniseg v0.3.4
- github.com/rogpeppe/go-internal v1.9.0
- github.com/rs/cors v1.9.0
- github.com/russross/blackfriday/v2 v2.1.0
- github.com/shirou/gopsutil v3.21.11+incompatible
- github.com/supranational/blst v0.3.11
- github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a
- github.com/tklauser/go-sysconf v0.3.10
- github.com/tklauser/numcpus v0.5.0
- github.com/urfave/cli v1.22.9
- github.com/yusufpapurcu/wmi v1.2.2
- go.opencensus.io v0.24.0
- golang.org/x/crypto v0.11.0
- golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
- golang.org/x/net v0.12.0
- golang.org/x/oauth2 v0.10.0
- golang.org/x/sync v0.3.0
- golang.org/x/sys v0.10.0
- golang.org/x/text v0.11.0
- google.golang.org/api v0.132.0
- google.golang.org/appengine v1.6.7
- google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130
- google.golang.org/genproto/googleapis/api v0.0.0-20230706204954-ccb25ca9f130
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98
- google.golang.org/grpc v1.56.2
- google.golang.org/protobuf v1.31.0
- gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
- rsc.io/tmplfunc v0.0.3
- 516 dependencies
- tsup ^7.2.0 development
- vitest ^0.34.4 development
- @ethersproject/abstract-provider ^5.7.0 development
- @nomiclabs/hardhat-ethers ^2.2.3 development
- @nomiclabs/hardhat-waffle ^2.0.6 development
- hardhat ^2.17.2 development
- ts-node ^10.9.1 development
- tsx ^3.12.7 development
- @eth-optimism/common-ts workspace:*
- @eth-optimism/contracts-bedrock workspace:*
- @eth-optimism/contracts-periphery 1.0.8
- @eth-optimism/core-utils workspace:*
- @eth-optimism/sdk workspace:*
- @types/dateformat ^5.0.0
- chai-as-promised ^7.1.1
- dateformat ^4.5.1
- dotenv ^16.3.1
- ethers ^5.7.2
- @eth-optimism/contracts-bedrock workspace:* development
- @testing-library/jest-dom ^6.0.1 development
- @testing-library/react-hooks ^8.0.1 development
- @types/glob ^8.1.0 development
- @vitest/coverage-istanbul ^0.34.1 development
- @wagmi/cli ^1.3.0 development
- @wagmi/core ^1.3.8 development
- abitype ^0.9.3 development
- glob ^10.3.3 development
- isomorphic-fetch ^3.0.0 development
- jest-dom link:@types/@testing-library/jest-dom development
- jsdom ^22.1.0 development
- tsup ^7.1.0 development
- typescript ^5.1.6 development
- vite ^4.4.6 development
- vitest ^0.34.2 development
- @testing-library/react ^14.0.0
- react ^18.2.0
- react-dom ^18.2.0
- viem ^1.3.1
- @eth-optimism/contracts-ts workspace:^ development
- @testing-library/jest-dom ^6.0.1 development
- @testing-library/react-hooks ^8.0.1 development
- @vitest/coverage-istanbul ^0.34.1 development
- abitype ^0.9.3 development
- isomorphic-fetch ^3.0.0 development
- jest-dom link:@types/@testing-library/jest-dom development
- jsdom ^22.1.0 development
- tsup ^7.1.0 development
- typescript ^5.1.6 development
- viem ^1.3.1 development
- vite ^4.4.6 development
- vitest ^0.34.2 development
- @eth-optimism/contracts-ts workspace:^ development
- @swc/core ^1.3.76 development
- @vitest/coverage-istanbul ^0.34.1 development
- tsup ^7.2.0 development
- typescript ^5.1.6 development
- viem ^1.6.0 development
- vite ^4.4.9 development
- vitest ^0.34.1 development
- zod ^3.22.0 development
- @ethereumjs/rlp ^5.0.0
- web3-eth ^4.0.3
- web3-eth-accounts ^4.0.3
- 1915 dependencies
- @metamask/test-dapp ^7.1.0 development
- @playwright/test 1.37.1 development
- @synthetixio/synpress 3.7.2-beta.7 development
- dotenv ^16.3.1 development
- static-server ^2.2.1 development
- typescript ^5.1.6 development
- viem ^1.10.8 development
- prom-client ^14.2.0
- zod ^3.22.2
- 986 dependencies
- Deprecated ==1.2.13
- PyGithub ==1.57
- PyJWT ==2.6.0
- PyNaCl ==1.5.0
- certifi ==2023.7.22
- cffi ==1.15.1
- charset-normalizer ==2.1.1
- idna ==3.4
- pycparser ==2.21
- requests ==2.28.1
- urllib3 ==1.26.13
- wrapt ==1.14.1
- click ==8.1.3
- semver ==3.0.0
- 471 dependencies
- alloy-rlp 0.3.3 development
- anyhow 1.0.75
- serde 1.0.190
- serde_json 1.0.107
- alpine 3.18 build
- golang 1.21.3-alpine3.18 build
- $OP_STACK_GO_BUILDER latest build
- alpine 3.18 build