WEMIX3.0 Mainnet Applepie Hard Fork (v0.10.4) Code Release

WEMIX Compliance
WEMIX Communication
2 min readJun 1, 2023

Following the WEMIX3.0 testnet release (v0.10.3) last May, a code release for the WEMIX3.0 mainnet “Applepie” hard fork (v0.10.4) addressing two identified issues is scheduled for June 1 (Thurs) at 15:00 PM (KST). The details of the update on GitHub are as follows.

  • Change in Data Format: The response data format of the GetReceiptsByHash RPC function posed an issue, which has now been resolved by changing the representation of the data from the existing BigInt to hexUtil.Uint64.
  • Change in the method of retrieving data in block creation: The method of retrieving address information to record in the coinbase of the block in signBlock(), which the miner uses when creating a block, has been modified.

Lastly, we would like to remind you that the mainnet “Applepie” hard fork is scheduled to take place on June 14 12:00PM(KST). A separate announcement will be made when complete.

Thank you.

Related Links

안녕하세요, 위믹스팀입니다.

지난 5월 WEMIX3.0 테스트넷 릴리즈(v0.10.3) 이후 두 가지 이슈를 개선한 WEMIX3.0 메인넷 애플파이 하드포크 v0.10.4 코드 릴리즈가 6월 1일(목) 15:00 PM (KST) 기준으로 아래와 같이 깃허브에 공개될 예정입니다.

  • 데이터 포맷 변경: GetReceiptsByHash RPC라는 함수의 응답 데이터 포맷이 문제가 되어, 기존 BitInt로 표현되던 데이터를 hexUtil.Unit64로 변경하였습니다.
  • 블록 생성 시의 데이터 조회 방식 변경: 마이너가 블록 생성 시 사용하는 signBlock() 함수에서 블록의 coinbase 기록 오류를 해결하기 위하여 주소 정보 조회하는 방식을 변경하였습니다.

오는 6월 14일 12:00PM (KST)에 WEMIX3.0 메인넷 애플파이 하드포크 적용이 예정되어 있으며, 완료 시 별도 공지하겠습니다.

감사합니다.

관련 링크

--

--