dvote 0.5.32 dvote: ^0.5.32 copied to clipboard
Flutter plugin to allow native mobile apps to interact with Vocdoni decentralized votes.
0.5.32 #
- Using the new build system for the native dependencies
- Fixing an issue on response handling
0.5.31 #
- Adding support for getEnvelopeStatus
0.5.30 #
- Updating to the latest version of the voting process contract
0.5.29 #
- Fix on genProof
0.5.28 #
- Minor change on the census
0.5.27 #
- Adding
checkProof
0.5.26 #
- Polishing the envelope helpers
0.5.25 #
- Updating the Process contract return indexes
0.5.24 #
- Updating the time estimation functions form the Vote API
0.5.23 #
- Updating the Voting Process smart contract definition
0.5.22 #
- Adding
getTimeUntilStart
andgetTimeUntilEnd
0.5.21 #
- Internal improvements
0.5.20 #
- Adding
getSize
to the Census API
0.5.19 #
- Integrating Poseidon hashes from Go DVote Mobile
- Restructuring the example project
0.5.18 #
- Allowing to fetch voting processes from an Entity
0.5.17 #
- Allowing to fetch the boot nodes URI from the blockchain
0.5.16 #
- Fetching gateway info from boot nodes
0.5.15 #
- Republishing
0.5.14 #
- Republishing
0.5.13 #
- Adding support for for ENS domain resolution
0.5.12 #
- Updating the Entity data models
0.5.11 #
- Allowing to parse and fetch process metadata
- Updating the data models
0.5.10 #
- Improving the Metadata parser
0.5.9 #
- Adding support for register entity actions
0.5.8 #
- Adding a JSON Feed protobuf parser
- Simplifying the JSON Feed model
0.5.7 #
- Correcting the identity data model
0.5.6 #
- Improving the data model
0.5.5 #
- Updated data models
0.5.4 #
- Updated data models
0.5.3 #
- Parsing Entity metadata for use with protobuf
0.5.2 #
- Export the Gateway data model
0.5.1 #
- Improve the data models
0.5.0 #
- Rearranging the structure of methods and how functions are invoked
- Adding the definitions of identity management operations
0.4.2 #
- Checking response timestamps from Gateways
0.4.1 #
- Exporting EntityAction and classes extended from it
- Allowing to define entryPoints
0.4.0 #
- Signing using the Ethereum prefix for web compatibility
- Allowing to set the origin of the metadata of an Entity
0.3.1 #
0.3.0 #
- Allowing to fetch Entity metadata from ENS+IPFS
- Providing a class to wrap the metadata of an Entity
- Arranging the API methods so they can be used by just importing
dvote.dart
0.2.3 #
- Adding the missing bindings from 0.2.2
- Provide a better
example/Readme.md
0.2.2 #
- Allow to sign and verify signatures using go-ethereum ECDSA
0.2.1 #
- Allow to sign messages using go-ethereum ECDSA
0.2.0 #
- Allow to encrypt/decrypt strings using AES-GCM
0.1.1 #
- Allow to use optional named parameters
0.1.0 #
- Provide support for mnemonic to private/public key and address conversion
0.0.1 #
- Initial scaffold of the plugin