Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ar_data_sync: Skip unpacking if the chunk was downloaded from the local peer #637

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
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
Revert local_peers setting for the ar_test_node
  • Loading branch information
shizzard committed Nov 14, 2024
commit 1bc997f1d593eb7c732b662e65aad803d080ab68
1 change: 0 additions & 1 deletion apps/arweave/test/ar_test_node.erl
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ start(B0, RewardAddr, Config, StorageModules) ->
enable = [search_in_rocksdb_when_mining, serve_tx_data_without_limits,
double_check_nonce_limiter, serve_wallet_lists,
pack_served_chunks | Config#config.enable],
local_peers = [peer_addr(Node) || Node <- [main, peer1, peer2, peer3, peer4]],
debug = true
}),
ar:start_dependencies(),
Expand Down
Loading