Skip to content

Commit e820bba

Browse files
authored
Merge pull request #387 from andkononykhin/rc-0.10.0
[ST-553] Release candidate for 0.10.0
2 parents 2ce0d54 + d8746a8 commit e820bba

48 files changed

Lines changed: 815 additions & 261 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.10.0
4+
* Updated `build_set_txn_fees_handler` function to accept any aliases.
5+
* Updated `build_payment_req_handler` function to accept and to handle `Transaction Author Agreement` passed inside `extra_json`.
6+
* bugfixes
7+
38
## 0.9.7
49
* Updated logging initialization to use libindy pattern.
510
* bugfixes

devops/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ FPM_P_VENDOR := Sovrin
4545
FPM_P_DESCRIPTION := libsovtoken written in Rust
4646
FPM_P_NAME = $(PACKAGE_NAME)
4747
FPM_P_VERSION ?= $(SRC_VERSION)
48-
FPM_P_DEPENDS = libindy(>=1.8.3)
48+
FPM_P_DEPENDS = libindy(>=1.9.0)
4949
FPM_P_OUTPUT_DIR = $(LIB_TARGET_DIR)
5050
FPM_ARGS = $(LIB_DYNAMIC)=/usr/lib/
5151

devops/aws-codebuild/Jenkinsfile.cd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gitHubUserCredId = env.GITHUB_BOT_USER ?: 'sovbot-github'
1616
sovrinPackagingRepo = env.SOVRIN_PACKAGING_REPO ?: 'https://github.com/sovrin-foundation/sovrin-packaging'
1717
sovrinPackagingBranch = env.SOVRIN_PACKAGING_BRANCH ?: 'master'
1818
LIBINDY_STREAM = "stable"
19-
LIBINDY_VERSION = "1.8.3"
19+
LIBINDY_VERSION = "1.9.0"
2020

2121
def downloadPackagingUtils() {
2222
git branch: sovrinPackagingBranch, credentialsId: gitHubUserCredId, url: sovrinPackagingRepo
@@ -512,4 +512,4 @@ def getSuffix() {
512512

513513
def setupRust() {
514514
shell("rustup default 1.32.0")
515-
}
515+
}

devops/aws-codebuild/Jenkinsfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ logger = sovLibrary.Logger.new(this)
88
notifier = sovLibrary.Notifier.new(this)
99
logger.setGlobalLevel('TRACE')
1010
LIBINDY_STREAM = "stable"
11-
LIBINDY_VERSION = "1.8.3"
11+
LIBINDY_VERSION = "1.9.0"
1212

1313
def nodeLabels = [
1414
codeBuild: env.LIBSOVTOKEN_CODEBUILD_NODE_LABEL ?: 'codebuild',

devops/docker/base/xenial/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN cd /tmp \
2121
# need for libsodium to be reachable via pkg-config (sodiumoxide uses it)
2222
ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig:$PKG_CONFIG_PATH # TODO ??? is it really needed
2323

24-
ENV LIBINDY_VERSION=1.8.3
24+
ENV LIBINDY_VERSION=1.9.0
2525
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88 \
2626
&& echo "deb https://repo.sovrin.org/sdk/deb xenial stable" >> /etc/apt/sources.list \
2727
&& apt-get update && apt-get install -y --no-install-recommends \
@@ -47,4 +47,4 @@ RUN cd /tmp/libsovtoken \
4747
# TODO CMD ENTRYPOINT ...
4848

4949

50-
ENV LIBSOVTOKEN_BASE_ENV_VERSION=0.20.0
50+
ENV LIBSOVTOKEN_BASE_ENV_VERSION=0.25.0

devops/docker/ci/xenial/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sovrin/libsovtoken:base-xenial-0.20.0
1+
FROM sovrin/libsovtoken:base-xenial-0.25.0
22
# TODO LABEL maintainer="Name <email-address>"
33

44
ARG LIBINDY_CRYPTO_VERSION
@@ -36,10 +36,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3636
# or python3-rocksdb are not specified here)
3737
ENV LIBINDY_CRYPTO_VERSION ${LIBINDY_CRYPTO_VERSION:-0.4.5}
3838
ENV PYTHON3_INDY_CRYPTO_VERSION ${PYTHON3_INDY_CRYPTO_VERSION:-0.4.5}
39-
ENV INDY_PLENUM_VERSION ${INDY_PLENUM_VERSION:-1.6.53}
39+
ENV INDY_PLENUM_VERSION ${INDY_PLENUM_VERSION:-1.8.0}
4040
ENV INDY_ANONCREDS_VERSION ${INDY_ANONCREDS_VERSION:-1.0.11}
41-
ENV INDY_NODE_VERSION ${INDY_NODE_VERSION:-1.6.78}
42-
ENV TOKEN_VER ${TOKEN_VER:-0.9.5}
41+
ENV INDY_NODE_VERSION ${INDY_NODE_VERSION:-1.8.0}
42+
ENV TOKEN_VER ${TOKEN_VER:-0.9.12}
4343
RUN echo "deb https://repo.sovrin.org/sdk/deb xenial stable" >> /etc/apt/sources.list
4444
RUN echo "deb https://repo.sovrin.org/deb xenial stable" >> /etc/apt/sources.list \
4545
&& apt-get update && apt-get install -y --no-install-recommends \
@@ -69,4 +69,4 @@ COPY libsovtoken-ci-entrypoint.sh /usr/local/bin/
6969
RUN chmod +x /usr/local/bin/libsovtoken-ci-entrypoint.sh
7070
ENTRYPOINT ["libsovtoken-ci-entrypoint.sh"]
7171

72-
ENV LIBSOVTOKEN_CI_ENV_VERSION=0.56.0
72+
ENV LIBSOVTOKEN_CI_ENV_VERSION=0.60.0

devops/indy-pool/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ FROM camparra/ubuntu16.04-rocksdb
1919

2020
ARG uid=1000
2121

22-
ARG indy_stream=master
22+
ARG indy_stream=stable
2323

2424

25-
ARG indy_plenum_ver=1.6.735
26-
ARG indy_node_ver=1.6.874
27-
ARG indy_anoncreds_ver=1.0.32
25+
ARG indy_plenum_ver=1.8.0
26+
ARG indy_node_ver=1.8.0
27+
ARG indy_anoncreds_ver=1.0.11
2828
ARG python3_indy_crypto_ver=0.4.5
2929
ARG indy_crypto_ver=0.4.5
30-
ARG token_ver=0.9.6~2
31-
ARG fees_ver=0.9.6~2
30+
ARG token_ver=0.9.12
31+
ARG fees_ver=0.9.12
3232

3333
# Install environment
3434
RUN apt-get update -y && apt-get install -y \

libsovtoken/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "libsovtoken"
33

4-
version = "0.9.8"
4+
version = "0.10.0"
55

66
authors = [
77
"Matt Raffel <matt.raffel@evernym.com",
@@ -28,14 +28,15 @@ libc = "0.2.41"
2828
log = "0.4.6"
2929
openssl = "0.10.20"
3030
rand = "0.3"
31-
indy-sys = "1.8.3"
32-
indy = "1.8.3"
31+
indy-sys = "1.9.0"
32+
indy = "1.9.0"
3333
serde = "1.0.89"
3434
serde_derive = "1.0.89"
3535
serde_json = "1.0.39"
3636
sha2 = "0.8.0"
3737
sha3 = "0.8.0"
3838
sodiumoxide = "0.0.16"
39+
time = "0.1.42"
3940

4041

4142
[dev-dependencies]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libindy=1.8.3=stable
1+
libindy=1.9.0=stable

libsovtoken/build_scripts/ios/mac/shared.functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
export LIBINDY_IOS_BUILD_URL="https://repo.sovrin.org/ios/libindy/stable/libindy-core/1.8.3/libindy.tar.gz"
3+
export LIBINDY_IOS_BUILD_URL="https://repo.sovrin.org/ios/libindy/stable/libindy-core/1.9.0/libindy.tar.gz"
44
export LIBINDY_FILE=$(basename ${LIBINDY_IOS_BUILD_URL})
55
export LIBINDY_VERSION=$(basename $(dirname ${LIBINDY_IOS_BUILD_URL}))
66
export BUILD_CACHE=~/.build_libvxc/ioscache

0 commit comments

Comments
 (0)