banteg

Results 50 issues of banteg

[https://github.com/yearn/yearn-exporter/blob/aa6f8a1b9f568454bbe9edcae2712c006f3d1056/yearn/ironbank.py#L106](https://github.com/yearn/yearn-exporter/blob/aa6f8a1b9f568454bbe9edcae2712c006f3d1056/yearn/ironbank.py#L106) it's currently `cash + borrowed - reserves`

bug
question
p3

add basic support for avalanche since yearn is contemplating deploying there * add to networks * add price oracles

enhancement
good first issue
network

## Description when loading validator keys, lighthouse seems to keep file descriptors hanging, which leads to the validator failing to start when it's loading a lot of keys (2000 in...

enhancement
val-client

- use `time.perf_counter` as the most precise way of measuring performance - don't lose fast timer samples when calculating summary, use a list instead of a set

https://github.com/safe-global/safe-eth-py/commit/8848f1660f6a04995ebb808f4cc946bd060915c2#diff-8a8473acf2213f63824bdb6022b690acfd1fab752f657301175b01c2cd9e0cf0

### Describe the feature there is a little-known method called [parity_listStorageKeys](https://openethereum.github.io/JSONRPC-parity-module#parity_liststoragekeys) that returns a paginated view of a contract storage at a certain block height. it could be a good...

C-enhancement
A-rpc

## Simple Summary Add a new built-in function to create [Clones With Immutable Args](https://github.com/wighawag/clones-with-immutable-args). ## Motivation Vyper maintains a strong stance against upgradeable contracts. It offers safe immutable contract creation...

## Simple Summary - deprecate `--storage-layout-file` option in favor of storage slot override syntax - introduce `name: type @ slot` syntax for storage slot override ## Motivation - overriding all...

i'm working on [an update](https://github.com/ApeWorX/ape-foundry/compare/main...banteg:ape-foundry:feat/auto?expand=1) to ape-foundry where it binds to a free port suggested by the system instead of trying random ports from ephemeral port range and hoping they...

this addresses the issue of people renaming accounts since the github snapshot was taken. it also removes deleted accounts from the allocation. it also addresses the squatting by excluding accounts...