Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RC3 Release PR #2015

Closed
wants to merge 225 commits into from
Closed

RC3 Release PR #2015

wants to merge 225 commits into from

Conversation

appetrosyan
Copy link
Contributor

@appetrosyan appetrosyan commented Mar 28, 2022

Notable SDK-related changes

Release checklist

  • The crates have been version bumped.
  • Iroha passed
    • cargo hack tests
    • functional tests
    • CI tests
  • Iroha lasted for five days at the longevity stand
  • Benchmarks
  • Iroha documentation
    • Readme
    • api_spec
    • tutorial
  • SDKs compiled successfully using the schema from latest branch (Hash: TODO)
    • Java
    • JavaScript
    • Swift
  • All SDK tests pass
    • Java
    • JavaScript
    • Swift
  • (Optional) SDKs implemented the main features added in the current release:
    • Schema endpoint querying
    • Timed triggers
    • Event-based triggers

e-ivkov and others added 30 commits June 16, 2021 14:58
Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
Signed-off-by: i1i1 <vanyarybin1@live.ru>
Signed-off-by: i1i1 <vanyarybin1@live.ru>
This will enable us to check permissions for query, with the use of already written combinators.

Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
and corresponding other name changes

Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
Signed-off-by: rkharisov <rinat@soramitsu.co.jp>
Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
Signed-off-by: Revertron <rev@revertron.com>
Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
Signed-off-by: Revertron <rev@revertron.com>
…n IR-1168

Signed-off-by: rkharisov <rinat@soramitsu.co.jp>
Signed-off-by: Revertron <rev@revertron.com>
- Store proofs
- Use these proofs in BlockCreated to be up to date
- Refactor view change handling logic

Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>

fixes
Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
Signed-off-by: rkharisov <rinat@soramitsu.co.jp>
Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
Signed-off-by: Revertron <rev@revertron.com>
Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
Signed-off-by: Revertron <rev@revertron.com>
Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
Signed-off-by: 0x009922 <a.marcius26@gmail.com>
Signed-off-by: i1i1 <vanyarybin1@live.ru>
Signed-off-by: i1i1 <vanyarybin1@live.ru>
Signed-off-by: i1i1 <vanyarybin1@live.ru>
Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
appetrosyan and others added 13 commits March 1, 2022 10:41
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Signed-off-by: s8sato <49983831+s8sato@users.noreply.github.com>
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
@github-actions github-actions bot added the iroha2-dev The re-implementation of a BFT hyperledger in RUST label Mar 28, 2022
Signed-off-by: Daniil Polyakov <arjentix@gmail.com>
@codecov
Copy link

codecov bot commented Mar 28, 2022

Codecov Report

Merging #2015 (8d83a3e) into iroha2 (920e4d1) will increase coverage by 0.77%.
The diff coverage is 84.03%.

@@            Coverage Diff             @@
##           iroha2    #2015      +/-   ##
==========================================
+ Coverage   77.17%   77.94%   +0.77%     
==========================================
  Files         166      176      +10     
  Lines       23117    24039     +922     
==========================================
+ Hits        17841    18738     +897     
- Misses       5276     5301      +25     
Impacted Files Coverage Δ
cli/src/torii/mod.rs 0.00% <0.00%> (ø)
client/examples/million_accounts_genesis.rs 0.00% <0.00%> (ø)
client/examples/million_accounts_tx.rs 0.00% <0.00%> (ø)
client/examples/ten_million_accounts.rs 0.00% <0.00%> (ø)
...lient/tests/integration/multiple_blocks_created.rs 0.00% <0.00%> (ø)
client/tests/integration/unstable_network.rs 0.00% <0.00%> (ø)
client_cli/src/main.rs 0.32% <0.00%> (ø)
config/tests/simple.rs 100.00% <ø> (ø)
core/docs/src/main.rs 1.53% <0.00%> (ø)
core/src/smartcontracts/isi/permissions.rs 76.04% <ø> (+2.91%) ⬆️
... and 166 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 920e4d1...8d83a3e. Read the comment docs.

Signed-off-by: Sam H. Smith <sam.henning.smith@protonmail.com>
appetrosyan and others added 8 commits March 30, 2022 10:05
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
Signed-off-by: Sam H. Smith <sam.henning.smith@protonmail.com>
@appetrosyan appetrosyan closed this Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iroha2-dev The re-implementation of a BFT hyperledger in RUST
Projects
None yet
Development

Successfully merging this pull request may close these issues.