You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for multiple module roots for Validator (#4310)
* Allow multiple module roots support for Validator
Allow Rust Validator to to run multiple jit machines in
parallel. That way it can handle validate requests for
different module roots
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
* add changelog
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
* manually impl FromStr for PreimageType
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
* use drain for complete_machines and fix continuous mode
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
* update changelog
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
* update jit_manager comment
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
* make clippy happy
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
* Fix delayed_messages bug on send_validation_input
Make jit_manager non Optional and have empty process
for native mode.
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
* remove redundant is_active()
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
---------
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
0 commit comments