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
| Version | Date | Key Changes | Tags |
|---|---|---|---|
| v1.2.0 | 2024-10-15 | Protocol upgrades, bug fixes | feature, bugfix |
| v1.1.0 | 2024-09-20 | Token emissions, liquidity | improvement |
| v1.0.0 | 2024-08-10 | Initial release | breaking, feature |
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());
from web3 import Web3
w3 = Web3(Web3.HTTPProvider('https://polygon-rpc.com'))
escrow = w3.eth.contract(address='0x1Ec2eBf4F37E7363FDfe3551602425af0B3ceef9', abi=ABI)
print('Escrow version:', escrow.functions.version().call())
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
| Token | Address |
|---|---|
| 1BZ | 0xb468ccF5e28600da712C452e66816D3Bad5abfFD |
| DZIT | 0x4B37872c868571d4ad1f822c43d4e1B123FB43d8 |
| BZeUSD | 0xC8a8215C04c8cB640a2A82E4A1B6Ca1811D7a650 |
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.
Last updated today