titanoboa
titanoboa copied to clipboard
boa.test address strategy is not aligned with boa.env.generate_address()
how boa.test generates addresses: https://github.com/vyperlang/titanoboa/blob/f879b3d35c1fb980aa61d18256a8638eb5b952c9/boa/test/strategies.py#L101
how boa.env generates addresses: https://github.com/vyperlang/titanoboa/blob/f879b3d35c1fb980aa61d18256a8638eb5b952c9/boa/environment.py#L579
unify these.
Hey @bout3fiddy, can I work on this issue?
Hey @bout3fiddy, can I work on this issue?
go for it
what's the issue here? boa.env.generate_address()
is kind of deterministic
if this is by design, can we close the issue?
fixed, as of b6eacad8 the address strategy returns Address
type