Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
42898bb
move content to book
brenzi May 26, 2020
fff3ee5
badge
brenzi May 26, 2020
bfd2516
Cl fixme todos (#138)
clangenb May 27, 2020
ba232e2
update deps (#143)
clangenb May 27, 2020
cc77d37
Jenkinsfile: Archive binaries
electronix May 28, 2020
2448db9
Jenkinsfile: Archive binary after build
electronix May 28, 2020
76be1ff
* bump node: v0.6.6-sub2.0.0-alpha.7 (#147)
clangenb May 29, 2020
ca3ef97
fix running multiple workers (#149)
clangenb May 29, 2020
4a38417
! fix: indexing in get_first_worker_that_is_not_equal_to_self (#150)
clangenb May 30, 2020
24ef5b3
on block storage updates for every shard (#155)
clangenb Jun 3, 2020
c68084b
allow on chain read in get state (#156)
clangenb Jun 3, 2020
f2e67e6
back up chain relay db before update in case of file corruption
Jun 21, 2020
ca9622d
Ws server refactor (#13)
clangenb Jun 23, 2020
c2af738
update Block number in state and apply demurrage in client (#17)
brenzi Jun 24, 2020
8a05115
[enclave/chain_relay] store only hashes of the headers instead of the…
Aug 20, 2020
3977104
enclave: patch log and env_logger to mesalock
Aug 30, 2020
d185559
worker should panic if it can't write to shard
Jun 23, 2020
f815fcd
add public getters for unpermissioned statistics (#16)
brenzi Jun 23, 2020
23b8485
manual fixes to remove encointer-specifics. bump version to 0.6.11 li…
Sep 8, 2020
f4c93e0
Merge branch 'master' into enhancements-upstreaming
brenzi Sep 8, 2020
e13c5d9
fixed stf cli. client and worker build successfully
Sep 8, 2020
daa30b9
some worker fixes
Sep 8, 2020
a0da29c
building works
Sep 9, 2020
15fc7cd
don't request key provisioning form other worker
Sep 9, 2020
e9efdc4
fix
Sep 9, 2020
e4b9bc5
more stf debug output
Sep 9, 2020
68d6679
fix demo shielding example
Sep 9, 2020
01e437c
fmt
Sep 9, 2020
506e844
fmt - also enclave
Sep 9, 2020
8a16eae
fix clippy. fmt
Sep 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Jenkinsfile: Archive binaries
  • Loading branch information
electronix authored and Alain Brenzikofer committed Sep 8, 2020
commit cc77d379809fdba444fb0f4a97373e5599cc6016
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ pipeline {
stage('Archive build output') {
steps {
archiveArtifacts artifacts: '*.log'
archiveArtifacts artifacts: 'bin/enclave.signed.so, bin/substratee-*, *.log', caseSensitive: false, fingerprint: true, onlyIfSuccessful: true
}
}
}
Expand Down