AElf icon indicating copy to clipboard operation
AElf copied to clipboard

A scalable cloud computing blockchain platform

Results 106 AElf issues
Sort by recently updated
recently updated
newest added

Now modules can be loaded as plugin modules. For Issue: #3572 #3579 Reference: https://docs.abp.io/en/abp/latest/PlugIn-Modules

Continue with the works of #3572 and #3579 This task/issue aims to make most AElf solution modules replaceable by plugin modules.

Currently, we have the API `fileDescriptorSet` to return FileDescriptorSet of a given contract. But protobufjs unable to parse FileDescriptorSet to determine which method is marked as **Action** and which is...

Currently, in the MultiToken Contract, we allow users to fill in the **symbol** field with a `*` to batch-approve all types of tokens to the Spender. Since the community considers...