Problem: We need to support FA1.2 transfers in the transfer proposals.
Solution: Add a new branch to the transfer type to represent FA1.2 transfers. Implement handlers for this branch. Update tests to test FA1.2 transfer proposals.
Related issue(s)
Resolves #343
:white_check_mark: Checklist for your Pull Request
Related changes (conditional)
Tests
[x] If I added new functionality, I added tests covering it.
[x] If I fixed a bug, I added a regression test to prevent the bug from
silently reappearing again.
Documentation
[x] I checked whether I should update the docs and did so if necessary:
Description
Problem: We need to support FA1.2 transfers in the transfer proposals.
Solution: Add a new branch to the transfer type to represent FA1.2 transfers. Implement handlers for this branch. Update tests to test FA1.2 transfer proposals.
Related issue(s)
Resolves #343
:white_check_mark: Checklist for your Pull Request
Related changes (conditional)
Tests
Documentation
Stylistic guide (mandatory)