This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
Releases: icon-project/t-bears
Releases · icon-project/t-bears
Release 1.8.0
- Reflect the latest change of
iconservice
- Update
sync_mainnet
command - Revision 12
Release 1.7.3
- Reflect the latest changes of
iconsdk
Release 1.7.2
- Update
sync_mainnet
command- add revision 10, 11
- Fix SCORE unittest Framework (#81)
Release 1.7.1
1.7.1 - 2020-08-10
- Fix
sync_mainnet
command- Fix invalid governance SCORE 1.1.1
1.7.0 - 2020-07-07
- Add
sync_mainnet
command- sync revision and governance SCORE with the mainnet
- makes 4 main P-Reps to make decentralized network
- Substitute
coincurve
forsecp256k1
genconf
command makes keystore files for 4 main P-Reps
Release 1.7.0rc1
Objective
- To SCORE developer, provide an environment to test staking and delegation with SCORE inter-call
Features
- Supports SCORE inter-call to System SCORE.
- T-Bears CHANGELOG.md: link
- SCORE Integration test is limited.
- ICON service emulation is not working with IISS. You can stake and delegate but can't get any I-Score for reward.
- If you want to test IISS stuff correctly, send requests to the network via IconIntegrateTestBase.icon_service
Run
docker container only
$ docker run -it -p 9000:9000 --rm iconloop/tbears:1.7.0rc1
Bug reporting and Questions
- via github issues page with
1.7.0rc1
label.
ICON packages
package | version |
---|---|
iconrpcserver | 1.5.0rc1 |
iconservice | 1.7.0rc3 |
iconsdk | 1.3.2 |
Release 1.6.4
- Fix deploy command (#71)
Release 1.6.3
- Fix SCORE unittest framework (#69)
Release 1.6.2
- Fix SCORE unittest framework (#68)
- owner property bug
- patch deprecated SCORE methods to warning
- Fix minor bugs
- error code for get_tx_info message with invalid TX hash
- prevVotes list management
- write_precommit_state message parameter
Release 1.6.1
- Add --nid option to 'sendtx' command (#66)