12 releases (6 breaking)

0.7.0 Jul 27, 2022
0.6.0 Jan 6, 2022
0.5.0 Jun 23, 2021
0.4.0 Dec 22, 2020
0.1.0 Jan 28, 2020

#4 in #amino

42 downloads per month
Used in 2 crates

Apache-2.0

105KB
2K SLoC

stdtx.rs 🌌 iqlusion

Crate Docs Build Status Safety Dance Apache 2.0 Licensed MSRV

Extensible schema-driven Cosmos StdTx builder and Amino serializer.

Documentation

About

stdtx.rs is a Rust library for composing transactions in the StdTx format used by several Tendermint-based networks.

It includes support for cryptographically signing transactions and serializing them in the Amino encoding format.

Definitions of transaction types are easily extensible, and can be defined at runtime by loading them from a TOML definition file. This allows stdtx.rs to be used with any Tendermint-based software which uses the StdTx format without requiring upstream modifications.

Minimum Supported Rust Version

Rust 1.57 or newer.

In the future, we reserve the right to change MSRV (i.e. MSRV is out-of-scope for this crate's SemVer guarantees), however when we do it will be accompanied by a minor version bump.

License

Copyright © 2020-2022 iqlusion

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Dependencies

~10MB
~212K SLoC