Skip to content

Commit

Permalink
fix build, update changelog;
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Nov 13, 2020
1 parent 0e68bbc commit 738ca48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bindings/ergo-lib-wasm/src/ast.rs
Expand Up @@ -7,6 +7,8 @@ use wasm_bindgen::prelude::*;

use ergo_lib::ast::constant::TryExtractFrom;

use crate::utils::I64;

/// Ergo constant(evaluated) values
#[wasm_bindgen]
#[derive(PartialEq, Eq, Debug, Clone)]
Expand Down
2 changes: 1 addition & 1 deletion ergo-lib/CHANGELOG.md
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Moved and changed visibility of various modules(input, data_input, prover_result, etc.) [#135](https://github.com/ergoplatform/sigma-rust/pull/135)
- Added Context parameter to Prover::prove, Verifier::verify [#139](https://github.com/ergoplatform/sigma-rust/pull/139)
- Moved all transaction-related parameters into TransactionContext parameter in Wallet::sign_transaction [#139](https://github.com/ergoplatform/sigma-rust/pull/139)
- Renamed Constant to Value and moved value module to ergo-lib crate root [#142](https://github.com/ergoplatform/sigma-rust/pull/142)
- Moved Constant export from crate root to constant module (ast::constant) and made eval module private [#142](https://github.com/ergoplatform/sigma-rust/pull/142)

## [0.3.0] - 2020-11-04

Expand Down

0 comments on commit 738ca48

Please sign in to comment.