Skip to content

Releases: AElfProject/AElf

AELF V1.3.0

06 Apr 05:36
b4df4f6
Compare
Choose a tag to compare

1.Contract deployment without approval
2.Add contract version check
3.Fix the calculation of backup subsidy rewards
4.MultiToken contract support NFT

AELF V1.2.3

18 Jan 07:39
8d733b0
Compare
Choose a tag to compare

1.Add contract method to set miner increase interval
2.Fix transaction fee exemption for account with balance less than required.

AELF V1.2.2

27 Dec 06:22
c57e2ee
Compare
Choose a tag to compare

1.Exchange of node version at handshake
2.Free Fee Allowance for eligible users
3.Add method to set contract proposal expiration time
4.Calculate transaction fee before the execution of transaction
5.Fix ChangeVotingOption method in Election Contract
6.Delegate transaction fee payment
7.add verifying signature and transaction data support in contract SDK

AELF V1.2.1

23 Aug 05:57
69cc24e
Compare
Choose a tag to compare
  1. Change the Web API response json naming policy to upper camel case.

AELF V1.2.0

07 Jun 09:07
e7376fc
Compare
Choose a tag to compare
  1. BigIntValue in AElf.Types package.
  2. NFT Contract.
  3. IFeatureActiveService: Now we can set the active height for a new feature for AElf and judge to active this feature by injecting IFeatureActiveService. (The states are stored in Configuration Contract.)
  4. Tune Token Contract to support allowance settings.
  5. .netcore 3.1 -> .net 6.0, with reforamtting & cleanup code structure.

AELF V1.1.0

30 Aug 11:19
91eed51
Compare
Choose a tag to compare

Fix issues come from the Trail of Bits & Adjust economic system.

AELF V1.0.0

09 Dec 15:49
b2e7f3e
Compare
Choose a tag to compare
Merge pull request #3134 from AElfProject/syn-subsidy-dividend

Synchronize Subsidy Dividend Information

AELF V1.0.0-RC1

17 Oct 13:30
Compare
Choose a tag to compare
AELF V1.0.0-RC1 Pre-release
Pre-release
v1.0.0-rc1

Merge branch 'contract-comments' of https://github.com/AElfProject/AE…

AELF V1.0.0-PREVIEW3

23 Jun 10:41
Compare
Choose a tag to compare
AELF V1.0.0-PREVIEW3 Pre-release
Pre-release
v1.0.0-preview3

Tune return type of GetMaximumMinersCount.

AELF V1.0.0-PREVIEW2

26 Apr 14:48
83f7bac
Compare
Choose a tag to compare
AELF V1.0.0-PREVIEW2 Pre-release
Pre-release
Merge pull request #2739 from AElfProject/update-docs

Update docs of Protocol and Smart Contract