Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Merged
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
Update plugin/evm/config/config.md
Co-authored-by: Austin Larson <78000745+alarso16@users.noreply.github.com>
Signed-off-by: Jonathan Oppenheimer <147infiniti@gmail.com>
  • Loading branch information
JonathanOppenheimer and alarso16 authored Nov 24, 2025
commit 80bc72b2a7ce38f549a8c1b754d1062899989486
2 changes: 1 addition & 1 deletion plugin/evm/config/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Configuration is provided as a JSON object. All fields are optional unless other

### Offline Pruning

> **Note**: If offline pruning is enabled it will run on startup and block until it completes (approximately one hour on Mainnet). This will reduce the size of the database by deleting old trie nodes. **While performing offline pruning, your node will not be able to process blocks and will be considered offline.** While ongoing, the pruning process consumes a small amount of additional disk space (for deletion markers and the bloom filter). For more information see the [disk space considerations documentation](https://build.avax.network/docs/nodes/maintain/reduce-disk-usage#disk-space-considerations). Since offline pruning deletes old state data, this should not be run on nodes that need to support archival API requests. This is meant to be run manually, so after running with this flag once, it must be toggled back to false before running the node again. Therefore, you should run with this flag set to true and then set it to false on the subsequent run.
> **Note**: If offline pruning is enabled it will run on startup and block until it completes (approximately one hour on Mainnet). This will reduce the size of the database by deleting old trie nodes. **While performing offline pruning, your node will not be able to process blocks and will be considered offline.** While ongoing, the pruning process consumes a small amount of additional disk space (for deletion markers and the bloom filter). For more information see the [disk space considerations documentation](https://build.avax.network/docs/nodes/maintain/reduce-disk-usage#disk-space-considerations). Since offline pruning deletes old state data, this should not be run on nodes that need to support archival API requests. This is meant to be run manually, so after running with this flag once, it must be toggled back to false before running the node again. Therefore, you should run with this flag set to true and then set it to false on the subsequent run.

| Option | Type | Description | Default |
|--------|------|-------------|---------|
Expand Down
Loading