halo3mic

Results 6 issues of halo3mic

Add uint casting support for U64 in `primitive-types` - implement From trait for casting uint from U64 - implement TryFrom trait for casting uint to U64 - implement `full_mul` for...

## Motivation 1. Simpler conversion from specific tracer config to GethDebugTracerConfig 2. Single config build method on GethDebugTracingOptions that covers all configs ## Solution 1. Impl From for CallConfig, PreStateConfig,...

## About * This is POC for building blocks with blob transactions. * Relates to PR https://github.com/flashbots/suave-execution-geth/pull/18 * For testing purposes it includes sending block to relay while block building...

For `simulateBundle` you have to pass a struct as input that reflects ```go type SBundle struct { BlockNumber *big.Int `json:"blockNumber,omitempty"` // if BlockNumber is set it must match DecryptionCondition! MaxBlock...

`SuaveTransaction` execution environment doesn't expose any properties of `ConfidentialRequest` that invoked it. ## Rationale Suppose you have a confidential method `bid()` which allows you to simulate payment tx; store it...

help wanted

Afaik add appropriate `package.json` and publish the repo to npm registry ...