Update server dependencies#446
Conversation
🔐 Codex Security Review
Review SummaryOverall Risk: NONE FindingsNo security, correctness, or reliability findings in the reviewed diff. NotesThe authoritative diff
The changes are dependency version bumps and checksum updates. I found no changed auth, database, RPC handler, command execution, network discovery, plugin implementation, frontend, infrastructure, Rust, mining pool configuration, wallet/worker credential, protobuf, or generated-code behavior in this PR scope. No tests were run; this was a diff-only review. Generated by Codex Security Review | |
Summary
server, Go plugins, and plugin contract tests.go.sumfiles andgo.work.sumfor the updated workspace graph.serverpseudo-version and updates key transitive dependencies includingpgx,golang.org/x/*, andgenproto.Validation
cd plugin/antminer && go test ./...cd plugin/virtual && go test ./...cd plugin/proto && go test -short ./...cd server && go test ./...(local DB-backed tests could not connect to Postgres/Timescale at127.0.0.1:5432)cd plugin/proto && go test ./...(Docker-backed sim-miner integration tests could not create a rootless Docker provider locally)cd tests/plugin-contract && go test ./...(local host environment was not suitable for direct contract execution: Linux/arm64 plugin binary, port 80 permission, and port 4028 already in use)