Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #911 from jovfer/feature/rc_1_5_0
Browse files Browse the repository at this point in the history
Back-merge stable v1.5.0
  • Loading branch information
jovfer authored Jun 28, 2018
2 parents c58de88 + 0de2351 commit 891a41a
Show file tree
Hide file tree
Showing 21 changed files with 69 additions and 19 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile.cd
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def publishingRCtoStable() {
publishLibindyCliWindowsFilesRCtoStable(libindyVersion)

echo 'Moving Windows RC artifacts to Stable: libnullpay'
publishLibnullpayWindowsFilesRCtoStable(libindyVersion)
publishLibnullpayWindowsFilesRCtoStable()

echo 'Moving Ubuntu RC artifacts to Stable: libnullpay'
publishLibnullpayDebRCtoStable(testEnv)
Expand Down Expand Up @@ -674,7 +674,7 @@ def publishLibindyCliDebRCtoStable(testEnv, version) {

def publishLibnullpayDebRCtoStable(testEnv) {
def libnullpayVersion = getSrcVersion("libnullpay")
publishDebRCtoStable(testEnv, "libnullpay", "libnullpay", libnullpayVersion, "libindyCliDebs", false)
publishDebRCtoStable(testEnv, "libnullpay", "libnullpay", libnullpayVersion, "libnullpayDebs", false)
}

def publishDebRCtoStable(testEnv, packageName, folder, version, stashName, moveDevArtifacts) {
Expand All @@ -683,7 +683,7 @@ def publishDebRCtoStable(testEnv, packageName, folder, version, stashName, moveD

unstash name: stashName

sh "fakeroot deb-reversion -v $version $packageName/debs/\"$packageName\"_\"$rcFullVersion\"_amd64.deb"
sh "fakeroot deb-reversion -v $version $folder/debs/\"$packageName\"_\"$rcFullVersion\"_amd64.deb"

if (moveDevArtifacts) {
sh "fakeroot deb-reversion -v $version $folder/debs/\"$packageName\"-dev_\"$rcFullVersion\"_amd64.deb"
Expand Down
23 changes: 23 additions & 0 deletions Specs/libindy-objc/1.5.0/libindy-objc.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "libindy-objc",
"version": "1.5.0",
"summary": "Summary TODO.",
"homepage": "TODO",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Daniel Hardman": "daniel.hardman@evernym.com"
},
"source": {
"http": "https://repo.sovrin.org/ios/libindy/stable/indy-objc/1.5.0/libindy-objc.zip"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "libindy-objc/Indy.framework"
},
"module_name": "Indy"
}
23 changes: 23 additions & 0 deletions Specs/libindy/1.5.0/libindy.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "libindy",
"version": "1.5.0",
"summary": "Summary TODO.",
"description": "Description TODO.",
"homepage": "TODO",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Daniel Hardman": "daniel.hardman@evernym.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"http": "https://repo.sovrin.org/ios/libindy/stable/libindy-core/1.5.0/libindy.tar.gz"
},
"source_files": "*.h",
"vendored_libraries": "*.a",
"requires_arc": false
}
4 changes: 2 additions & 2 deletions ci/indy-pool.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ RUN echo "deb https://repo.sovrin.org/deb xenial $indy_stream" >> /etc/apt/sourc

RUN useradd -ms /bin/bash -u $uid indy

ARG indy_plenum_ver=1.4.406
ARG indy_plenum_ver=1.4.419
ARG indy_anoncreds_ver=1.0.32
ARG indy_node_ver=1.4.463
ARG indy_node_ver=1.4.480
ARG python3_indy_crypto_ver=0.4.1
ARG indy_crypto_ver=0.4.0

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indy-cli"
version = "0.1.0"
version = "1.5.0"
authors = ["Vyacheslav Gudkov <vyacheslav.gudkov@dsr-company.com>"]

[features]
Expand Down
2 changes: 1 addition & 1 deletion cli/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
indy-cli (0.1.0) unstable; urgency=medium
indy-cli (1.5.0) unstable; urgency=medium

[ Hyperledger ]
* Created Indy-Cli
2 changes: 1 addition & 1 deletion libindy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libindy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indy"
version = "1.4.0"
version = "1.5.0"
authors = [
"Sergej Pupykin <sergej.pupykin@dsr-company.com>",
"Vyacheslav Gudkov <vyacheslav.gudkov@dsr-company.com>",
Expand Down
2 changes: 1 addition & 1 deletion libindy/src/commands/anoncreds/tails.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub fn store_tails_from_generator(service: Rc<BlobStorageService>,

let version = vec![0u8, TAILS_BLOB_TAG_SZ];
hasher.process(version.as_slice());
service.append(blob_handle, version.as_slice());
service.append(blob_handle, version.as_slice())?;

while let Some(tail) = rtg.next()? {
let tail_bytes = tail.to_bytes()?;
Expand Down
4 changes: 2 additions & 2 deletions libindy/tests/demo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ fn ledger_demo_works() {
dest: my_did.clone(),
type_: "1".to_string(),
},
protocol_version: 1,
protocol_version: 2,
req_id: nym_req_id,
signature: None,
};
Expand Down Expand Up @@ -602,7 +602,7 @@ fn ledger_demo_works() {
type_: "105".to_string(),
dest: my_did.clone(),
},
protocol_version: 1,
protocol_version: 2,
};

let request = serde_json::to_string(&get_nym_txn).unwrap();
Expand Down
1 change: 1 addition & 0 deletions libindy/tests/ledger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ mod high_cases {
"type":"105",
"dest":"Th7MpTaRZVRYnPiabds81Y"
},
"protocolVersion":2,
"signature":"4o86XfkiJ4e2r3J6Ufoi17UU3W5Zi9sshV6FjBjkVw4sgEQFQov9dxqDEtLbAJAWffCWd5KfAk164QVo7mYwKkiV"}"#;

let resp = LedgerUtils::submit_request(pool_handle, request);
Expand Down
2 changes: 1 addition & 1 deletion libnullpay/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libnullpay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "null-payment-method"
version = "0.1.0"
version = "1.5.0"
authors = ["Nikita Khateev <nikita.khateev@dsr-corporation.com>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion libnullpay/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libnullpay (1.0.0) unstable; urgency=medium
libnullpay (1.5.0) unstable; urgency=medium

[ Hyperledger ]
* Initial release
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ - (void)testSubmitRequestWorks {
NSDictionary *request = @{
@"reqId": @(1491566332010860),
@"identifier": [TestUtils trusteeDid],
@"protocolVersion": @(2),
@"operation": @{
@"type": @"105",
@"dest": [TestUtils trusteeDid]
Expand Down
2 changes: 1 addition & 1 deletion wrappers/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.hyperledger</groupId>
<artifactId>indy</artifactId>
<packaging>jar</packaging>
<version>1.4.0</version>
<version>1.5.0</version>
<name>indy</name>
<description>This is the official SDK for Hyperledger Indy (https://www.hyperledger.org/projects),
which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public void testSubmitRequestWorks() throws Exception {
" \"type\":\"105\",\n" +
" \"dest\":\"Th7MpTaRZVRYnPiabds81Y\"\n" +
" },\n" +
" \"protocolVersion\":2,\n" +
" \"signature\":\"4o86XfkiJ4e2r3J6Ufoi17UU3W5Zi9sshV6FjBjkVw4sgEQFQov9dxqDEtLbAJAWffCWd5KfAk164QVo7mYwKkiV\"}";

String response = Ledger.submitRequest(pool, request).get();
Expand Down
2 changes: 1 addition & 1 deletion wrappers/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indy-sdk",
"version": "0.2.5",
"version": "1.5.0",
"description": "Native bindings for hyperledger indy",
"author": "hyperledger",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion wrappers/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='python3-indy',
version='1.4.0',
version='1.5.0',
packages=['indy'],
url='/~https://github.com/hyperledger/indy-sdk',
license='MIT/Apache-2.0',
Expand Down
1 change: 1 addition & 0 deletions wrappers/python/tests/ledger/test_submit_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ async def test_submit_request_works(pool_handle):
"type": "105",
"dest": "Th7MpTaRZVRYnPiabds81Y"
},
"protocolVersion": 2,
"signature": "4o86XfkiJ4e2r3J6Ufoi17UU3W5Zi9sshV6FjBjkVw4sgEQFQov9dxqDEtLbAJAWffCWd5KfAk164QVo7mYwKkiV"
}

Expand Down

0 comments on commit 891a41a

Please sign in to comment.