Ed Mazurek

Results 14 comments of Ed Mazurek

p_load is now quiet. But sometimes I'd like to see package load messages and conflicts. Is this no longer an option? Thanks guys!

thanks @vgeddes @musnit ! I've reintegrated `CONFIG_UPDATE_ROLE` into IncentivizedInboundChannel

Here are the requirements I'm looking at: - minified js bundles w/ source maps - includes typescript source files - package can be published to npm from command line (auto-version,...

Sounds good. If version number in package.json doesn't change, then no publish, yeah? Thoughts @apbendi?

Hey @apbendi , anything in mind for background colors, what the wallet section could look like, and project name / logo section? If not I'm happy to iterate until we...

hey everyone, i'm also seeing PUSH0 in places it doesn't belong. I [created an example repo](https://github.com/wildmolasses/push0-bug) which is basically `forge init` followed by some changes to foundry.toml here's my foundry...

~do i understand correctly that this route removes the necessity to keep our own snapshots in the AToken contract? at `AToken:castVote` time, might we simply look up the `Token:ERC20Votes` snapshot...

it seems the `snapshot[]` length could be arbitrarily long. would it make sense to use binary search on the snapshots when calculating vote weights? or is there a better way?...

Hi @lilitie I think this is a great idea. If you want someone to chat about it with, get in touch with me!

hi @clabby, understanding the problem this creates for `checkWithdrawal`. Spitballing one initial impl idea just to get things started: when calling `setRespectedGameType` we could save a `previousRespectedGameType` to storage, save...