1. Making an offer no longer needs a nonce. Instead, a user counter is required. Every time the user cancels all offers, his user counter gets increased by 1.
  2. Making offer API now accepts an size parameter. Passing in a integer larger than 1 creates a loan offer that could be accepted multiple times.
  3. When making collection offer, the TokenId should be set to "340282366920938463463374607431768211455" which means "0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", instead of a null value.
  4. All endpoints are slightly refined.
  5. Support for ERC-1155 is added.