Fix peya build and update patched submodules
Check if checksums are in sync / android (push) Failing after 18s
Check if dart bindings are in sync / android (push) Failing after 17s
Build documentation / build (push) Failing after 31s
full compatibility check / lib_mingw (monero) (push) Failing after 1m48s
full compatibility check / lib_mingw (peya) (push) Failing after 1m13s
full compatibility check / lib_mingw (salvium) (push) Failing after 1m13s
full compatibility check / lib_android (monero) (push) Failing after 51s
full compatibility check / lib_android (peya) (push) Has started running
full compatibility check / lib_android (salvium) (push) Has been cancelled
full compatibility check / lib_linux (monero) (push) Has been cancelled
full compatibility check / lib_linux (peya) (push) Has been cancelled
full compatibility check / lib_linux (salvium) (push) Has been cancelled
full compatibility check / macos build (monero) (push) Has been cancelled
full compatibility check / macos build (peya) (push) Has been cancelled
full compatibility check / macos build (salvium) (push) Has been cancelled
full compatibility check / ios build (monero) (push) Has been cancelled
full compatibility check / ios build (peya) (push) Has been cancelled
full compatibility check / ios build (salvium) (push) Has been cancelled
full compatibility check / create single release file (push) Has been cancelled
full compatibility check / test ts library (push) Has been cancelled
full compatibility check / linux regression tests (monero) (push) Has been cancelled
full compatibility check / linux regression tests (peya) (push) Has been cancelled
full compatibility check / linux regression tests (salvium) (push) Has been cancelled
full compatibility check / macos regression tests (monero) (push) Has been cancelled
full compatibility check / macos regression tests (peya) (push) Has been cancelled
full compatibility check / macos regression tests (salvium) (push) Has been cancelled
full compatibility check / linux integration tests (monero) (push) Has been cancelled
full compatibility check / linux integration tests (peya) (push) Has been cancelled
full compatibility check / linux integration tests (salvium) (push) Has been cancelled
full compatibility check / macos integration tests (monero) (push) Has been cancelled
full compatibility check / macos integration tests (peya) (push) Has been cancelled
full compatibility check / macos integration tests (salvium) (push) Has been cancelled
full compatibility check / comment on pr (push) Has been cancelled

This commit is contained in:
Codex
2026-04-06 16:31:25 +02:00
parent 0d753a0d79
commit 1af4416964
4 changed files with 5 additions and 5 deletions
+1 -1
Submodule monero updated: 0232839913...9d2f5b392b
+1 -1
Submodule peya updated: bd876677ef...3aa4499041
@@ -1026,11 +1026,11 @@ void PEYA_SubaddressAccount_setLabel(void* subaddressAccount_ptr, uint32_t accou
return subaddress->setLabel(accountIndex, std::string(label));
DEBUG_END()
}
// virtual void refresh() = 0;
// virtual void refresh(const std::string &asset_type) = 0;
void PEYA_SubaddressAccount_refresh(void* subaddressAccount_ptr) {
DEBUG_START()
Monero::SubaddressAccount *subaddress = reinterpret_cast<Monero::SubaddressAccount*>(subaddressAccount_ptr);
return subaddress->refresh();
return subaddress->refresh("PEY");
DEBUG_END()
}
+1 -1
Submodule salvium updated: f60b7209f8...c388ca652f