Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump wownero to v0.11.0.0 #32

Closed
wants to merge 3 commits into from
Closed

bump wownero to v0.11.0.0 #32

wants to merge 3 commits into from

Conversation

wowario
Copy link

@wowario wowario commented Feb 26, 2023

hard fork scheduled for 1st April (block no. 514,000)

@sneurlax
Copy link
Member

sneurlax commented Mar 3, 2023

Sorting through an

make[2]: *** No rule to make target '/home/user/src/stack_wallet/crypto_plugins/flutter_libmonero/scripts/linux/cmakefiles/wownero/x86_64/../../../build/prefix_x86_64/lib/wownero/libwallet_api.a', needed by 'libcw_wownero.so'.  Stop.

error here

@sneurlax
Copy link
Member

sneurlax commented Mar 3, 2023

on Linux desktop*

@sneurlax
Copy link
Member

sneurlax commented Mar 3, 2023

Getting

/home/user/src/stack_wallet/crypto_plugins/flutter_libmonero/scripts/linux/build/wownero/src/wallet/api/wallet.cpp: In member function ‘virtual Monero::UnsignedTransaction* Monero::WalletImpl::loadUnsignedTxFromStr(const string&)’:
/home/user/src/stack_wallet/crypto_plugins/flutter_libmonero/scripts/linux/build/wownero/src/wallet/api/wallet.cpp:1211:51: error: ‘class std::tuple<long unsigned int, long unsigned int, std::vector<tools::wallet2::transfer_details, std::allocator<tools::wallet2::transfer_details> > >’ has no member named ‘second’
 1211 |     if (!transaction->m_unsigned_tx_set.transfers.second.empty())
      |                                                   ^~~~~~
/home/user/src/stack_wallet/crypto_plugins/flutter_libmonero/scripts/linux/build/wownero/src/wallet/api/wallet.cpp:1212:119: error: ‘class std::tuple<long unsigned int, long unsigned int, std::vector<tools::wallet2::transfer_details, std::allocator<tools::wallet2::transfer_details> > >’ has no member named ‘second’
 1212 |         extra_message = (boost::format("%u outputs to import. ") % (unsigned)transaction->m_unsigned_tx_set.transfers.second.size()).str();
      |                                                                                                                       ^~~~~~
/home/user/src/stack_wallet/crypto_plugins/flutter_libmonero/scripts/linux/build/wownero/src/wallet/api/wallet.cpp: In member function ‘virtual uint64_t Monero::WalletImpl::estimateTransactionFee(const std::vector<std::pair<std::__cxx11::basic_string<char>, long unsigned int> >&, Monero::PendingTransaction::Priority) const’:
/home/user/src/stack_wallet/crypto_plugins/flutter_libmonero/scripts/linux/build/wownero/src/wallet/api/wallet.cpp:2085:46: error: no matching function for call to ‘tools::wallet2::estimate_fee(bool, bool, int, uint64_t, std::vector<std::pair<std::__cxx11::basic_string<char>, long unsigned int> >::size_type, const size_t&, bool, bool, bool, bool, bool, uint64_t, uint64_t)’
 2085 |         m_wallet->get_fee_quantization_mask());
      |                                              ^
In file included from /home/user/src/stack_wallet/crypto_plugins/flutter_libmonero/scripts/linux/build/wownero/src/wallet/api/wallet.h:35,
                 from /home/user/src/stack_wallet/crypto_plugins/flutter_libmonero/scripts/linux/build/wownero/src/wallet/api/wallet.cpp:32:
/home/user/src/stack_wallet/crypto_plugins/flutter_libmonero/scripts/linux/build/wownero/src/wallet/wallet2.h:1535:14: note: candidate: ‘uint64_t tools::wallet2::estimate_fee(bool, bool, int, int, int, size_t, bool, bool, bool, bool, uint64_t, uint64_t) const’
 1535 |     uint64_t estimate_fee(bool use_per_byte_fee, bool use_rct, int n_inputs, int mixin, int n_outputs, size_t extra_size, bool bulletproof, bool clsag, bool bulletproof_plus, bool use_view_tags, uint64_t base_fee, uint64_t fee_quantization_mask) const;
      |              ^~~~~~~~~~~~
/home/user/src/stack_wallet/crypto_plugins/flutter_libmonero/scripts/linux/build/wownero/src/wallet/wallet2.h:1535:14: note:   candidate expects 12 arguments, 13 provided

@wowario wowario closed this Mar 25, 2023
@sneurlax
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants