Separate mock_library
into both mock_wallet
and mock_faucet
#878
Labels
enhancement
New feature or request
mock_library
into both mock_wallet
and mock_faucet
#878
Feature description
We have built 1 account interface that exports many procedures related to
faucets
,wallets
,dummy
, and more.We should create 2 different interfaces that would be similar to how accounts would be created by a user.
Goal: Split
mock_library
into bothmock_wallet
andmock_faucet
for testingmiden-base/objects/src/testing/account_code.rs
Lines 41 to 126 in 76a6635
Why is this feature needed?
Splitting a monolithic account into 2 account interfaces with sensible procedures
The text was updated successfully, but these errors were encountered: