AElf icon indicating copy to clipboard operation
AElf copied to clipboard

A scalable cloud computing blockchain platform

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

For issue #3610 . Add *, +, - operators to BigIntValue type.

For issue https://github.com/AElfProject/AElf/issues/3617 - Changed ReferenceBlockValidPeriod from 64*8 to 64*16 to adjust the block validation period.

### Description `callCountObserverThreshold` is wrongly initialized with `SmartContractConstants.ExecutionBranchThreshold` value. ### Steps To Reproduce - NA ### Current Behavior https://github.com/AElfProject/AElf/blob/88d4e10f7a7bac2d063e10828bb0d8fc7097a989/src/AElf.Kernel.SmartContract/Application/IExecutionObserverThresholdProvider.cs#L35-L36 ### Expected Behavior ```csharp var callCountObserverThreshold = GetBlockExecutedData(blockIndex, CallCountThresholdKey)?.Value ?? SmartContractConstants.ExecutionCallThreshold;...

bug

### Expected Behavior AElf node will have the ability to handle MultiTransaction message, extract transactions of own chain id, then process these transactions. **Features:** - Add new protobuf type: `MultiTransaction`...

enhancement

### Expected Behavior Introduce a new whitelisting solution to enhance developer convenience. This feature should be scalable for potential future enhancements. ### Specifications As a developer, I would like to...

enhancement

### **Expected Behavior** Resolve a bug that causes the system to fail to produce blocks and improve the NuGet publishing script to support re-execution without errors. These changes should enhance...

bug

### Expected Behavior BP and full nodes can fully understand what the transaction is, and they can know whether this transaction will succeed in the future if the transaction satus...

enhancement

### Expected Behavior Ability to allow the owner of the SEED Collection to extend the expiration time for the specified SEED NFT. **Development Tasks:** - [ ] Add a method...

enhancement

# 20241030 1. Investigate the reason for failing to obtain the Merkle path; the cause is that the transaction results and the mapping of transactions to blocks have not been...