fiddyresearch

Results 34 issues of fiddyresearch

## Simple Summary This VIP adds the ability to find the index of an element in a static array. ## Motivation Currently, if one wants to know the location of...

VIP: Approved

### Overview Provide a simple overview of what you wish to see added. Please include: * What you are trying to do * Why Ape's current functionality is inadequate to...

category: feature

### Overview Provide a simple overview of what you wish to see added. Please include: * What you are trying to do I would like to be able to do...

category: feature

### What I did following: https://github.com/ethereum/eth-abi/issues/84 `encode_single` and `decode_single` are deprecated in favor of `encode` and `decode`. So just replaced it. ### How I did it Just replace the signatures...

Since @charles-cooper introduced boa's shiny [new gas profiler](https://github.com/vyperlang/titanoboa/commit/952bbbdeb802204c433981deb0bfde882e644b63), it brings us closer to a framework that gives vyper devs very granular insights into their contracts. Just as a refresher, one...

enhancement
question

### What I did Set default code offset for blueprint contracts to 3 ### How I did it Just change the default value from `zero_value` (which is `IRnode.from_list(0, typ=UINT256_T)`) to...

## Simple Summary Introduce a function decorator `@mutates` that specifies which state variables a function is allowed to modify. ## Motivation The goal of this VIP is to enhance the...

## Simple Summary This VIP introduces an alternative syntax for unsafe math operations. The goal is to improve the readability of complex mathematical expressions without compromising auditability. To that extent...

### What I did Added fraxusdp pool data. ### How I did it Took existing optimised implementation, deployed pool, token, liquidity gauge to Ethereum mainnet. ### How to verify it...

Not sure how to do this but this tx to create a contract failed: https://bscscan.com/tx/0x77967045c0b62986ad3cf8933c746dff0b448dbffb2e71b89869e64ff54d1012 but boa returned an address (when nothing was deployed). so there needs to be some...