Skip to content

fix: have /arweave/raw use httpc#35

Closed
JamesPiechota wants to merge 619 commits intosamcamwilliams:mainfrom
permaweb:fix/arweace-raw-httpc
Closed

fix: have /arweave/raw use httpc#35
JamesPiechota wants to merge 619 commits intosamcamwilliams:mainfrom
permaweb:fix/arweace-raw-httpc

Conversation

@JamesPiechota
Copy link
Collaborator

No description provided.

NickJ202 and others added 30 commits November 9, 2025 20:20
fix: handle graphql parsing in dev_scheduler_formats
Prior to this commit, HyperBEAM's `~scheduler@1.0` largely mimicked AO legacynet's `hash-chain` implementation. This commit replaces that key of assignments with a more useful and executable `base-hashpath`. This hashpath tracks the application of each assignment atop each prior assignment and the base process definition message. While fulfilling the role of the previous mechanism, this approach also enables another possibility: A recipient of any assignment is in possession of a single path that will allow them to execute a process to the point at which the given assignment is applied. This execution can be achieved without having to contact the scheduler or even make calls to the scheduler device for the process.
impr: Replace assignment `hash-chain`s with improved metadata
impr: Avoid confusion of 32 bytes URL with 32 bytes hash
…ssage

fix: scheduler server uploads message as well as assignment explicitly
…ments

feat: allow process definition messages or node message to choose assignment commitment spec
…mitment_spec

chore: set scheduler_default_commitment_spec in hb_opts
samcamwilliams and others added 28 commits February 11, 2026 23:35
…node crash

The Nearest-Integer strategy crashed with badarith when a node had no
 field because hb_maps:get/3 returned the Opts map as the
default. Switch to hb_maps:get/4 with explicit  default and
assign centerless nodes distance 2^256 so they are selected last.

Add full_route_config_test exercising production-style routes with real
HTTP GETs against Arweave data nodes, including a 5-node parallel=2
timing test to confirm bounded parallelism.
…partition centers

Replace the 5 placeholder data-N.arweave.net nodes with all 22 actual
arweave.xyz data/tip nodes, grouped by partition range with byte-offset
centers. Chunk route now tries all nodes nearest-first (choose=22,
parallel=4, responses=1, stop-after=true) so it fans out 4 at a time
until one returns 200. General arweave fallback updated to race
chain-1/chain-2.arweave.xyz.
…ments

Improve router multi-request: Nearest-Integer strategy, bounded parallelism, route-by support
fix: return committed trie from dev_trie:set
feat: upgrade hyperbuddy-ui to use bundled dashboard / explorer
fix: cross-platform WAMR build step in Makefile
Update default hb_opts to handle /arweave/raw
This reverts commit 8394b3b, reversing
changes made to c176db9.
… `environment_error`

This avoids the `semaphore exhaustion` that could occur on certain operating systems, for which there was no solution aside restarting the machine.
impr: Update `elmdb-rs`; `read-only`, `max-readers`, `no-lock` support; `environment_error` impr
A prior PR moved the route for `arweave/raw` to a higher position in the default precedence order. This PR did not also change `hb_store_gateway`, however, which was still dependent on the `/raw` (not `/arweave/raw`) route. This PR fixes both `~arweave` and `hb_store_gateway` and its client.
@samcamwilliams samcamwilliams deleted the fix/arweace-raw-httpc branch February 16, 2026 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants