Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Releases: icon-project/t-bears

Release 1.8.0

25 Feb 09:23
Compare
Choose a tag to compare
  • Reflect the latest change of iconservice
  • Update sync_mainnet command - Revision 12

Release 1.7.3

18 Feb 08:00
Compare
Choose a tag to compare
  • Reflect the latest changes of iconsdk

Release 1.7.2

22 Oct 09:52
Compare
Choose a tag to compare
  • Update sync_mainnet command
    • add revision 10, 11
  • Fix SCORE unittest Framework (#81)

Release 1.7.1

10 Aug 07:00
Compare
Choose a tag to compare

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 for secp256k1
  • genconf command makes keystore files for 4 main P-Reps

Release 1.7.0rc1

07 Jul 05:43
f3fb7bc
Compare
Choose a tag to compare
Release 1.7.0rc1 Pre-release
Pre-release

Objective

  • To SCORE developer, provide an environment to test staking and delegation with SCORE inter-call

Features

  • Supports SCORE inter-call to System SCORE.
    • More information
  • 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

ICON packages

package version
iconrpcserver 1.5.0rc1
iconservice 1.7.0rc3
iconsdk 1.3.2

Release 1.6.4

05 Jun 02:48
Compare
Choose a tag to compare
  • Fix deploy command (#71)

Release 1.6.3

02 Jun 09:49
Compare
Choose a tag to compare
  • Fix SCORE unittest framework (#69)

Release 1.6.2

29 May 07:37
Compare
Choose a tag to compare
  • 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

20 May 06:45
Compare
Choose a tag to compare
  • Add --nid option to 'sendtx' command (#66)

Release 1.6.0

08 Apr 09:29
b47d3f4
Compare
Choose a tag to compare
  • Support block version 0.3 and above (#59)
  • Apply iconsdk (#54)
  • Add 'keyinfo' command (#56)
  • Fix 'sendtx' command bug (#61)