Nicolas Went
Nicolas Went
I have tried to optimize the way the npc is shown to player in my minigame, so I have tried to pre-create all npcs then tp them to the location...
**Is your feature request related to a problem? Please describe.** It seems like the extension does only work for C++ or C, it would be amazing to be able to...
### Component Anvil ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
Hello, **The issue**: The method: [get_underlying_balance](https://github.com/curvefi/curve-pool-registry/blob/master/contracts/Registry.vy#L469) from the registry does not give the balances with the right decimal precision **Example**: In polygon on this given registry: https://polygonscan.com/address/0x094d12e5b541784701FD8d65F11fc0598FBC6332#readContract For the pool:...
Hello, Is there any way that we can get this library with pip?
### Component primitives ### Describe the feature you would like The gas configurations have been set to u128 instead of U256 in the alloy [TransactionBuilder](https://github.com/alloy-rs/alloy/blob/24396144b51b15df8b6d72e502feb10af3b68b5d/crates/network/src/transaction/builder.rs#L151) It would be nice to...
### Component network, json-rpc, provider, pubsub ### What version of Alloy are you on? rev = "8cb0307" ### Operating System Linux ### Describe the bug Hello, I have tried to...
### Component provider, pubsub ### Describe the feature you would like The goal of my suggestion would be to allow people to easily build extensions of alloy. I know that...
### Component contract ### Describe the feature you would like In [CallBuilder](https://github.com/alloy-rs/alloy/blob/4000b7754663d4350022e15c9fab6e75d3da8afe/crates/contract/src/call.rs#L123) it would be nice to have a method: `build_raw_transaction` The goal of this method would be to build...
### Describe the feature Hello, I recently realized that my node is not efficient when it comes to capturing mempool transactions. Someone on Telegram suggested that I should try and...