SymVerse Mainnet V1.0.36 Upgrade Complete

SymVerse
SymVerse
Published in
2 min readJul 24, 2020

# Gsym Release Note

## gsym v1.0.36

##### 1. Added SCT22, 50, 51

- SCT22: Extended contract from SCT20 for setting token delegation level
- SCT50: Vote contract, managing poll contract
- SCT51: Poll contract for voting

##### 2. Changed SCT symbol length from fixed 3 to 3~10 characters

- SCT symbol length can be 3 to 10 characters. (It was fixed 3 characters in previous version)
- Added SctFork2 block number 16704500 in chain configuration

##### 3. Added multi-sending transaction

- Added new transaction type 3 for multi-sending transaction
- This allows SYM transfer from one account to several accounts with one transaction
- Gas is discounted compared to sending SYM in each transaction

##### 4. Modified APIs

- Added APIs related to SCT50 and SCT51(voting)
- Modifed APIs related to Oracle block
- Modified estimateGas API

##### 5. Fixed some bugs

- Fixed abnormal consensus failure
- Fixed bug of transaction validation in transaction pool
- Fixed bug of logging
- Fixed bug of some APIs

##### 6. Added new pre-defined network

- Ienvu-net: Network ID 100
- Stealth-net: Network ID 200

심버스 메인넷 V1.0.36 업그레이드 완료

# Gsym Release Note

## gsym v1.0.36

##### 1. 신규 계약 SCT22, 50, 51 추가

- SCT22: SCT20에서 token 위임 레벨을 설정할 수 있도록 확장된 계약
- SCT50: 투표 계약, 안건 계약을 관리
- SCT51: 투표를 위한 안건 계약

##### 2. SCT symbol 길이를 3~10 자로 변경

- SCT symbol 길이를 3~10 자가 가능하도록 변경 (이전 버전에서는 3자 고정이었음)
- SctFork2 block 번호 16704500이 chain configuration에 추가됨

##### 3. 다중 송금 기능 추가

- 다중 송금 기능을 위해서 신규 transaction type 3번이 추가됨
- 하나의 transaction으로 한 계정에서 여러 계정으로 SYM 송금을 할 수 있음
- 각각의 transaction으로 나누어 송금하는 것에 비해 gas 비용이 일정량 할인됨

##### 4. API 수정

- 새로 추가된 SCT50, 51(투표) 관련 API 추가
- Oracle 블록 관련 API 일부 수정
- estimateGas API 수정

##### 5. 버그 수정

- 비정상적으로 합의가 실패하는 오동작 수정
- Transaction pool에서 transaction 검증 시 버그 수정
- Logging 버그 수정
- 일부 API의 버그 수정

##### 6. 신규 pre-defined 네트워크 추가

- Ienvu-net: Network ID 100
- Stealth-net: Network ID 200

--

--