AElf
AElf copied to clipboard
A scalable cloud computing blockchain platform
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;...
### 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`...
### 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...