Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
/ ismp-rs Public archive

Implementation of the Interoperable State Machine Protocol in Rust.

License

Notifications You must be signed in to change notification settings

polytope-labs/ismp-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ismp-rs Unit Tests

Rust implementation of the Interoperable State Machine Protocol. This project is funded by the web3 foundation.

Deprecation

This repo has been moved to the hyperbridge repo

Overview

This repo provides an implementation of the neccessary components laid out in the ISMP spec.

Testing and Testing Guide

This guide assumes Rust and it's nightly version is installed.

To run the tests suite associated with this library;

cargo +nightly test --all-features --workspace

Please see CI for more test coverage.

Run Test in Docker

docker run --memory="8g" --rm --user root -v "$PWD":/app -w /app rust:latest cargo test --release --manifest-path=./ismp-testsuite/Cargo.toml

License

This library is licensed under the Apache 2.0 License, Copyright (c) 2023 Polytope Labs.

About

Implementation of the Interoperable State Machine Protocol in Rust.

Resources

License

Stars

Watchers

Forks

Languages