djudjuu
djudjuu
bound to the ```VotingCenter.sol``` (#331) - approve creation of votes on certain conditions, e.g. if campaign-quorum is long enough, if bytesParameters encode calls to valid addresses, if amount of offChainVoteParameters...
Certain functions on company related contracts should only be allowed to be executed if there has been a vote to approve it This could be done with ##### ```ResolutionControlled.sol```-Mixin class...
OVERVIEW: - We want to have token holders to vote together with shareholders on resolutions. - Votes can have extra-slots for votes coming in from off-chain, from a dedicated account....
Those tests are not being implemented. Is this intended? If so we could leave a NOTE or so in there... ``` 2548 it("mixed currency with fixed slots and successful", async...
referencing: - https://github.com/dlt-hub/dlt/issues/2531#issuecomment-2825361442 - https://github.com/dlt-hub/dlt/issues/2547
### Description all example pipeline scripts added by `dlt init` demonstrate how the imported sources are completely configured in the code, so there is no need to also write some...
### Feature description if i run dlt init and I already have a `requirements.txt` file or a `pyproject.toml` file, any new requirements should be added to the respective file, if...
### Feature description we should provide default values for configs and secrets that are only used in the config and secrets tomls on instantiation and never directly in the code....
tests did no longer run because they were trying to import this exception from a wrong location. after moving it, most passed except the workflow `tests dlt init compatibility`. with...