ChangelogRelease History
Changelog

Changelog

Version history and recent updates to the 1BZ DZIT DAO LLC platform.

Recent Updates

Stay informed about the latest releases, protocol upgrades, token emission changes, bug fixes, and security patches for the 1BZ DZIT DAO LLC platform. Check this page regularly or subscribe to notifications.

Track the evolution of our decentralized business operating system, including governance staking improvements, DZIT gas metering enhancements, escrow-secured execution updates, and Polygon blockchain integrations.

Version Summary

VersionDateKey ChangesTags
v1.2.02024-10-15Protocol upgrades, bug fixesfeature, bugfix
v1.1.02024-09-20Token emissions, liquidityimprovement
v1.0.02024-08-10Initial releasebreaking, feature
2024-10-15v1.2.0
featurebugfixsecurity

New Features

  • Added real-time DZIT gas allocation monitoring dashboard at https://dzit.1bz.biz/
  • Introduced E2P participation token liquidity pools for enhanced staking rewards

Improvements

  • Optimized escrow contract execution for <50% gas usage reduction
  • Enhanced DAO voting interface with gas estimation previews

Bug Fixes

  • Fixed token emission coefficient miscalculations during high-stake periods
  • Resolved Polygon anchoring failures under network congestion

Security Patches

  • Patched potential reentrancy vulnerability in Escrow contract 0x1Ec2eBf4F37E7363FDfe3551602425af0B3ceef9

Verify the update:

const ethers = require('ethers');
const provider = new ethers.JsonRpcProvider('https://polygon-rpc.com');
const escrow = new ethers.Contract('0x1Ec2eBf4F37E7363FDfe3551602425af0B3ceef9', ABI, provider);
console.log('Escrow version:', await escrow.version());
2024-09-20v1.1.0
featureimprovement

New Features

  • Implemented algorithmic DZIT credit distribution based on staked 1BZ holdings
  • Launched BZeUSD utility settlement with 1B fixed supply integration

Improvements

  • Streamlined governance proposals with automatic gas metering via DZIT
  • Upgraded smart contract registry verification endpoints

Contract Addresses

TokenAddress
1BZ0xb468ccF5e28600da712C452e66816D3Bad5abfFD
DZIT0x4B37872c868571d4ad1f822c43d4e1B123FB43d8
BZeUSD0xC8a8215C04c8cB640a2A82E4A1B6Ca1811D7a650
2024-08-10v1.0.0
featurebreaking

Initial Release

  • Core DAO governance system with staking proportional voting
  • DZIT gas accounting for bot workflows and transaction anchoring
  • Escrow-secured execution anchored to Polygon blockchain

Breaking Changes

  • Migrated from testnet to Polygon mainnet contracts
  • Updated emission coefficients; restake 1BZ tokens to maintain power

DAO Contract: 0xb625a70f874429dc94060673577cd98ba11941ac

Upgrade Instructions

Verify Contracts

Review updated addresses:

npx hardhat verify --network polygon 0x1Ec2eBf4F37E7363FDfe3551602425af0B3ceef9

Restake 1BZ

Stake your governance tokens via the DAO portal to receive new DZIT allocations.

Test Gas Usage

Run a sample workflow at https://dzit.1bz.biz/ and confirm anchoring.

For full release notes and migration guides, visit the DZIT Portal. Report issues to the DAO governance forum.

Was this page helpful?
Built with Documentation.AI

Last updated today