Skip to content

Simple Assets v1.4.0

Compare
Choose a tag to compare
@ansigroup ansigroup released this 26 Feb 15:14
· 22 commits to master since this release
  • re-delegate assets. (lender of assets can allow them to be re-lent)
  • New parameter bool redelegate added in delegate action, which allows asset re-delegation.
  • New field bool redelegate added in table delegates => require migration in case of self- deployed contract !!!
  • In undelegate action parameter from was removed. (identity of borrower is available in the delegates table)
  • Fixed transfer of empty assets array
  • Error messages improved for clarity
  • Code refactoring