Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ca70d01
chore: Add lint link check job (#1392)
JonathanOppenheimer Nov 10, 2025
6514a54
chore: lint markdown
JonathanOppenheimer Nov 22, 2025
885adc2
fix: update broken links
JonathanOppenheimer Nov 22, 2025
b03acd5
Merge branch 'master' into JonathanOppenheimer/sync-pr-1392-links-lint
JonathanOppenheimer Nov 22, 2025
80bc72b
Update plugin/evm/config/config.md
JonathanOppenheimer Nov 24, 2025
de0818c
Update sync/README.md
JonathanOppenheimer Nov 24, 2025
8b7f384
chore: fix coreth cherry-pick mistakes
JonathanOppenheimer Nov 24, 2025
6d45128
chore: remove path support
JonathanOppenheimer Nov 24, 2025
0ee527b
chore: revert upstream file changes
JonathanOppenheimer Nov 24, 2025
d0c8053
fix: use subnet-evm rather than coreth items
JonathanOppenheimer Nov 24, 2025
807560d
Merge branch 'master' into JonathanOppenheimer/sync-pr-1392-links-lint
JonathanOppenheimer Dec 1, 2025
75f8372
Merge branch 'master' into JonathanOppenheimer/sync-pr-1392-links-lint
JonathanOppenheimer Dec 1, 2025
6cc0d55
chore: Austin feedback
JonathanOppenheimer Dec 1, 2025
0698fa1
fix: wrong readme
JonathanOppenheimer Dec 1, 2025
42a1e95
docs: align with coreth
JonathanOppenheimer Dec 1, 2025
4a57943
fix: compatability links
JonathanOppenheimer Dec 1, 2025
4756463
Merge branch 'master' into JonathanOppenheimer/sync-pr-1392-links-lint
JonathanOppenheimer Dec 3, 2025
92b0321
Merge branch 'master' into JonathanOppenheimer/sync-pr-1392-links-lint
JonathanOppenheimer Dec 3, 2025
3b35ce2
fix: bug bounty link
JonathanOppenheimer Dec 3, 2025
a0b1798
Update sync/README.md
JonathanOppenheimer Dec 3, 2025
906241a
style: revert comma removal
JonathanOppenheimer Dec 3, 2025
ac9ef22
fix: bug bounty correct link
JonathanOppenheimer Dec 3, 2025
80e349c
style: revert capitilization change
JonathanOppenheimer Dec 3, 2025
f2dcbbf
style: revert capitilization change
JonathanOppenheimer Dec 3, 2025
cecac17
fix: more links
JonathanOppenheimer Dec 3, 2025
46028d5
Merge remote-tracking branch 'origin' into JonathanOppenheimer/sync-p…
JonathanOppenheimer Dec 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: lint markdown
  • Loading branch information
JonathanOppenheimer committed Nov 22, 2025
commit 6514a5418d77a959b90ddd262c1b9eb1dc37a130
5 changes: 2 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ If you'd like to contribute to subnet-evm, please fork, fix, commit and send a p

## Coding guidelines

Please make sure your contributions adhere to our coding and documentation
guidelines:
Please make sure your contributions adhere to our coding guidelines:

- Code must adhere to the official Go
[formatting](https://go.dev/doc/effective_go#formatting) guidelines
Expand Down Expand Up @@ -42,7 +41,7 @@ Mocks are auto-generated using [mockgen](https://pkg.go.dev/go.uber.org/mock/moc
- if the file `mocks_generate_test.go` does not exist in the package where the interface is located, create it with content (adapt as needed):

```go
// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2025-2025, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package mypackage
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Include a description of the changes to be made to the code along with alternati
that were considered, including pro/con analysis where relevant.

**Open questions**
Questions that are still being discussed.
Questions that are still being discussed
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ The Subnet EVM supports the following API namespaces:

Only the `eth` namespace is enabled by default.
Subnet EVM is a simplified version of [Coreth VM (C-Chain)](https://github.com/ava-labs/coreth).
Full documentation for the C-Chain's API can be found [in the builder docs](https://build.avax.network/docs/rpcs/c-chain).
Full documentation for the C-Chain's API can be found in the [builder docs](https://build.avax.network/docs/rpcs/c-chain).

## Compatibility

The Subnet EVM is compatible with almost all Ethereum tooling, including [Remix](https://docs.avax.network/build/dapp/smart-contracts/remix-deploy), [Metamask](https://docs.avax.network/build/dapp/chain-settings), and [Foundry](https://docs.avax.network/build/dapp/smart-contracts/toolchains/foundry).
The Subnet EVM is compatible with almost all Ethereum tooling, including [Remix](https://build.avax.network/docs/dapps/smart-contract-dev/deploy-with-remix-ide), [Metamask](https://build.avax.network/docs/dapps), and [Foundry](https://build.avax.network/docs/dapps/toolchains/foundry).

## Differences Between Subnet EVM and Coreth

Expand All @@ -70,7 +70,7 @@ To support these changes, there have been a number of changes to the SubnetEVM b

### Clone Subnet-evm

First install Go 1.24.9 or later. Follow the instructions [here]. You can verify by running `go version`.
First install Go 1.24.9 or later. Follow the instructions on the [go docs](https://go.dev/doc/install). You can verify by running `go version`.

Set `$GOPATH` environment variable properly for Go to look for Go Workspaces. Please read [this](https://go.dev/doc/code) for details. You can verify by running `echo $GOPATH`.

Expand Down
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- markdownlint-disable MD024 -->

# Release Notes

## [v0.8.1](https://github.com/ava-labs/subnet-evm/releases/tag/v0.8.1)
Expand Down
Loading
Loading