fix: have /arweave/raw use httpc#35
Closed
JamesPiechota wants to merge 619 commits intosamcamwilliams:mainfrom
Closed
fix: have /arweave/raw use httpc#35JamesPiechota wants to merge 619 commits intosamcamwilliams:mainfrom
JamesPiechota wants to merge 619 commits intosamcamwilliams:mainfrom
Conversation
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
…ed by 3rd party libraries
…gnment commitment spec
…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
HyperBEAM bundler
…mitment_spec chore: set scheduler_default_commitment_spec in hb_opts
…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
… `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.
fix: `/raw` route normalization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.