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
chore: using v0.20.0 tag of tastora and removing temporary duplication (#3326)
* refactor: use tastora spamoor and victoriatraces implementations
Replace local spamoor_node.go and victoriatraces_node.go with tastora's
spamoor.NewNodeBuilder and victoriatraces.New. Fixes macOS compatibility
by replacing 0.0.0.0 with 127.0.0.1 for external endpoints and using
UTC timestamps in trace query URLs to avoid broken timezone offsets.
* build(deps): bump tastora to v0.20.0 and remove local replace
Remove the local filesystem replace directive for tastora in
test/e2e/go.mod now that v0.20.0 is published.
* build: bump go directive to 1.25.8
Required by tastora v0.20.0. Aligns root and execution/evm
with the other modules already at 1.25.8.
0 commit comments