Benjamin Smith

Results 42 issues of Benjamin Smith

Something that came up in the recent PR to support all networks (#325) is to include some sort of banner https://github.com/bh2smith/safe-airdrop/pull/325#discussion_r772434501

Recently a user had a use case for the app where they wanted to send 130k transfers. Naturally this would never fit into a single transaction so it would make...

Just wanted to keep these here to make sure we include tests that ensure the app works properly with these. Decimals 0, 1, 2, 3 and 24. ``` {"chainId":1,"address":"0x2cad4991f62fc6fcd8ec219f37e7de52b688b75a","name":"Schain Wallet","symbol":"SCHA","decimals":0,"logoURI":"https://assets.coingecko.com/coins/images/12135/thumb/schain.png?1597462731"},...

The app should be able to access the connected Safe's address book and display the names tied to each of the receiver accounts.

We have recently introduced this package to are project and noticed that there are no type hints. I would have done it myself, but I found that there is no...

MyPy doesn't like this and the types don't seem to be available anywhere.. ``` error: Skipping analyzing "ndjson": module is installed, but missing library stubs or py.typed marker note: See...

Addresses Issue #272 by allowing projects depending on this plugin to specify their own `deploy` function. If a deployment executor is not specified, then the initial (default) implementation is used...

When using `upgrades.deployProxy` the `DeployOptions` type interface provided is very different than the usual interface provided in the usual `hardhat` package. In particular, there are several commonly used deployment options...

## Summary of Auction Phases Our batch auction proposal consists of three distinct phases 1. **Order collection**: A *fixed period* of time when limit orders are being accepted. 2. **Solution...

design research

Currently when generating contract from abi for an event with no output values (like [this one](https://github.com/balancer-labs/balancer-v2-monorepo/blob/1e94d5617963b70c95f1d07555431026fb99db82/pkg/pool-utils/contracts/factories/BasePoolSplitCodeFactory.sol#L42)) The resulting contract looks like this ```rs ) -> Result { let () =...