Expose Pallas stuff, bump version, update changelog
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "uplc"
|
||||
description = "Utilities for working with Untyped Plutus Core"
|
||||
version = "0.0.21"
|
||||
version = "0.0.22"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/aiken/crates/uplc"
|
||||
homepage = "https://github.com/txpipe/aiken"
|
||||
|
||||
@@ -8,7 +8,12 @@ mod pretty;
|
||||
pub mod program_builder;
|
||||
pub mod tx;
|
||||
|
||||
pub use pallas_primitives::alonzo::PlutusData;
|
||||
pub use pallas_codec::utils::KeyValuePairs;
|
||||
pub use pallas_crypto::hash::Hash;
|
||||
pub use pallas_primitives::{
|
||||
alonzo::{BigInt, Constr, PlutusData},
|
||||
babbage::{PostAlonzoTransactionOutput, TransactionInput, TransactionOutput, Value},
|
||||
};
|
||||
|
||||
use pallas_primitives::{Error, Fragment};
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ mod phase_one;
|
||||
pub mod script_context;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
mod to_plutus_data;
|
||||
pub mod to_plutus_data;
|
||||
|
||||
/// Evaluate the scripts in a transaction using
|
||||
/// the UPLC Cek Machine. This function collects
|
||||
|
||||
Reference in New Issue
Block a user