Commit Graph

7 Commits (01404bf2ad9a1130f7bdcb1195c5cff5714df81c)

Author SHA1 Message Date
David Núñez 822dad77de Add docstrings to the aragon module classes. Clarify usage of a DAORegistry exception 2020-09-15 10:04:42 +02:00
David Núñez e03c65b969 Unified approach to construct contract registries filepaths 2020-09-15 10:04:42 +02:00
David Núñez b29ab877ca Introducing a DAO registry to store the DAO instances' address and type
* The concept of "instance" here refers to the fact of the same Aragon contract being deployed several times with different uses
* This registry is per network (if it has a DAO), so it's in the same directory than the contract registry
2020-09-15 10:04:42 +02:00
David Núñez 0d8826ccb1 Test encoding of multiple actions 2020-09-15 10:04:42 +02:00
David Núñez 0100ce3b47 Test encoding of ContractFunction with a mock web3 contract 2020-09-15 10:04:42 +02:00
David Núñez a32a187416 Generalize action encoding to support also ContractFunctions and HexStr input 2020-09-15 10:04:42 +02:00
David Núñez d33e6fa5f2 Initial implementation and test of Aragon's CallScript encoding logic 2020-09-15 10:04:42 +02:00