Makoto Inoue
Makoto Inoue
hi @nazarhussain Did you have time to review the PR?
`refund` is true if the event is cancelled but users get deposit+extra so not sure `refund` is the correct term.
Yeah that's better. I am trying to keep interface change to minimum as it breaks the compatibilities with older contracts, but I will consider putting in when we introduce breaking...
BlockParty is an event management system and majority of the case we do need to collect name for building security purpose. Twitter handles is collected so that we can notify...
How do you collect the data to construct the Merkle proof if `register` is the first function user interact with BlockParty? Would you mind describing end 2 end flow specifying...
Also, it would be a good idea to let event organiser to decide whether they want to collect personal info or not. For some casual dinning event, they don't really...
This is a good suggestion btw
Some of the admin functions may cost over 1M so the alternative is to hard code gas limit per function. https://github.com/makoto/blockparty/blob/master/log/stress_0100.log The inefficiency of admin gas cost is something we...
I guess I can make it constant if I hash the input. Removing these fields are topic of their own.