Skip to content

Releases: UBIC-repo/core

Added ICELAND (UIS)

14 May 08:33
d5112eb
Compare
Choose a tag to compare
V0.2.1

Changed version to 0.2.1

Protocol upgrade

18 Nov 23:01
2608286
Compare
Choose a tag to compare

After block 85000 there will be a protocol upgrade that will affect the register passport transactions.
Two new fields were added (uint16_t)mdAlg and (std::vector) signedPayload.

  • (uint16_t)mdAlg hash algorithm used to digitally sign passport data.
  • (std::vector) signedPayload is an ASN1 Object containing no personal information but it may contain a field called signingTime(timestamp from when the Gov. issued the chip) that could be very interesting for future usages.

V0.2.0 clients are incompatible with V0.1.x clients.

V0.1.8

19 Sep 06:48
dbc8c0b
Compare
Choose a tag to compare

Fixes a security and bug issue regarding the block timestamp.

V0.1.7

21 Jul 20:58
a6df13b
Compare
Choose a tag to compare

This fixes the wrong currency ids

V0.1.6

01 May 09:47
6b15d78
Compare
Choose a tag to compare

Fixes crashes due to register passport transactions

V0.1.5

22 Apr 12:23
4b5a290
Compare
Choose a tag to compare

This release fixes a memory leaks and other bugs

V0.1.4

10 Mar 12:04
47b8ca0
Compare
Choose a tag to compare

This release fixes some bugs and adds the ubic command line interface.

V0.1.3

04 Mar 21:45
e2fbd1c
Compare
Choose a tag to compare

This version fixes a lot of bugs and is much stabler

V0.1.2

26 Feb 01:12
05421d3
Compare
Choose a tag to compare

Bug fix

V0.1.1

25 Feb 23:59
299afd2
Compare
Choose a tag to compare

Better installation