Skip to content

Commit

Permalink
Merge branch 'tomas/pub-masp-types' (#2762)
Browse files Browse the repository at this point in the history
* origin/tomas/pub-masp-types:
  changelog: add #2762
  sdk: re-pub masp types from core
  • Loading branch information
tzemanovic committed Feb 28, 2024
2 parents da17d6f + cdfa631 commit ec756b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changelog/unreleased/SDK/2762-pub-masp-types.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Make more MASP types public.
([\#2762](https://github.com/anoma/namada/pull/2762))
2 changes: 1 addition & 1 deletion crates/sdk/src/masp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use masp_proofs::prover::LocalTxProver;
use masp_proofs::sapling::SaplingVerificationContext;
use namada_core::address::{Address, MASP};
use namada_core::dec::Dec;
use namada_core::masp::{
pub use namada_core::masp::{
encode_asset_type, AssetData, BalanceOwner, ExtendedViewingKey,
PaymentAddress, TransferSource, TransferTarget,
};
Expand Down

0 comments on commit ec756b2

Please sign in to comment.