Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Orders are sanitized to have lowercased addresses before pumping into the DB. This means all `offerers` in the nonce db also have lowercased addresses. However, the getNonce query does not do sanitization, so if any integrator requests eip-55 cased nonces, it will not find results in the db. This commit sanitizes However, we should hold out for the frontend to make a fix incrementing the nonce. It's currently relying on nonce randomness to get new nonces
- Loading branch information