fix: correct gRPC server implementation to match actual Geth API signatures and bundle structure, fix error type conversions, simplify EVM context creation, and add proper bundle hash generation

This commit is contained in:
floor-licker 2025-11-24 17:38:54 -05:00
parent 2aacf5b956
commit 0488a11776
No known key found for this signature in database
GPG key ID: 00CAB0DF8891321D

View file

@ -345,3 +345,4 @@ func (s *TraderServer) CallContract(ctx context.Context, req *CallContractReques
return resp, nil return resp, nil
} }