Our Plan for Milestones 4 and 5
Milestones 4 and 5 will be focused on non-core-product features, including the process of adding or removing new trading pairs and IBC connections to other chains.
Milestone 4 will include the launch of a fully-public testnet and an expanded number of validators testing out our product. This is projected to be completed by the end of July 2023. The completion of Milestone 5 will include the launch of mainnet, which we anticipate will be available by the end of September 2023! Stay tuned for more details and exciting announcements regarding the completion of dYdX v4!
https://dydx.exchange/blog/v4-milestone-3-is-complete
启动 MySQL-5.7: service mysqld start
拿到初始 root 密码, grep password /var/log/mysqld.log
登录 mysql 后执行 mysql 账号的初始化工作,
```
ALTER USER 'root'@'localhost' IDENTIFIED BY 'Your_New_P4ssw0rd-Here';
```
最近的评论