Releases: erachain/Erachain
r6.8.01 OddEven dApp by height
В смарт-контракте чёт-нечёт - теперь ваш выбор можно задавать по умолчанию: если в тексте транзакции нет выбора, то он будет сделан самим смарт-контрактом по младшей цифре
высоты блока, в который попала транзакция.
- если эта
цифра
равна 0 - то ваш выборЗЕРО
, - если 9 - то четное или не четное определяется по 16-му биту младшего байта высоты блока,
- иначе как признак четное нечетное у
цифры
.
r6.7.05 help wiki & smart-contracts
Many features!
r6.4.01 Fix huge files
Transaction/block up to 64MB for sidechains and 32MB for mainnet.
New fast checksum for huge transactions and blocks
For dowmload see GitLab
r6.3.02
r6.3.01
v6.2.01
v.6.1.01
v.6.1.01 Update of period certify of the person's address.
Update date: 14.09.2022
1. Update of period certify of the person's address
You can renew your accounts certify yourself.
2. Rebuild chain locally (-rechain)
Rebuild the chain database. The rebuild is autorun if a new version of the database structure is used in the node.
Ignored in SIMPLE_TEST mode.
java -jar erachain.jar -rechain
v.6.0.02
v6.0
v6.0 Saving favorites, loans, multiple payouts, etc.
Update date: 08.07.2022
1. Saving and restoring Favorites
Now, before completely deleting the wallet database or after restoring by seed, you can upload previously saved lists of Favorite entities to the wallet. At the same time, the selected accounts with their names and descriptions will also be saved. Therefore, before deleting the dataWallet folder, do not forget to save your Favorites (Menu —> Wallet)
2. The "My Loans" section has been added
Now in the "Accounts" menu, the "My Loans" tab will show a list of loans. Moreover, in the context menu, when selecting the actions "Give" / "Pick up", the Recipient will be automatically substituted.
3. Multiple Payouts on the list
Now in the Document, you can set Payments according to the List. The list can be downloaded from disk. In each line, the Recipient is specified, the Amount and the Note are separated by a space.
4. Batch transfer of assets (according to the list)
Now it is possible to specify a whole list of assets in the asset transfer transaction. Similar to a bill of lading or invoice. Moreover, in addition to the identifier, the name of the asset and its quantity to be transferred, you can specify:
- Asset for the price — in what terms is the price (ruble, dollar, ERA, etc.)
- Price according to the price list
- Selling price (with discount/ surcharge)
- Percentage of tax
- Absolute value of fees (tax or something else)
- Note
Thus, it is possible to keep all logistics records in the blockchain — transferring asset packages "on hand", "on loan", etc.
5. Multiple commissions
Now there can be a whole list of commissions in one transaction — for example, if the transaction transferred a package of assets with the specified commissions during the transfer.
6. Asset property — protection from anonymous ownership
If you issue an asset with this property, then it cannot be transferred to an anonymous account and it can be exchanged on the exchange only with an asset with the same property. This protects against unauthorized actions — it is impossible to steal such an asset.
v5.6
v5.6 Forging pool in node, preparation for smart contracts
Update date: 05.10.2021
1. Forging pool in node
Now you can start your own pool for forging, receiving ERA packages for forcing on loan from 3 persons. Rewards are paid out automatically. The pool earns its%. You can also set up minimum payouts.
Description: https://docs.google.com/document/d/16aO2OVRCk21qfHsqQFvn-sIjRX2ZzIZxDwTvlSrvpPM/edit?usp=sharing
2. Saving calculation results
If you have created a transaction with accruals (a Document), then you can save the results to disk
3. Preparing the code for protocol smart contracts
Soon there will be smart contracts that will work according to the general conditions inside the blockchain protocol. Thanks to them, it will be possible to program various events and actions, such as games, lotteries, prizes, etc.