The Node release candidate. Updates. Expansion of functionality:.

19 Jun 2023, 08:54
The Node release candidate. Updates Expansion of functionality: ✅Implemented and debugged a new staking mechanism that allows the user to make a single multi-channel staking transaction instead of two. This halves the fee for users during stake and unstake, making the staking procedure absolutely fail-safe. ✅The hash filter has been modified, ensuring a faster processing of rounds. ✅We analysed the fork mechanism and designed a mechanism for monitoring the state of the cells. ✅Implemented a hash table with a list of hashes of all datums. The table allows us to list all such datums and track their status on the chain and ledger, and the return code of each datum can be retrieved. ✅Added RWD builds with an auto-update feature. These builds enable us to gather more detailed information about node errors and crashes, greatly simplifying the trouble-shooting process. ✅The setting of the validator commission size was moved from the config to the order. This will eliminate the discrepancy between the information specified in the order and the config. ✅Updated DNS balancer. It will enable the distribution of node connections across the network in such a way that ensures an even load. ✅Added a mechanism that separates the root nodes of the network according to their specialization: root, full, and balancing. ✅Ported the new emission center and bridge plugin from the master branch to the release candidate. This will allow the user to utilize all the latest developments in the functionality of the bridge and staking in the mainnet. Fixing bugs: ✅Restored the flow of transactions in the Raiden network. ✅Fixed node crashes while working with dictionary lists in plugins. ✅Set up the display of the transaction ticker in the ledger. ✅Pinpointed and fixed most of node crashes and memory corruption. #cellframe_news #staking