suave-geth icon indicating copy to clipboard operation
suave-geth copied to clipboard

Results 30 suave-geth issues
Sort by recently updated
recently updated
newest added

### What version of Suave are you on? suave-geth version 0.1.5-23d7a718-20240404 ### What command(s) is the bug in? _No response_ ### Operating System macOS (Apple Silicon) ### Describe the bug...

I am confused on how to ensure that confidential compute requests (CCRs) only use a piece of state once. # Rationale It would be useful for suave developers to know...

question

### What version of Suave are you on? suave-geth version 0.1.5-d8f48a86-20240414 ### What command(s) is the bug in? _No response_ ### Operating System Linux ### Describe the bug ```solidity //...

### Describe the feature you would like When a kettle turns off a service it should have something like "service not available" message ### Additional context _No response_

# Rationale Right now a session can last indefinitely but should be canceled when a new block comes in as that makes the state its simulating on invalid # Implementation...

good first issue

It might be useful to allow setting per env var (i.e. see https://github.com/flashbots/mev-boost/blob/develop/cli/main.go#L47) _Originally posted by @metachris in https://github.com/flashbots/suave-geth/pull/165#discussion_r1458707297_

enhancement
good first issue

- current: []byte field marshals to base64 string - to be: BuildBlockArgs and DataRecord structs now use hexutil.Big and hexutil.Bytes for uint64 and []byte fields respectively ## 📝 Summary ##...

## 📝 Summary ## 📚 References --- * [ ] I have seen and agree to CONTRIBUTING.md

## 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...

## 📝 Summary This PR adds another flavour of the local confidential store that does not have any authentication check. This is because we are moving (at least in the...