tezos-commons / baseDAO

BaseDAO - a generic smart contract framework for DAOs on Tezos
57 stars 15 forks source link

[#343] Add ability to call FA1.2 transfers in proposals #345

Closed sras closed 1 year ago

sras commented 1 year ago

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)

Stylistic guide (mandatory)