-
MeowingCat
is it possible to get TXs with wallet2 API?
-
THECOCO
DeanGuss, did I hear you say Monero was merging with wownero?
-
THECOCO
this can't be so
-
UkoeHB
THECOCO: merge-mining?
-
THECOCO
My man, I heard Monero was going to some crypto routine written by wownero developers in collaboration with verge devs!
-
UkoeHB
news to me
-
THECOCO
rehrar and friends were discussing this in some blog video. I'm hoping it isn't official.
-
THECOCO
unless it was somehoe well-tested\
-
MeowingCat
i feel like wallet2 is not getting new blocks
-
MeowingCat
why??????
-
MeowingCat
what could be the reason?
-
MeowingCat
2022-09-05 09:01:17.766 E wrong variant type: N10cryptonote12txout_to_keyE, expected txout_to_tagged_key in transaction id=<ac388d8a1d2aa4692b4513e62959273fbc6796d78990b23260931ce4657eac0a>
-
MeowingCat
what does this mean??
-
MeowingCat
wallet2 is crazy :((((((((
-
arnuschky[m]
Hey there - it's RINO again harping on about multisig ;)
-
arnuschky[m]
We've encountered #8537 which might lead to loss of funds in a multisig wallet. ukoe and j-berman went right at it and fixed it in lightspeed in PR #8545
-
arnuschky[m]
I am now wondering how long it'll take for this fix to percolate through to the end-user? Is there a point-release already planned, where this could go in? Or are we in "who the hell knows" territory?
-
dEBRUYNE
.1.1 is planned as far as I can see
-
dEBRUYNE
Would be prudent to include it there I suppose
-
dEBRUYNE
-
arnuschky[m]
thanks dEBRUYNE. Any ETA on this?
-
dEBRUYNE
arnuschky[m]: Not sure
-
dEBRUYNE
cc selsta
-
selsta
arnuschky[m]: I'm waiting for the output export PR to get approved
-
selsta
so release is planned in the next days
-
jberman[m]
<selsta> "arnuschky: I'm waiting for the..." <- Reviewing atm
-
rbrunner
Funny story with "Windows: fix unicode file path support #8547". How did the define change from "WIN32" to "_WIN32"? Side effect?
-
selsta
rbrunner: WIN32 only works when windows.h is included, which wasn't the case anymore after the code got moved around
-
rbrunner
Thanks, selsta, good to know.
-
hyc
yeah, _WIN32 is the only symbol any code should be using
-
MeowingCat
my wallet2 build is stucking at height 2688787
-
MeowingCat
im building Monero v0.18.1.0
-
MeowingCat
CMake Error at C:/proje/monero/build/MINGW64_NT-10.0-22000/_HEAD,_v0.18.1.0_konumunda_ayrıldı_/release/CMakeFiles/CMakeTmp/CMakeLists.txt:17 (add_executable):
-
MeowingCat
No SOURCES given to target: cmTC_e7018
-
MeowingCat
:(((((((((((
-
MeowingCat
i think Git is cauising something weird
-
MeowingCat
i cloned the repository again
-
MeowingCat
it is building now on v0.18.1.0 branch
-
MeowingCat
i was linking older Monero
-
MeowingCat
butttt something is changed in v0.18.1.0
-
MeowingCat
there is no libwallet_merged.a
-
MeowingCat
im linking libwallet.a instead
-
MeowingCat
but getting error
-
MeowingCat
undefined reference to `Monero::WalletManagerFactory::getWalletManager()'
-
MeowingCat
is there anyone here??????? :((((((((((((
-
selsta
MeowingCat: which version did you link previously?
-
selsta
-
selsta
try to undo this to get wallet_merged
-
MeowingCat
selsta, ohhh answer thank youuu
-
selsta
we don't use it really
-
selsta
that's why it was removed
-
MeowingCat
im getting linking errors undefined referencesssssss
-
MeowingCat
undefined reference to `Monero::WalletManagerFactory::getWalletManager()' :((((((((
-
MeowingCat
im linking libwallet.a of v0.18.1.0
-
MeowingCat
noww trying to undo that commit
-
MeowingCat
building.....
-
MeowingCat
selsta, still not making libwallet_merged.a :((((((
-
selsta
did you do a full clean build?
-
MeowingCat
oh no doing nowwww
-
MeowingCat
selsta, didn't make it :((((((((((((((((
-
selsta
that's the only change we had between v0.17 and v0.18
-
selsta
did you link libwallet or libwallet_merged?
-
selsta
i thought the issue was that libwallet_merged was missing?
-
MeowingCat
selsta, in v0.18 libwallet_merged.a is missing i tried to link libwallet.a but im getting undefined reference errors on linking
-
selsta
right, that's why said you should revert it and then link against libwallet_merged
-
MeowingCat
selsta, i reverted but still not making libwallet_merged.a :((((((
-
MeowingCat
oh damn
-
MeowingCat
it is checking for BUILD_GUI_DEPS and it is OFF default
-
MeowingCat
i set it to ON
-
MeowingCat
and building again
-
MeowingCat
i think you were using libwallet_merged.a for GUI wallet and since v0.18 you don't need it anymore
-
selsta
we use wallet_api instead
-
MeowingCat
where is that??
-
MeowingCat
is it same for wallet2_api.h interface?
-
selsta
-
selsta
it's a cmake target