Benjamin Smith

Results 81 comments of Benjamin Smith

As an alternative, equivalent, suggestion The line ```java final FieldT value = index == 0 ? one : input.get((int) index).mul(terms.get(i).value()); ``` could also be replaced with ```java final FieldT value...

I get the impression that some of the comments here are hinting at the fact that the Exchange has access to the users balance and pending withdraws. With this information,...

I'm not sure I understand the goal here. Are we to move the content of the file linked in the description to a different repo? Like `truffle-assertions`?

> Note, that there is still the small chance of inconsistencies if a solution was submitted in the very first block of the batch being open for solutions (this is...

> What's the status of this? From what I can tell, the dependency version was bumped in December 2021 (https://github.com/facebook/create-react-app/pull/11624). It looks like it has been propagated into this release...

Would this also allow us to use the backend logic from a script - by separating all the UI from the business/transaction building logic?