-
Notifications
You must be signed in to change notification settings - Fork 30
Update ServiceRuntime proxy in Rust to the current Exonum revision [ECR-3698] #1179
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
Update ServiceRuntime proxy in Rust to the current Exonum revision [ECR-3698] #1179
Conversation
8e02151
to
da2320c
Compare
protobuf_generate("../src/main/proto", &["src/proto"], "protobuf_mod.rs"); | ||
ProtobufGenerator::with_mod_name("protobuf_mod.rs") | ||
.with_input_dir("../src/main/proto") | ||
.add_path("../src/main/proto") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not even ask me about what is going on here and why we need two identical arguments for different methods.
|
||
fn shutdown(&self) { | ||
unwrap_jni(self.exec.with_attached(|env| { | ||
panic_on_exception( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the core have a panic-resilient implementation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope :) Created ECR-3725
…CR-3698] (#1179) Update Java Runtime to newer revision of Core: exonum/exonum@47114e3
Overview
Updated to revision 47114e3 as no functional changes were made since 0f44d1c
See: https://jira.bf.local/browse/ECR-3698
Definition of Done