Skip to content

Releases: elysium-foundation/elysium

Elysium Runtime 8

06 Feb 07:54
0fbf8c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full ChangeLog: runtime-7...runtime-8

Elysium Runtime 7

16 Jan 11:30
db08156
Compare
Choose a tag to compare

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