-
### Component
Forge
### Describe the feature you would like
The OP Stack contracts utilize the absolute import path style (relative to the project root). We decided to use this because it made refa…
tynes updated
11 hours ago
-
ACs:
- Add a technical notes under the "Constant Flow Agreement" section.
-
### Tutorial title
Running MIPS programs on the EVM
### Tutorial description
Running a VM for a normal CPU. such as MIPS, lets us run a general-purpose VM on top of the EVM. This will allow u…
qbzzt updated
2 weeks ago
-
Gas costs are relevant not only on Ethereum but on L2s as well. It can even influence the choice of the protocol by users. There is already an [ongoing discussion](https://github.com/sablier-labs/v2-c…
-
# Creating Go Bindings for Ethereum Smart Contracts · Chris Hager
To interact with Ethereum smart contracts in Go programs, you need bindings for the specific type of contract.
This post is a quick g…
-
From the `Ethers.get_logs/2` documentation:
```elixir
"""
## Overrides and Options
- `:address`: Indicates event emitter contract address. (nil means all contracts)
- `:rpc_client`: T…
-
The Holocene hardfork is scheduled for Governance Cycle 30 which starts on October 31st. We should be code frozen 2 weeks before then with testnet activation.
The following features are conside…
tynes updated
4 weeks ago
-
https://github.com/shazow/whatsabi can be used to find contract function selectors from the Solidity contract bytecode.
https://www.4byte.directory/ or https://sig.eth.samczsun.com/ API can be used …
-
# Feature Request
## Describe Preferred Solution
1. Spin up an Ethereum node
3. Spin up an Arbitrum node
4. Deploy all the required contracts on each network.
5. Run the tests accordingly
## Arch…
-
### Please share the technical limitation of Caliper that you encountered.
Running benchmarks against an already deployed contract was not possible without changing the Ethereum connector.
### Pleas…