Releases: elysium-foundation/elysium
Releases · elysium-foundation/elysium
Elysium Runtime 8
What's Changed
- Update .gitignore by @sulaman0 in #3
- Remove elysium > GeneratedUserCoin function! by @sulaman0 in #4
- Elysium Runtime V8 by @MrKhanVaival in #2
- Update README.md Installation Command by @sulaman0 in #5
- Debian docker image update instead of ubuntu image to run elysium node inside docker by @farazahmadvaival in #6
- Update v0.9.42 by @sulaman0 in #7
- Merge pull request #7 from elysium-foundation/main by @MrKhanVaival in #8
- Update Auth Versionn! by @MrKhanVaival in #29
New Contributors
- @farazahmadvaival made their first contribution in #6
- @sulaman0 made their first contribution in #3
- @sulaman0 made their first contribution in #4
- @sulaman0 made their first contribution in #5
Full ChangeLog: runtime-7...runtime-8
Elysium Runtime 7
What's Changed
- v0.9.27 by @slmnV0 in #1
New Contributors
- @slmnV0 made their first contribution in #1
Full Changelog: https://github.com/elysium-foundation/elysium/commits/runtime-7
Commits
- Update the runtime spec version to 7
- Added node Authorization pallet to allow new validator nodes
- Added payout logic to send 30% gas fee to validator node
- Added logic to payout 70% of the Gas fee to the foundation wallet.
- Increased the total allowable count of validator nodes
- Dockerfile to build and run the Elysium node inside the docker
- Update the Readme file
- Update the Dockerfile and docker-compose files.
- Added pallet_session and validator_set pallet to manage new validator nodes
- Added StorageMigration for pallet_session and pallet validator_set to set initial authorities
- Added pallet_multisig
- Added a minor fix to get the correct block author during reward distribution
- Fix the issue with gas calculation overflow while converting to U256
- Updates base gas fee to 125,000,000,000. Previously it was 100,000,000,000
- Code Refactoring and tweaking