El De-dog-lo
El De-dog-lo
The vyper interpreter in titanoboa executes code via py-evm, it actually functions very similarly to foundry in that all code is executed natively without transaction semantics automatically applied (unlike ape...
> > Right now Vyper projects are split between 2 main frameworks, > > what about brownie? Curve uses it, right? We are in the process of converting them from...
would it be too much to ask for implicit cast of `mod` to `mod.__interface__`? For either `v: Mod` in argument (convert to Interface to use like `v.method(...)`) or `extcall Mod(v).method(...)`...
If I can make a small UX suggestion, it would be great if the choice of backend can be made by config variable (with pytest flag as a really nice...
> `TransactionAPI might be over-specified ` : Care to elaborate on this one? We have `max_fee` and `max_priority_fee` in the core `TransactionAPI` type. Thinking more abstractly, there isn't really a...
> it can help with switching accounts The "workspaces" concept can help with switching between different contexts (such as personal vs. shared organization)
> testing networks What do you mean by this?
> I might be understanding this wrong, but here is my thought process. > > How do we know and how can switch from speolia clusters to mainnet? > In...
> > > it can help with switching accounts > > > > The "workspaces" concept can help with switching between different contexts (such as personal vs. shared organization) >...
Should it also have `PUT /credentials/:credentials_id`?