March Monthly Development Report

Tony Prikhodko
enecuum
Published in
2 min readApr 10, 2022

Software updates.

Released features

ENEX app UI updates:
-Renamed “Space Harvest Farms” to “Harvest Farms”.
-Renamed “Space Station” to “Station”.
-Improved “Pending”.
-Added history of operations.
-First iterations of the dApp menu is coming.

Wallet updates:
-We made connection and reconnection to the wallet much smoother and quicker than before, included new feature “Remember site” which gives automatic reconnection of your wallet to the site you use and trust. Favorite sites can be managed at the wallet extention.
-Added info about latest block, when and what time it was made.

ETM section:
-Added “Native” fee option. If this option chosen, the fees will be paid with the main coin of the network. For testnet ENEX it is BIT. Right now in extention this feature is not fully supported, in the next release we will fix that fortunately.

What’s next:

-Adding logos to the swap.
-We need to pars data with the new contracts. sometimes it rejects the wallet transactions.
-In wallet we plan to calculate total token value.
-Improve UI for routing.
-Add liquidity option.

iOS wallet is live again

Unfortunately the old bug is still in the XCode. We think that it’s Apples feature. Attempts to use new versions of XCode failed, but the old one works (so far). We hope that PWA for iOS will be ready before building hacks stop working. #ProgressiveWebApplication #iOSwallet

How to start PoW with more than 13 miner instances

Current PoW version (v1.15) uses more database connections than needed. We will fix this in future releases. As a workaround you can surpass the DB connections limit. To do so run the following command (it assumes PoW node uses DB container named bit_db and its user/password is root/root

docker exec -ti bit_db bash -c ‘echo “show variables like \”max_connections\”; SET GLOBAL max_connections = 650; show variables like \”max_connections\”” | mysql — user=root — password=root trinity’

PoA mining issue is fixed

We do not fully understand mechanics behind the problem, but it seems we managed to fix it. Will be monitoring the problem. Please report any related information in comments.

Monthly Network Report

🌐 Network
— Wallets: 26,216 (+117)
— PoA: 1,322 (-47) | PoS: 27 (+4) | PoW: 2 | Full: 7 (-4)

💎Custom Tokens
— All custom tokens: 118
— — Reissuable: 25
— — Non-reissuable: 51
— — Mineable: 42

💰Market
— 7 day high: $0.054 (+42%)
— 7 day low: $0.036 (+20%)
— Daily volume: $280,480 (+12%)
— Coin price: $0.037 (+19%)

If you want more info about Enecuum Development or something else about our project, please follow the links down below.

Website | Blockchain Explorer | Bit Network | Guides

--

--