You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documented Gas Network scoring in EVALUATION.md and linked the reference from the README.
Added a canonical signing round-trip test to enforce the v1 payload schema.
Changed
Breaking: Adopted the latest signing spec — agent payloads now include schema_version, hash canonical JSON, encode price as a wei-denominated decimal string via PriceUnit, and drop the legacy kind / FeeUnit fields.
Updated publishing and oracle conversion to emit wei strings from agents and safely parse them when building OraclePayloadV2 records.
Refreshed tooling: Docker builds now use cargo-chef, CI caching switches to Swatinem/rust-cache, and dependencies bump (tracing-subscriber 0.3.20, slab 0.4.11) with alloy serde support enabled.
Removed
Dropped the Homebrew installer target from cargo-dist configuration.
Install gas-agent 0.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/blocknative/gas-agent/releases/download/v0.1.0/gas-agent-installer.sh | sh