File tree Expand file tree Collapse file tree 7 files changed +23
-9
lines changed Expand file tree Collapse file tree 7 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 diffs :
1212 env :
13- # Last commit on `renamed-go- module` branch to be merged into `main`
14- LIBEVM_BASE : a7f08d0e757d5a69d3e269c69dcea7e45bab97e3
13+ # Last commit from rename- module workflow job to be included in `main`
14+ LIBEVM_BASE : 0b56af5a01b8a0c6fc9d60247bb79ffd03d1bcfd
1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1+ # libevm
2+
3+ [ ![ API Reference] (
4+ https://pkg.go.dev/badge/github.com/ava-labs/libevm
5+ )] ( https://pkg.go.dev/github.com/ava-labs/libevm?tab=doc )
6+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/ava-labs/libevm )] ( https://goreportcard.com/report/github.com/ava-labs/libevm )
7+ [ ![ Go Build & Test] ( https://github.com/ava-labs/libevm/actions/workflows/go.yml/badge.svg?branch=main )] ( https://github.com/ava-labs/libevm/actions/workflows/go.yml )
8+
9+ The Ethereum Virtual Machine (EVM) as a library, ` libevm ` is a fork of [ ` geth ` ] ( https://github.com/ethereum/go-ethereum ) with
10+ injectable configuration directives. Although designed to support the Avalanche [ C-Chain] ( https://github.com/ava-labs/coreth ) and
11+ [ EVM-L1s] ( https://github.com/ava-labs/subnet-evm ) (formerly _ subnets_ ), configuration is general-purpose and backwards-compatible
12+ with ` geth ` .
13+
14+
15+ We are immensely grateful for the hard work of the ` geth ` authors, and hope that our contribution can be of value to others too. Thank you!
16+
117## Go Ethereum
218
319Golang execution layer implementation of the Ethereum protocol.
420
5- [ ![ API Reference] (
6- https://pkg.go.dev/badge/github.com/ethereum/go-ethereum
7- )] ( https://pkg.go.dev/github.com/ethereum/go-ethereum?tab=doc )
8- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/ethereum/go-ethereum )] ( https://goreportcard.com/report/github.com/ethereum/go-ethereum )
9- [ ![ Travis] ( https://app.travis-ci.com/ethereum/go-ethereum.svg?branch=master )] ( https://app.travis-ci.com/github/ethereum/go-ethereum )
10- [ ![ Discord] ( https://img.shields.io/badge/discord-join%20chat-blue.svg )] ( https://discord.gg/nthXNEv )
11-
1221Automated builds are available for stable releases and the unstable master branch. Binary
1322archives are published at https://geth.ethereum.org/downloads/ .
1423
Original file line number Diff line number Diff line change 1313// You should have received a copy of the GNU Lesser General Public License
1414// along with the go-ethereum library. If not, see
1515// <http://www.gnu.org/licenses/>.
16+
1617package core
1718
1819// canExecuteTransaction is a convenience wrapper for calling the
Original file line number Diff line number Diff line change 1313// You should have received a copy of the GNU Lesser General Public License
1414// along with the go-ethereum library. If not, see
1515// <http://www.gnu.org/licenses/>.
16+
1617package libevm
1718
1819import (
Original file line number Diff line number Diff line change 1313// You should have received a copy of the GNU Lesser General Public License
1414// along with the go-ethereum library. If not, see
1515// <http://www.gnu.org/licenses/>.
16+
1617package params
1718
1819import (
Original file line number Diff line number Diff line change 1313// You should have received a copy of the GNU Lesser General Public License
1414// along with the go-ethereum library. If not, see
1515// <http://www.gnu.org/licenses/>.
16+
1617package params
1718
1819import (
Original file line number Diff line number Diff line change 1313// You should have received a copy of the GNU Lesser General Public License
1414// along with the go-ethereum library. If not, see
1515// <http://www.gnu.org/licenses/>.
16+
1617package params
1718
1819import (
You can’t perform that action at this time.
0 commit comments