Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

monero-devel-0.18.3.1-2.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: monero-devel Distribution: openSUSE:Factory:zSystems
Version: 0.18.3.1 Vendor: openSUSE
Release: 2.2 Build date: Sat Dec 16 12:24:39 2023
Group: Development/Libraries/C and C++ Build host: s390zl29
Size: 59239 Source RPM: monero-0.18.3.1-2.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://getmonero.org/
Summary: Development files for monero
Monero is a private, secure, untraceable, decentralised digital currency. You are your bank, you control your funds, and nobody can trace your transfers unless you allow them to do so.
Privacy: Monero uses a cryptographically sound system to allow you to send and receive funds without your transactions being easily revealed on the blockchain (the ledger of transactions that everyone has). This ensures that your purchases, receipts, and all transfers remain absolutely private by default.
Security: Using the power of a distributed peer-to-peer consensus network, every transaction on the network is cryptographically secured. Individual wallets have a 24 word mnemonic seed that is only displayed once, and can be written down to backup the wallet. Wallet files are encrypted with a passphrase to ensure they are useless if stolen.
Untraceability: By taking advantage of ring signatures, a special property of a certain type of cryptography, Monero is able to ensure that transactions are not only untraceable, but have an optional measure of ambiguity that ensures that transactions cannot easily be tied back to an individual user or computer.

The monero-devel package contains libraries and header files for developing applications that use monero.

Provides

Requires

License

MIT

Changelog

* Thu Nov 30 2023 Kevin Whitaker <eyecreate@eyecreate.org>
  - Fix wrong name used for monerod config file
* Tue Nov 14 2023 Martin Pluskal <mpluskal@suse.com>
  - Update to version 0.18.3.1:
    * add a test for the long term weight cache
    * Fix: long term block weight cache The long term block weight cache was doing a wrong calculation when adding a new block to the cache.
    * build: prepare v0.18.3.1
    * wallet2: fix refresh function parameters
    * storages: change error log category to serialization
    * wallet: store watch-only wallet correctly when `change_password()` is called
    * build: prepare v0.18.3.0
    * wallet2: fix `store_to()` and `change_password()`
    * functional_tests: fix multisig tests noutputs assertion
    * wallet_rpc_server: chunk refresh to keep responding to RPC while refreshing
    * wallet_rpc_server: add --no-initial-sync flag for quicker network binding
    * wallet-rpc: restore from multisig seed
    * scan_tx: fix custom comparator for == case; fixes #8951
    * wallet2: when checking frozen multisig tx set, don't assume order
    * Enforce restricted # pool txs served via RPC + optimize chunked reqs [release-v0.18]
    * wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call [release-v0.18]
    * core_rpc_server: return ID of submitted block
    * wallet2: do not lose exception in current thread on refresh
    * wallet2: fix missing exceptions from failing wallet refresh
    * protocol: drop peers sending duplicate txes
    * Set SSL SNI even when server verification is disabled
    * Add CLSAG serialization to ZMQ code
    * wallet: respect frozen key images in multisig wallets [RELEASE]
    * properly terminate interrupted TCP connection. fixes #8685
    * Speed up perf_timer init on x86
    * cryptonote_basic: fix amount overflow detection on 32-bit systems [RELEASE]
    * wallet_rpc_server: dedup transfer RPC responses [RELEASE]
    * depends: update openssl to 1.1.1u
    * common: do not use DNS to determine if address is local
    * blockchain: ensure base fee cannot reach 0
    * fix missing <cstdint> includes
    * Fixed RandomX initialization when mining from scratch
    * wallet2: fix rescanning tx via scan_tx
    * Handle case where a command line flag is not allowed in the config file
  - Drop no longer needed fixbuild.patch
* Sun Jul 02 2023 Bernhard Wiedemann <bwiedemann@suse.com>
  - Add upstream fixbuild.patch to build with gcc-13
* Tue Apr 18 2023 mpluskal@suse.com
  - Update to version 0.18.2.2:
    * cryptonote core/protocol: don't drop peers for soft offenses
    * Fixed deadlock and crash when syncing with full dataset on Windows
    * build: prepare v0.18.2.2
    * wallet2: fix infinite loop in fake out selection
    * p2p: do not log to global when re-blocking a subnet
    * p2p: avoid spam blocking ipv4 addresses in a blocked subnet
    * build: prepare v0.18.2.1
    * Add a size limit for tx_extra in tx pool
    * verRctNonSemanticsSimpleCached: fix fragility
    * device: Add ledger Stax device id to device detection
    * workflows: update dependencies to fix warnings
* Mon Mar 06 2023 Martin Pluskal <mpluskal@suse.com>
  - Update to version 0.18.2.0:
    * build: prepare v0.18.2.0
    * depends: bump openssl to 1.1.1t
    * blockchain-stats: print any remaining data at end of loop
    * p2p: add plowsof seed nodes
    * p2p: remove offline seed nodes
    * depends: bump hidapi/libusb
    * Demote large pages warning to `mdebug`
    * RandomX: print VM allocation warnings only once
    * Cache successful `verRctNonSemanticsSimple` calls
    * common: add missing includes
    * Refactored rx-slow-hash.c
    * workflows: set a public DNS when doing tests
    * DNSResolver: fix not handling hostnames without dot characters [release]
    * p2p: fix exclusive node DNS resolution for certain hosts [release]
    * workflows: build gitian on tag
    * Fix static builds for Ubuntu 22.04
    * p2p: fix back ping to discover healthy peers to connect to
    * workflows: ubuntu 18.04 is deprecated
    * Fix dandelion++ fluff/stem bug with local txes
    * wallet2: fix create view-only wallet from existing wallet
    * wallet_api: take priority into account when estimating fee
    * workflows: ubuntu 18.04 is deprecated
    * epee: dont shrink slice when storing to binary [release]
* Mon Nov 14 2022 Martin Pluskal <mpluskal@suse.com>
  - Update to version 0.18.1.2:
    * build: prepare v0.18.1.2
    * Move update_checkpoints() to a later stage
    * wallet2: fail to establish daemon cxn == "Disconnected" cxn status
    * add an option to force-update multisig key exchange under some circumstances
    * repo: remove ldns leftovers
    * depends: remove unused Qt package
    * Second thread pool for IO
    * wallet2: check wallet compatibility with daemon's hard fork version
    * wallet2: ensure imported outputs subaddresses are created
    * wallet2: better test on whether to allow output import
    * allow exporting outputs in chunks
    * Fix segfault restoring encrypted multisig seed
    * Fix missing semi-colon in error message
    * wallet2: fixes for export/import output flow
    * rpc: skip bootstrap nodes that are lower than last checkpoint
    * wallet2: do not assume imported outputs must be non empty
    * wallet2: prevent importing outputs in a hot wallet
    * wallet2: fix missing subaddress indices in "light" exported outputs
    * build: prepare v0.18.1.1
    * Require user ack multisig is experimental to restore
    * Windows: fix unicode file path support
    * multisig: fix #8537 seed restore (suggestions by @UkoeHB)
    * Bump Gitian build instructions to v0.18.1.0 [Release Branch]
    * ledger support for hf 15 (BP+, view tags)
    * feat(trezor): add HF15 support, BP+
    * build: prepare v0.18.1.0
    * continue pool pruning even if a tx can't be found
    * device: set ledger min app version
    * randomx: update submodule
    * Fixed get_block_template_backlog performance
    * Fix use of rtxn without a mdb_txn_safe wrapper
    * Publish submitted txs via zmq
    * Template hash func to fix compiler error on < gcc-6
    * build: prepare v0.18.0.0
    * derive multisig tx secret keys from an entropy source plus the tx inputs' key images
    * address PR comments
    * connection: fix implementation
    * connection: add segfault and deadlocks demo
    * wallet2: prevent crash when reading tx w/fewer outputs than expected
    * hardforks: set mainnet and stagenet v15/16 fork height
    * utils: add fish shell completions
    * multisig: fix critical vulnerabilities in signing
    * README: depends has only been tested on ubuntu 18.04 and 20.04
    * (fix): Confusingly named CI-Job
    * wallet2: don't use DNS to obtain segregation heights
    * Chunk /gettransactions to avoid hitting restricted RPC limit
    * wallet2: force using output distribution for ringct outs
    * wallet2: remove obsolete rpc version check
    * Depends: Unbound disable getentropy()/reallocarray() (glibc < 2.26)
    * cryptonote_basic: catch crypto api errors
    * simplewallet: print usage when given no args
    * Revert "Merge pull request #7937"
    * Gitian: refresh the stale Monero dir via --setup switch
    * ITS#9385 fix using MDB_NOSUBDIR with nonexistent file
    * Remove check is_directory check on lmdb path
    * Revert "db_lmdb: test for mmap support at init time"
    * Silence spurious fallthru warning
    * Fix rawpart flag collision
    * More RAWPART support
    * Preliminary raw partition support
    * Remove erraneous commas
    * Improve consistency between on_money_received and on_money_received_unconfirmed
    * clang warning fix for #8338
    * README.md: Add v15/v16 network upgrade
    * wallet_api: add scanTransactions function
    * Windows build: fix narrowing error for WaitForSingleObject
    * Don't exclusively drop tor/i2p outgoing cxns in idle loop
    * unit_tests: add more sha256sum test cases
    * common: update sha256sum to use OpenSSL 3.0 API
    * disable multisig by default
    * GCC: Fix -Wstringop-overflow= warnings
    * src, epee: fix a couple compiler warnings
    * wallet2: fix spurious reorg detection with untrusted nodes
    * wallet2: speedup large tx construction: reserve vector memory
    * wallet2: speedup large tx construction: batch ringdb lookups
    * wallet2: speedup large tx construction: no pointless clsag generation
    * wallet2: speedup large tx construction: batch ringdb updates
    * wallet2: speedup large tx construction: cache public key validity
    * Ignore gitian build files
    * fix backoff delay logic when re-relaying txs
    * Don't send peerlist larger than max allowed
    * depends: Package cleanup
    * Update randomx: fix Mac linking error
    * Set hf v15 testnet fork heights
    * Update CI for aarch64 mac build
    * Make Mac SDK into a regular depends package
    * Silence some protobuf link warnings
    * utils: delete outdated windows build script
    * readme: arch/fedora deps + small fixes
    * Fix arm64 darwin package defs
    * Boost 1.64 doesn't recognize arm64 darwin
    * more... update to clang 9.0.0
    * Split native_clang out of native_cctools
    * Update native_cctools for newer SDK support
    * Give better error messages when missing SSL files
    * Update to MacOSX SDK 11.1, add Mac M1
    * Changes to PORTABLE_STORAGE.md
    * wallet2: fix a couple unused variable warnings
    * Remove src/serialization/list.h
    * More tests for view tags
    * multisig: add post-kex verification round to check that all participants have completed the multisig address
    * Update copyright to 2022 for Hardfork files
    * Doxygen: Hide anonymous namespaces from documentation by default
    * Change "Github" to "GitHub"
    * refactor(bp+): save one inversion, use sc_muladd
    * Docs: Add documentation for EPEE Portable Storage
    * EPEE: Remove gzip_encoding.h
    * EPEE: Remove hmac-md5
    * Preserve commitment format inside transactions
    * add a sanity check to RPC input data size
    * readme: small fixes
    * depends: update unbound to 1.15.0
    * Bump ring size to 16 for v15 & remove set default in wallet cli
    * "Change C-cast to static_cast in net_peerlist.h"
    * Change C-style-casts to static_cast in time_helper.h
    * Remove the only 4 non-UTF8 characters in codebase
    * Factor out move_it_backward from misc_language.h
    * Move copyable_atomic into connection_context
    * Refactor out to_nonconst_iterator.h
    * Refactor out pragma_comp_defs
    * Merge functionality of misc_os_dependent into time_helper.h
    * Add Include statements
    * Trimming Fat
    * Boring Old Deletes
    * Optimized keccak implementation
    * Add view tags to outputs to reduce wallet scanning time
    * Tiny: add .vscode/ to .gitignore
    * wallet2: use BP+ for cold signing
    * CMake: Add missing BUILD_SHARED_LIBS option
    * Fee changes from ArticMine
    * epee: allow copying a rolling_median_t object
    * Remove /include
    * Remove serialization/enableable
    * Makefile: fix spelling of CMAKE_BUILD_TYPE value
    * simplewallet: fix integrated_address output string
    * tests: integrated_address: remove missing payment id assertion
    * CMake: Add missing headers via monero_find_all_headers macro
    * randomx: update submodule
    * Make RPC server functions that read db thread safe
    * bulletproofs+: some minor cleanup from vtnerd's review
    * store outPk/8 in the tx for speed
    * ringct: port some of vtnerd's review changes from BP+ to BP
    * ringct: a few minor optimizations from review
    * plug bulletproofs plus into consensus
    * Updates from security audit
    * Precompute initial transcript hash
    * Bulletproofs+
    * Added support for Ledger Nano S Plus
    * Remove dead code from parserse_base_utils and fix unit tests
    * Eliminate dependence on boost::interprocess #8223
    * wallet2: decrease the amount of data exchanged for output export
    * Fix typo: SERIALIZE_TYPE_DUOBLE
    * wallet_rpc_server: support regex for get_accounts tag
    * replace erciccione's seednode with one on haveno's infrastructure
    * wallet_rpc_server: fix make_integrated_address with no payment id
    * Remove footgun doc comment in miner TX validation
    * Make the wallet name optional when locked.
    * Compil. time: cryptonote_core minus portable_storage header
    * Copyright: Update to 2022
    * wallet2: update stagenet rollback blocks
    * simplewallet: add option for exporting tx keys
    * multisig key exchange update and refactor
    * Fixes: Don't require --rpc-login with --rpc-access-control-origins #8168
    * crypto: fix constant randomx exceptions in large page allocator
    * Undefined behaviour fixes
    * systemd: remove outdated torsocks example
    * rpc: add explicit restricted flag to /get_info
    * Balance includes unconfirmed transfers to self
    * Fix typos in docs
    * fix ge_p3_is_point_at_infinity(), which is evaluating field elements that haven't been reduced by the field order
    * support authentication in monero-wallet-rpc set_daemon
    * Update Copyright year in README.md
    * Update net_node.inl
    * Use CMD in Dockerfile
    * wallet inits cache if file and blob missing
    * cmake: enable build on riscv{64, 32}
    * Fixed warnings for Clang (used as CMAKE_CXX compiler)
    * functional_tests: update uri test with external pid
    * Fix docker instructions to account for non-root user
    * Add copy commands for compiled binaries
    * Add archive details to post-build section
    * Add git clone and cd commands for initial prep
    * Add note on adding SSH keys for Github
    * Update DOCKRUN.md
    * Bump versions in DOCKRUN.md and add log commands
    * `make_uri` disallows standalone payment ids
    * Fix Android OpenSSL build
    * Add python method
    * Add calcpow RPC
    * Update RandomX
    * cmake: find readline on macOS ARM
    * cryptonote_core: fix unused lambda warning
    * device_ledger: fix incorrect macro
    * depends: bump hidapi to 0.11.0
    * cmake: fix incorrect else syntax
    * account info text alignment
    * Update RandomX to v1.1.10
    * Avoid unnecessary 'Invalid hashing blob' error message
    * Fix typos
    * device: fix ledger error strings, add human friendly messages
    * tx_pool: full tx revalidation on fork boundaries
    * slow_hash: don't blow out Mac stack on ARM64
    * crypto: fix typo in ifdef
    * cmake: remove including non-existent directory
    * rpc: fix DoS vector in get_output_distribution
    * depends: openssl 1.1.1k -> 1.1.1l
    * socks: ignore any exceptions in shutdown/close
    * wallet_api: enable set_strict_default_file_permissions
    * epee: add missing header
    * protocol: fix spurious rejection of downloaded blocks
    * wallet2: remove 2 unused variables
    * epee: avoid ADL selecting C++14 std::quoted
    * wallet2: fix key encryption when changing ask-password from 0/1 to 2
    * cmake: use CMAKE_CURRENT_LIST_DIR for git version
    * Add README to release archives
    * README v12 fork occurred on 2019-11-30 as expected
    * blockchain: fix pedantic assert
    * simplewallet: fix incoming_transfers index error
    * download: fix leak
    * ARMv8: detect AES support dynamically
    * depends: update zeromq package to 4.3.4
    * Ledger: member 'mode' was shadowing that of base class
    * Decrease the "recent spend window" in gamma re-select to 15 blocks
    * cmake: don't optimize debug build
    * wallet2: keep around transaction prefix for confirmed transfers
    * workflows: add missing dependency, fix mac build
    * gitian: cleanup more unused packages
    * gitian: omit ccache from gitian builds
    * cmake: fix copy/paste typo
    * cmake: set cpp14 standard
    * easylogging++: fix missing logs
    * LMDB: fix deadlock in resized detection
    * rpc: Fix get_transactions failing when not found
    * node_server: fix race condition
    * node_server: add race condition demo
    * Doc: building gtest on Debian and Ubuntu
    * cmake: set required C/C++ standard to 11
    * CI: ccache common settings variable and apt settings tidying
    * rpc: don't set error code as status string
    * unbound: remove leftovers
    * Mac: UT node server fix IP localhost by aliasing
    * Fix precision of average_output_time
    * Dockerfile: use depends
    * depends: update unwind, fix build with ubuntu 21.04
    * RPC and ZeroMQ APIs to support p2pool
    * update readme research section contacts
    * UB: virtual methods in destructor at Trezor
    * LMDB: protection against UB, by not calling virtual methods from destructor
    * unit_tests: fix use after free in serialization test
    * UB: Not calling virtual method in destructor of WalletImpl
    * Add simple script for running gitian-build
    * external: remove unbound submodule
    * CMake: Add missing SANITIZE option
    * Fix parallel make of OpenSSL
    * wallet: fix unused lambda capture warning
    * wallet_rpc_server: fix help text remaining bold
    * Wallet2: fix optimize-coinbase for p2pool payouts
    * daemon: allow proxy configuration
    * support cors wildcard
    * monero-wallet-rpc: Prevent --password-file from being used with --wallet-dir
    * Protect client from divide by 0 caused by integer truncation
    * Apply gamma distr from chain tip when selecting decoys
    * ringct: silence unused variable warning
    * Device: remove unused and incorrect non-default constructor
    * epee: link with Boost_SYSTEM_LIBRARY
    * core_tests: remove unused typedef, fix warning
    * wallet_api: add make_uri
    * fix median overflow bug
    * CI: use runner.os instead of OS labels
    * CMake: document -Werror for add_c_flag_if_supported() from #7718
    * epee: tidying post-incrementation -> pre-incrementation
    * Make sure node returns to wallet that real output is unlocked
    * p2p: remove blocked addresses/hosts from peerlist
    * CMake: ccache fix for FreeBSD at 'depends'
    * EasyLogging++: new anti-UB test and propagating exception
    * trezor: try empty passphrase first
    * Fix describe_transfer for multiple txes in a txset
    * cmake: bodge cmake failure on OSS-Fuzz
    * CI: Ubuntu-Test reuses Ubuntu-Build cache and building static libs
    * Quicker resource cleanup on p2p socks timeout
    * unit_tests: fix broken tests
    * cmake: fix double build
    * cmake: don't forbid undefined symbols on openbsd
    * blocks: fix cmake syntax
    * Make SSL key/cert storage backward-compatible
    * Daemon: Update average block size table
    * utils/health: separate Clang Tidy tests for C & C++
    * Doxygen: Exclude build directories
    * wallet_api: expose offline mode status
    * Fixed json serialization of rct::RCTTypeNull
    * wallet2: chunk get_outs.bin calls to avoid sanity limits
    * cmake: test is a reserved keyword
    * rpc: source file extensions must be explicit (cmake warning)
    * wallet2: Don't auto lock device on process parsed blocks
    * wallet: rephrase error message on invalid device address
    * fix #7784 - deinit wallet in wallet dtor
    * cmake: export all symbols
    * cmake: fix undefined symbols and multiple definitions
    * cmake: forbid undefined symbols
    * CI: add Ubuntu 18.04 for back. compat. test
    * device_trezor_base: fix typo
    * Workflows: depends cache (static) separated from ccache (volatile)
    * Remove obsolete android dockerfiles
    * workflows: fix libwallet ci test
    * Doc: Update blockchain stats with review comments
    * EasyLogging++: Add UTests, that protect against regressions
    * wallet_api: getPassword
    * depends: add getmonero package mirror
    * trezor: add #if for ByteSizeLong
    * wallet_api: get bytes sent/received
    * simplewallet: don't truncate integ. address in export_transfers
    * wallet_api: fix typo in exportKeyImages
    * Include Libusb and hidapi on android
    * protocol: fix delayed "you are now synchronized..." message
    * workflows: don't build PRs if only docs and READMEs are being changed
    * doc: update IRC references to Libera
    * add singapore.node.xmr.pm to seed nodes
    * provide key images of spent outputs in wallet rpc
    * Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cpp
    * CMake: strip targets (optional) with -D STRIP_TARGETS=ON
    * unit_tests: check for ge_frombytes_vartime failure
    * easylogging++: do not delete uninitialized objects
    * trezor: fix potential use of uninitialized memory
    * python-rpc: add missing python api for new freeze/thaw/frozen RPC
    * wallet/api: remove Bitmonero namespace alias
    * wallet_api: address_book: don't lose pid on setDescription
    * wallet2: refresh: check error and throw before potentially breaking out of loop
    * wallet_api: signMessage: add sign with subaddress
    * ledger: don't lock for software device
    * wallet_api: reconnectDevice
    * ledger: use software device if we have view key
    * wallet: Reset RPC Pay ID on node switch
    * wallet_api: move adjust_mixin call within try block
    * README: freenode -> libera
    * Fix boost 1.76.0 compatibility
    * randomx: bump submodule to v1.1.9
    * support freeze, thaw, and frozen in wallet rpc
    * CMake: add *.inl to monero_find_all_headers() glob, along *.h*
    * CMake: glob missing headers for wallet2
    * CMake: glob missing headers for easylogging
    * Doc: funtional_tests add new mining env vars and how to use them
    * trezor: deprecated ByteSize -> ByteSizeLong
    * cmake: treat warnings as error in compiler flag tests
    * cmake: fix check_linker_flag
    * Warnings: unused var in core_tests:chaingen.h
    * cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB
    * epee: include public openssl header in cmake
    * CI: depends downloads relax retries
    * Warnings: unused variable in core/blockchain.cpp
    * Warnings: unused var at cryptonote_tx_utils.cpp
    * translations: use full path in cmake
    * cmake: fix non portable code
    * cmake: set xcode file type
    * clang: fix -Wpessimizing-move warning
    * cmake: wallet_api doesn't need wallet_merged
    * cmake: set 3.5 as minimum version
    * depends, docker: fix bintray links
    * clang: fix -pie flag
    * Tests: Mining test uses a parametric path for finding the calculation app
    * clang: fix -Wrange-loop-analysis warnings
    * blockchain: speed up repeated pops (mostly in tests)
    * Wallet2: Update 'approximate_testnet_rolled_back_blocks'
    * epee linkage dynamic; move monero_add_library to main CMakeLists.txt
    * wallet2: Fix rescan_bc keep_ki option
    * wallet_api: import / export output function
    * add documentation for monero-blockchain-stats
    * workflows: upload source archive artifact
    * protocol: remove unreachable code
    * Add mj-xmr GPG key
    * Doc: Compiling, debugging and testing efficiently see docs/COMPILING_DEBUGGING_TESTING.md
    * Split epee/string_tools.h and encapsulate boost::lexical_cast
    * Revert "Merge pull request #7136"
    * CMake: new macro - finding all headers (extract from epee)
    * net_node: add seed node
    * CI: Actions' build.yaml uses variables instead of repetitions
    * rpc: send confirmations in get_transactions result
    * Doc: Update Gitian (Reproducible Builds) with small code snippets and fixes
    * ITS#9496 fix mdb_env_open bug from #8704
    * unit_tests: fix boost 1.58 compatibility
    * gitian: remove osslsigncode
    * monero-wallet-cli: improve error message when tx amount is zero
    * CI: ccache for ubuntu-test; Using "Default" architecture The cmake logic is in workflows/build.yml
    * readme: Add note regarding submodule sync and update
    * expose set_offline to wallet api
    * Tests: Fix test node_server.bind_same_p2p_port from randomly crashing
    * Test: Enable coverage for external repositories
    * Add base Monero address which is needed to view wallet
    * p2p: allow CIDR notation in DNS blocklist
    * Doc: Add ccache to README.md and Brewfile
    * [CI] Adaptive mining timeout, depending on available CPU power Printing also available RAM. Add comprehensive description.
    * easylogging++: in place log sanitization
    * Reduce compilation time of epee/portable_storage_template_helper.h
    * Warnings: fix ut/levin.cpp missing braces
    * depends: openssl 1.1.1i -> 1.1.1k
    * wallet2: fix unlocked mixup in light wallet mode
    * db_lmdb: catch exceptions testing for mmap support
    * cmake: Don't default to -march=native on OpenBSD
    * blockchain_db: harden code against invalid input types
    * ITS#9500 fix regression from ITS#8662
    * cryptonote_protocol_handler: fix race condition
    * cryptonote_protocol_handler: add race condition demo
    * python-rpc: add function for new scan_tx RPC
    * [CI] Use Python3 for funcional tests, instead of Python2
    * blockchain_import: fix wrong reported block/tx hashes on error
    * core: speed up print_coinbase_tx_sum
    * cmake: fix ccache detection
    * Doc: add only the required boost libraries instead of all of them
    * wallet_api: add isDeterministic()
    * wallet_api: add seed_offset param to seed()
    * async_protocol_handler_config: fix deadlock
    * async_protocol_handler_config: add deadlock demo
    * README: step by step detail for rpi setup commands
    * Warnings: add warnings as errors: 'switch' & 'return-type'
    * dependencies in openSUSE
    * Mac: Enable on ARM, by not enforcing x86_64
    * wallet_rpc_server: set seed language in generate_from_keys
    * fix serialization being different on mac
    * return output key for incoming transfers
    * added link to moneropedia to pruning in README.md
    * Update size figures on the pruning section of README.md
    * trezor: simplify recognition of integrated addresses
    * Make pruning section more consistent in README.md
    * wallet_rpc: add scan_tx
    * Epee: add headers to project files (via glob), to be able to search for them easily.
    * functional_tests: hide check_missing_rpc_methods behind requests check
    * README: update libzmq minimum version to 4.2.0 for zmq_send_const
    * epee: return HTTP error 400 (Bad request) on deserialization error
    * python-rpc: adapt urlparse for python3
    * Fix compiler warning for in keyvalue_serialization.h
    * wallet_rpc_payments: implement multithreading
    * gpg_keys: add anon
    * async_protocol_handler_config: remove connection correctly
    * async_protocol_handler_config: add segfault demo
    * monero-wallet-cli: Added command scan_tx
    * [CI] Add ccache to Windows build
    * [CI] MacOSX ccache: Proper ccache directory used of /Users/runner/Library/Caches/ccache
    * easylogging++: fix potential memory corruption
    * p2p: add --max-connections-per-ip daemon option
    * rpc: fix some error return codes/status
    * Store RPC SSL key/cert for consistent authentication between runs
    * Honor LARGE_PAGES flag in randomx umask
    * Increase timeout for the mining test 4 times (to 240s)
    * Formatted markdown in readme.md
    * New add_aux_pow RPC to support merge mining
    * Remove unused variables in monero codebase
    * Reduce compilation time of epee/portable_storage.h
    * ITS#9007 don't free loose writemap pages
    * Remove copies from foreach loops (thanks to Clang)
    * Removing unused namespace alias
    * Fix monerod --rpc-ssl disabled
    * unit_tests: fix wipeable_string parse_hexstr test with latest gtest
    * Dockerfile: bump openssl version to 1.1.1i
    * Attempt to carve the fee from a partial payment early
    * Stop adding more outputs than bulletproof allows
    * Improve cryptonote (block and tx) binary read performance
    * Simplewallet.cpp: Add export_outputs help
    * docs: Remove outdated bits about anonymity network seed nodes
    * bootstrap_daemon: proxy configuration support
    * device_trezor: add redundant check
    * device_trezor: wipe string fields properly
    * Updated copyright date in README.md
    * boosted_tcp_server: fix connection lifetime
    * boosted_tcp_server: add segfault demo
    * Remove unnecessary atomic operations in levin code
    * Remove payload copy in all outgoing p2p messages
    * console: fix syntax for python3
    * Reduced executable size; reduced call sequence to "allowed" log function
    * Remove payload copy in all outgoing p2p messages
    * build: omit '-pie' linker flag in native non static WIN32 GCC builds
    * simplewallet: allow setting --restore-height 0
    * miniupnp: set submodule to upstream, disable install
    * Revert "fix accessing an network address in a deleted context"
    * remove obsolete pruning debug code
    * storages: overridable limits for loading portable_storage from binary
    * Run Valgrind checks for any binary in a list
    * wallet_rpc_server: don't abort on initial refresh failure
    * epee: also limit number of strings in portable_storage
    * p2p: make REQUEST_SUPPORT_FLAGS optional, pass flags in node data
    * epee: don't log raw packet data
    * add a max levin packet size by command type
    * fix accessing an network address in a deleted context
    * Only INFO log for short seed words with ALLOW_SHORT_WORDS active
    * cmake: Use CMAKE_COMMAND.
    * blockchain: lock access to m_blocks_hash_of_hashes
    * protocol: handle receiving a block hash we've not added yet
    * wallet_api: store fee for incoming txs in history
    * portable_storage: better sanity checking
    * p2p: only log to global when a blocked IP is not already blocked
    * p2p: fix cubic selection in filtered peer list
    * p2p: ignore empty IP from DNS block list
    * Split fuzz tests during fuzz build
    * Header row for peer list in sync_info
    * protocol: more sanity checks in new chain block hashes
    * portable_storage: check object limit where appropriate
    * simplewallet: Add input file parameter to sign_transfer
    * p2p: fix set_peer_just_seen ignoring last_seen
    * p2p: fix deadlock banning while updating peer lists
    * protocol: fix wrong command in logs
    * protocol: don't reset last request time on an idle timer
    * rpc: limit the number of txes for get_blocks.bin
    * portable_storage: forbid unnamed sections
    * portable_storage: remove array element limit
    * ssl: buffered handshake detection
    * Clang IWYU header checker script
    * protocol: fix false positives dropping peers
    * Update repo copyright year to 2021
    * portable_storage: remove overly aggressive cutoff
    * Revert "Reject existing claimed blocks in sync mode"
    * cryptonote_basic: guess what got lost porting patches to branches again
    * simplewallet: add "address mnew" command
    * epee: fix some issues using connections after shutdown
    * portable_storage: add some sanity checks on data size
    * protocol: drop nodes if they claim new data but only give stale data
    * wallet api: allow wallet to fetch all key images via api
    * restrict public node checks a little
    * Command max_bytes moved from dynamic map to static switch
    * edited readme version table to include v0.17.1.7
    * ban lists may now include subnets
    * apt update before installing
    * Restrict duplicate keys in epee binary format
    * Optional DNS based blocklist
    * rpc: add a busy_syncing field to get_info
    * protocol: reject claimed block hashes that already are in the chain
    * Add aggressive restrictions to pre-handshake p2p buffer limit
    * protocol: drop peers we can't download anything from in sync mode
    * protocol: remove unused (and cunningly uninitialized) field
    * p2p: ifx getting seed nodes for uncommon cases
    * Fix byte_stream::put_n
    * fuzz_tests: add a test for utf8canonical
    * daemon: the ban command can now load IPs from a file (ban @filename)
    * p2p: remove peers from grey and anchors lists when blocked
    * p2p: ignore incoming peer list entries when we have them blocked
    * readline_buffer: Avoid consecutive duplicates in the history
    * protocol: include first new block in chain entry response
    * protocol: stricter checks on received chain hash list
    * workflows: add ccache support
    * protocol: revert incoming chain height check against local chain
    * protocol: one more sanity check on usable data from a peer
    * protocol: drop origin IP if a block fails to verify in sync mode
    * protocol: add calls to reserve where appropriate
    * protocol: add a sanity check to the number of block hashes sent
    * protocol: fix asking for pruned blocks for v10
    * simplewallet: don't complain about connecting to the daemon when offline
    * protocol: more restrictive checks on chain entry response
    * rpc: report target height as 0 when synced
    * protocol: fix switchting to adding blocks if noone's adding the next span
    * travis: remove from repo
    * workflows: add depends workflow, upload binaries
    * workflows: shorten name
    * cmake: fix "release" version string on tagged releases
    * depends: Update OpenSSL to 1.1.1i
    * Add command to sign freebsd assert file for gitian
    * Fixed issues found by static analysis
    * Add ClangBuildAnalyzer under utils/health for analyzing build times
    * protocol: drop peers that don't reply to queries
    * p2p: fix race condition accessing a deleted context
    * db_lmdb: move spammy "not found in db" message to TRACE
    * bump my key expiration date by 2 more years
    * p2p: drop peers that spam peer lists
    * add -framework AppKit for Apple
    * keep only the last seen node on a given host in the white list
    * protocol: drop peers that decrease claimed height
    * protocol: add scoring system to drop peers that don't behave
    * crypto: fix non zero scalar being 0 after reducing
    * p2p: add a tor seed node
    * wallet2: set propagation timeout to current max timeout
    * p2p: fix endianness when checking IPv6 addresses mapping to IPv4
    * p2p: make this work with boost <= 1.65 (pffff)
    * p2p: rewrite boost's make_address_v4 to cater for < 1.66
    * Clang-tidy integrated into CMakeLists.txt
    * p2p: give all hosts the same chance of being picked for connecting
    * net_node: add tor / i2p seed nodes
    * Allow tx note edits via TransactionHistory object in wallet/api
    * cryptonote_core: dandelion - use local height or median height if syncing
    * wallet2: check imported multisig curve points are in main subgroup
    * rpc: get_info - add 'synchronized' field
    * Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s
    * rpc: skip non-synced bootstrap daemons in --no-sync mode too
    * Better log message for unusable anon networks
    * Fix timeout checks for forwarded and Dandelion++ stem txes
    * rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2P
    * wallet_api: TransactionHistory - fill unconfirmed out payments dests
    * Silence stupid warnings
    * epee: tighten the URL parsing regexp a little
    * epee: readline_buffer - fix thread safety, fix sync() after stop()
    * Balance includes unconfirmed payments
    * workflows: bump msys2 action to v2
    * Switch to Dandelion++ fluff mode if no out connections for stem mode
    * protocol: reject empty incoming block messages
    * p2p: use /16 filtering on IPv4-within-IPv6 addresses
    * Doxy - scan whole repo, create subdirs, don't generate LaTeX - mj-xmr
    * Fix CLI and unrestricted RPC relay_tx with stempool
    * Add rpc-restricted-bind-ip option
    * add a convenience script to start monero with inbound tor
    * Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable/monero_add_library where possible (mj-xmr) Add monero_add_minimal_executable and use in tests
    * p2p: remove banned peers from the white list
    * functional_tests: inrease mining timeout
    * net_node: add --ban-list option
    * blockchain: remove some dead code
    * util: fix escaping more than one ?* in glob_to_regex
    * Make Blockchain::get_fee_quantization_mask() compile time
    * cryptonote_core: Fix missing override warnings
    * Add support for i2p and tor seed nodes
    * Force CMAKE_SKIP_RPATH=ON
    * README: update fork table recommended version
    * wallet2: wait for propagation timeout before marking tx as failed
    * bump default number of connections from 8 to 12
    * Allow setting start block on export
    * blockchain: fix sync at v14 boundary
    * README: add OSS-fuzz status banner
    * wallet2_api: implement stop() to interrupt refresh() loop once
    * Do not use peer_id tracking method over i2p/tor
    * add more updates domains and make the voting generic, not just 2/3
    * device: Ledger - update status codes
    * wallet2: skip reorgs exceeding max-reorg-depth wallet setting
    * Change to more efficient allocation strategy in byte_stream
    * Allow byte_stream->byte_slice conversion to shrink unused buffer space
    * fix next_seed_height regression in getblocktemplate rpc
    * core_rpc_server: on_send_raw_tx - fix bootstrap daemon mode check
    * README: recommend v0.17.1.0
    * wallet2: fix missing m_state field in wallet serialization
    * tx_pool: silence spammy harmless warning till we fix the bug
    * Dandelion++: skip desynced peers in stem phase
    * Change epee binary output from std::stringstream to byte_stream
    * Update README.md
    * README: update sponsors
    * Add TLSA support to DNSSEC fetching
    * Fix lgamma/signgam dependency
    * Fix tx flush callback queueing
    * docs: Add release checklist
    * Move documentation files to their own directory
    * Unit Tests: Remove block reward upper bound size checks
    * workflows: don't brew update
    * rpc_private_headers declaration fix
    * functional_tests: rewrite mining code, clearer timeout info
    * fix a couple bugs found by OSS-fuzz
    * fuzz_tests: fix build error in signature fuzz test
    * build: ARM - disable stack trace due to segfault in libunwind
    * Extend TransactionInfo with coinbase and description attributes in wallet/api
    * Allow AddressBook description edits via wallet/api interface
    * Update error messages in daemon
    * link libzmq against libgssapi_krb5 if found
    * Depends: Bump qt to 5.15.1
    * systemd: Don't use Type=forking
    * cmake: Use job pool feature to limit concurrent jobs
* Fri May 13 2022 Martin Pluskal <mpluskal@suse.com>
  - Update to version 0.17.3.2:
    * add a sanity check to RPC input data size
    * build: prepare v0.17.3.2
    * randomx: update submodule
    * Added support for Ledger Nano S Plus
    * [release-v0.17] Don't require --rpc-login with --rpc-access-control-origins
    * replace erciccione's seednode with one on haveno's infrastructure
    * wallet2: update stagenet rollback blocks
    * multisig key exchange update and refactor
    * simplewallet: rename duplicate amount headers for clarity
    * support authentication in monero-wallet-rpc set_daemon
    * Balance includes unconfirmed transfers to self
    * wallet inits cache if file and blob missing
    * Balance includes unconfirmed payments
    * Update net_node.inl to to replace seed node
* Fri Mar 11 2022 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Add memoryperjob constraint to avoid OOM
* Mon Dec 06 2021 Martin Pluskal <mpluskal@suse.com>
  - Update to version 0.17.3.0:
    * Fix Android OpenSSL build
    * cmake: set 3.5 as minimum version
    * blocks: update checkpoints.dat
    * Add python method
    * Add calcpow RPC
    * Update RandomX
    * hidapi: bump hidapi to 0.11.0
    * Update RandomX to v1.1.10
    * device: fix ledger error strings, add human friendly messages
    * device: Ledger - update status codes
    * depends: openssl 1.1.1k -> 1.1.1l
    * slow_hash: don't blow out Mac stack on ARM64
    * build: prepare v0.17.3.0
    * crypto: fix typo in ifdef
    * rpc: fix DoS vector in get_output_distribution
    * protocol: fix spurious rejection of downloaded blocks
    * socks: ignore any exceptions in shutdown/close
    * wallet_api: enable set_strict_default_file_permissions
    * epee: add missing header
    * depends: update zeromq package to 4.3.4
    * cmake: use CMAKE_CURRENT_LIST_DIR for git version
    * epee: avoid ADL selecting C++14 std::quoted
    * wallet2: fix key encryption when changing ask-password from 0/1 to 2
    * cmake: set cpp14 standard
    * Add README to release archives
    * README v12 fork occurred on 2019-11-30 as expected
    * fix median overflow bug
    * LMDB: fix deadlock in resized detection
    * blockchain: fix pedantic assert
    * ARMv8: detect AES support dynamically
    * Increase timeout for the mining test 4 times (to 240s)
    * Wallet2: Update 'approximate_testnet_rolled_back_blocks'
    * cmake: set required C/C++ standard to 11
    * Fix parallel make of OpenSSL
    * add singapore.node.xmr.pm to seed nodes
    * net_node: add seed node
    * depends: update unwind, fix build with ubuntu 21.04
    * Only INFO log for short seed words with ALLOW_SHORT_WORDS active
    * epee: don't log raw packet data
    * Mac: Enable on ARM, by not enforcing x86_64
    * daemon: allow proxy configuration
    * bootstrap_daemon: proxy configuration support
    * wallet2: chunk get_outs.bin calls to avoid sanity limits
    * Decrease the "recent spend window" in gamma re-select to 15 blocks
    * workflows: add missing dependency, fix mac build
    * Add simple script for running gitian-build
    * gitian: cleanup more unused packages
    * gitian: omit ccache from gitian builds
    * Quicker resource cleanup on p2p socks timeout
    * easylogging++: fix missing logs
    * RPC and ZeroMQ APIs to support p2pool
    * rpc: Fix get_transactions failing when not found
    * node_server: fix race condition
    * node_server: add race condition demo
    * support cors wildcard
    * Fix precision of average_output_time
    * simplewallet: don't truncate integ. address in export_transfers
    * LMDB: protection against UB, by not calling virtual methods from destructor - v0.17
    * UB: virtual methods in destructor at Trezor
    * UB: virtual method in destructor of WalletImpl v0.17
    * miniupnp: set submodule to upstream, disable install
    * v0.17: Fix Boost-1.77: Add missing algorithm header to i18n.cpp
    * Wallet2: fix optimize-coinbase for p2pool payouts
    * python-rpc: add missing python api for new freeze/thaw/frozen RPC
    * Protect client from divide by 0 caused by integer truncation
    * Apply gamma distr from chain tip when selecting decoys
    * epee: link with Boost_SYSTEM_LIBRARY
    * wallet_api: add make_uri
    * build: prepare v0.17.2.3
    * support freeze, thaw, and frozen in wallet rpc
    * cmake: test is a reserved keyword
    * cmake: fix ccache detection
    * Daemon: Update average block size table
    * Make sure node returns to wallet that real output is unlocked
    * provide key images of spent outputs in wallet rpc
    * wallet2: Don't auto lock device on process parsed blocks
    * ledger: don't lock for software device
    * ledger: use software device if we have view key
    * wallet_api: getPassword
    * p2p: remove blocked addresses/hosts from peerlist
    * depends, docker: fix bintray links
    * blocks: fix cmake syntax
    * Stop adding more outputs than bulletproof allows
    * unit_tests: fix wipeable_string parse_hexstr test with latest gtest
    * cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB
    * epee: include public openssl header in cmake
    * cmake: treat warnings as error in compiler flag tests
    * wallet_api: fix typo in exportKeyImages
    * depends: add getmonero package mirror
    * cmake: fix non portable code
    * unit_tests: fix broken tests
    * cmake: don't forbid undefined symbols on openbsd
    * Fixed json serialization of rct::RCTTypeNull
    * fix #7784 - deinit wallet in wallet dtor
    * wallet: rephrase error message on invalid device address
    * device: set correct ledger min version
    * cmake: export all symbols
    * cmake: fix undefined symbols and multiple definitions
    * cmake: forbid undefined symbols
    * device_trezor_base: fix typo
    * Fix boost 1.76.0 compatibility
    * randomx: bump submodule to v1.1.9
    * workflows: fix windows build
    * add -framework AppKit for Apple
    * wallet2: Fix rescan_bc keep_ki option
    * wallet_api: import / export output function
    * expose set_offline to wallet api
    * wallet_api: add isDeterministic()
    * wallet_api: add seed_offset param to seed()
    * wallet_api: store fee for incoming txs in history
    * wallet api: allow wallet to fetch all key images via api
    * Allow tx note edits via TransactionHistory object in wallet/api
    * wallet_api: TransactionHistory - fill unconfirmed out payments dests
    * Extend TransactionInfo with coinbase and description attributes in wallet/api
    * Allow AddressBook description edits via wallet/api interface
    * ITS#9496 fix mdb_env_open bug from #8704
    * gitian: remove osslsigncode
    * unit_tests: fix boost 1.58 compatibility
* Tue Apr 20 2021 Martin Pluskal <mpluskal@suse.com>
  - Update to version 0.17.2.0:
    * Tests: Fix test node_server.bind_same_p2p_port from randomly crashing
    * build: prepare v0.17.2.0
    * depends: openssl 1.1.1i -> 1.1.1k
    * cmake: Don't default to -march=native on OpenBSD
    * ITS#9500 fix regression from ITS#8662
    * cryptonote_protocol_handler: fix race condition
    * cryptonote_protocol_handler: add race condition demo
    * Fixed issues found by static analysis
    * async_protocol_handler_config: fix deadlock
    * async_protocol_handler_config: add deadlock demo
    * fix serialization being different on mac
    * trezor: simplify recognition of integrated addresses
    * async_protocol_handler_config: remove connection correctly
    * async_protocol_handler_config: add segfault demo
    * ITS#9007 don't free loose writemap pages
    * p2p: allow CIDR notation in DNS blocklist
    * device_trezor: add redundant check
    * device_trezor: wipe string fields properly
    * boosted_tcp_server: fix connection lifetime
    * boosted_tcp_server: add segfault demo
    * p2p: only log to global when a blocked IP is not already blocked
    * docs: Remove outdated bits about anonymity network seed nodes
* Fri Apr 09 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Update RAM constraints for aarch64
* Tue Apr 06 2021 Martin Pluskal <mpluskal@suse.com>
  - Cleanup spec file with spec-cleaner
  - Drop static libraries and html documentation
  - Adjust _constraints
* Thu Jan 21 2021 nopeinomicon@posteo.net
  - Update to version 0.17.1.9:
    * storages: overridable limits for loading portable_storage from binary
    * epee: also limit number of strings in portable_storage
    * add a max levin packet size by command type
    * blockchain: lock access to m_blocks_hash_of_hashes
    * protocol: handle receiving a block hash we've not added yet
    * build: prepare v0.17.1.9
    * portable_storage: better sanity checking
    * portable_storage: forbid unnamed sections
    * protocol: more sanity checks in new chain block hashes
    * portable_storage: check object limit where appropriate
    * p2p: fix deadlock banning while updating peer lists
    * protocol: don't reset last request time on an idle timer
    * Add aggressive restrictions to pre-handshake p2p buffer limit
    * Command max_bytes moved from dynamic map to static switch
    * Restrict duplicate keys in epee binary format
* Sat Jan 02 2021 nopeinomicon@posteo.net
  - Add "-DARCH=default" to cmake build args to fix boo#1180472 (https://bugzilla.opensuse.org/show_bug.cgi?id=1180472)
  - Update to version 0.17.1.8:
    * rpc: limit the number of txes for get_blocks.bin
    * ssl: buffered handshake detection
    * portable_storage: remove array element limit
    * protocol: fix false positives dropping peers
    * portable_storage: remove overly aggressive cutoff
    * Revert "Reject existing claimed blocks in sync mode"
    * cryptonote_basic: guess what got lost porting patches to branches again
    * epee: fix some issues using connections after shutdown
    * portable_storage: add some sanity checks on data size
    * protocol: drop nodes if they claim new data but only give stale data
    * rpc: get_info - add 'synchronized' field
    * build: prepare v0.17.1.8
    * restrict public node checks a little
    * ban lists may now include subnets
    * Optional DNS based blocklist
    * rpc: add a busy_syncing field to get_info
    * protocol: reject claimed block hashes that already are in the chain
    * protocol: drop peers we can't download anything from in sync mode
    * Fix byte_stream::put_n
    * daemon: the ban command can now load IPs from a file (ban @filename)
    * p2p: remove peers from grey and anchors lists when blocked
    * p2p: ignore incoming peer list entries when we have them blocked
    * Depends: Bump qt to 5.15.1
* Thu Dec 17 2020 Emily Roberts <nopeinomicon@posteo.net>
  - Simplify version checking statements in .spec file
* Tue Dec 15 2020 nopeinomicon@posteo.net
  - Update to version 0.17.1.7:
    * protocol: include first new block in chain entry response
    * protocol: stricter checks on received chain hash list
    * protocol: revert incoming chain height check against local chain
    * protocol: one more sanity check on usable data from a peer
    * protocol: fix asking for pruned blocks for v10
    * protocol: drop origin IP if a block fails to verify in sync mode
    * protocol: add a sanity check to the number of block hashes sent
    * cmake: fix "release" version string on tagged releases
    * build: prepare v0.17.1.7
    * protocol: more restrictive checks on chain entry response
    * protocol: fix switchting to adding blocks if noone's adding the next span
    * depends: Update OpenSSL to 1.1.1i
* Tue Dec 08 2020 nopeinomicon@posteo.net
  - Update to version 0.17.1.6:
    * protocol: drop peers that don't reply to queries
    * p2p: fix race condition accessing a deleted context
    * p2p: drop peers that spam peer lists
    * keep only the last seen node on a given host in the white list
    * protocol: drop peers that decrease claimed height
    * protocol: add scoring system to drop peers that don't behave
    * crypto: fix non zero scalar being 0 after reducing
    * build: prepare v0.17.1.6
    * wallet2: set propagation timeout to current max timeout
    * Add rpc-restricted-bind-ip option
    * Do not use peer_id tracking method over i2p/tor
* Wed Dec 02 2020 nopeinomicon@posteo.net
  - Transition from tar_scm to obs_scm service
  - Update to version 0.17.1.5:
    * cryptonote_core: dandelion - use local height or median height if syncing
    * wallet2: check imported multisig curve points are in main subgroup
    * build: prepare v0.17.1.5
    * rpc: skip non-synced bootstrap daemons in --no-sync mode too
    * rpc: on_send_raw_tx - add missing CHECK_CORE_READY
    * Better log message for unusable anon networks
    * Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s
    * Fix timeout checks for forwarded and Dandelion++ stem txes
* Sat Nov 21 2020 nopeinomicon@posteo.net
  - Update to version 0.17.1.3:
    * build: prepare v0.17.1.3
    * epee: readline_buffer - fix thread safety, fix sync() after stop()
    * Fix i2p/tor seed nodes
    * p2p: fix accessing non existent element of map
    * p2p: add a tor seed
    * build: prepare v0.17.1.2
    * net_node: add tor / i2p seed nodes
    * p2p: fix endianness when checking IPv6 addresses mapping to IPv4
    * p2p: make this work with boost <= 1.65 (pffff)
    * p2p: rewrite boost's make_address_v4 to cater for < 1.66
    * p2p: use /16 filtering on IPv4-within-IPv6 addresses
    * protocol: reject empty incoming block messages
    * rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2P
    * p2p: remove banned peers from the white list
    * p2p: give all hosts the same chance of being picked for connecting
    * net_node: add --ban-list option
    * Fix CLI and unrestricted RPC relay_tx with stempool
    * Fix tx flush callback queueing
    * Add support for i2p and tor seed nodes
    * Switch to Dandelion++ fluff mode if no out connections for stem mode
* Thu Nov 05 2020 Emily Roberts <nopeinomicon@posteo.net>
  - Removed all patches as package builds correctly without them
  - Removed architecture restrictions in .spec file
  - Update to version 0.17.1.1:
    * build: prepare v0.17.1.1
    * wallet2: wait for propagation timeout before marking tx as failed
    * bump default number of connections from 8 to 12
    * Allow setting start block on export
    * wallet2_api: implement stop() to interrupt refresh() loop once
    * blockchain: fix sync at v14 boundary
    * Force CMAKE_SKIP_RPATH=ON
    * core_rpc_server: on_get_blocks - forward bootstrap daemon error
    * build: prepare v0.17.1.0
    * Dandelion++: skip desynced peers in stem phase
    * wallet2: fix missing m_state field in wallet serialization
    * tx_pool: silence spammy harmless warning till we fix the bug
    * fix next_seed_height regression in getblocktemplate rpc
    * Fix lgamma/signgam dependency
    * cmake: Version - use CMAKE_CURRENT_LIST_DIR
    * cmake: CheckTrezor - use ${CMAKE_CURRENT_LIST_DIR} to locate tests
    * link libzmq against libgssapi_krb5 if found
    * build: prepare v0.17.0.1
    * fix a couple bugs found by OSS-fuzz
    * daemon: Windows - fix FAT32 warning, trailing backslash is required
    * wallet2: adapt to deterministic unlock time
    * blockchain: deterministic UNIX time unlock checks
    * simplewallet fix wrong persistent-rpc-client-id name in help
    * build: prepare v0.17
    * Remove unused macros from cryptonote_config.h
    * wallet2: fix tx sanity check triggering on pre-rct outputs
    * Fix typo in command line argument description
    * blockchain: fix pow skipping for old blocks without precalc hash
    * rpc: assume randomx from v13 onwards
    * Revert "unbound: update to get build fixes"
    * unbound: update to get build fixes
    * Let stagenet hardfork happen before mainnet.
    * enable CLSAG support for Trezor client
    * hardforks: add v13/v14 for testnet
    * update error message "No unlocked balance in the specified account"
    * threadpool: guard against exceptions in jobs, and armour plating
    * net: fix get_tcp_endpoint, boost address_v4 ip in host byte order
    * Bind signature to full address and signing mode
    * wallet: allow signing a message with spend or view key
    * Made spelling, grammar, and punctuation changes. Squashed commits into one as requested.
    * ringct: fix CLSAG serialization after boost/epee changes
    * Fix send scalar z in plaintext
    * Update minimal Ledger Monero app version
    * Update protocol version with Ledger's HW
    * core_tests: fix failures after v13
    * core_tests: remove hardcoded hf version
    * functional_tests: add a large (many randomx epochs) p2p reorg test
    * functional_tests: add randomx tests
    * core: fix mining from a block that's not the current top
    * draft support of clsag
    * CLSAG device support
    * Added balance check to MLSAG/CLSAG performance tests
    * Updated MLSAG and CLSAG tests for consistency
    * CLSAG verification performance test
    * CLSAG optimizations
    * Integrate CLSAGs into monero
    * unit_tests: add ge_triple_scalarmult_base_vartime test
    * CLSAG signatures
    * repo: update "sponsor" link
    * supercop: update submodule
    * functional_tests: add p2p functional tests
    * enforce claiming maximum coinbase amount
    * depends: fix broken links for ds_store / mac_alias
    * Fix ZMQ pruned bulletproof transactions
    * Add clear method to byte_stream
    * Revert "Use domain-separated ChaCha20 for in-memory key encryption"
    * replace most boost serialization with existing monero serialization
    * Avoid some temporary strings when reading off the database
    * README: update list of third party monero packages
    * rpc: always send raw txes through P2P (don't use bootstrap daemon)
    * Fix build with Boost 1.74
    * qrcodegen: fix compilation with old gcc, use modern cmake
    * travis: j3 -> j2 on i686-w64-mingw32
    * Change ZMQ-JSON txextra to hex and remove unnecessary base fields
    * Optimize ZMQ-JSON vector reading; GetBlocksFast reads 24%+ faster
    * Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster
    * Fix pruned tx for ZMQ's GetBlocksFast
    * simplewallet: allow setting tx keys when sending to a subaddress
    * cryptonote_protocol: don't synced pruned blocks before v11
    * Use domain-separated ChaCha20 for in-memory key encryption
    * Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests.
    * wallet2: fix setting tx keys when another is already set
    * Fix broken multisig pubkey sorting
    * Tweak format, add option for difficulty
    * epee: further defending against exceptions in command handlers
    * Add options to print daily coin emission and fees
    * Don't forget size of prunable txn part
    * wallet2: fix wrong name when checking RPC cost
    * rpc: reject wrong sized txid
    * easylogging++: fix crash with reentrant logging
    * epee: guard against exceptions in RPC handlers
    * blockchain: guard against exceptions in add_new_block/children
    * rpc: return empty txid get_outs rather than 00..00 when not requested
    * daemon: don't print "(pruned)" for coinbase txes
    * Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command
    * Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with unit test
    * epee: Remove unused functions in local_ip.h
    * wallet2_api: implement runtime proxy configuration
    * wallet2: throw a error on wallet initialization failure
    * For NetBSD, add instructions to README.md and define to ea_config.h
    * tx_pool: mine stem txes in fake chain mode
    * blockchain: fix timestamp/difficulty cache getting out of sync
    * version: update name
    * Update RandomX to v1.1.8
    * cmake: allow custom openssl path on macOS
    * daemon: print sampling time in print_net_stats
    * util: fix kilo prefix typo (K instead of k)
    * updates: mac gui .tar.bz2 -> .dmg
    * add trezor support to sweep_single
    * epee: fix array underflow in unicode parsing
    * simplewallet: add show_qr_code command
    * python-rpc: fix bad in_peers parameter
    * avoid a couple needless copies
    * fuzz_tests: fix init check in oss-fuzz mode
    * Do not use PIE with OSS-Fuzz
    * fix leaks in fuzz tests
    * fuzz_tests: add a tx extra fuzz test
    * Fix D++ block template check
    * repo: update donation fund address
    * daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation
    * workflows: update msys2 setup action v0 -> v1
    * fix warning by removing std::move() on temporary http_client object
    * blockchain: fix total_height in getblocks.bin response
    * rpc: fix loading rpc payment data from file
    * Mention correct libusb and libudev dependencies
    * README: mention pruning
    * Fix boost <1.60 compilation and fix boost 1.73+ warnings
    * rpc: fix comparison of seconds vs microseconds
    * miner: increase min/max intervals to full extents
    * functional_tests: add simple relay_tx test
    * rpc: fix relay_tx error return mixup
    * Fix incorrect lenght of command INS_PREFIX_HASH
    * tests: fix missing error on missing python entry point
    * python-rpc: add missing sync_txpool python entry point
    * daemon: remove time based "update needed" status string
    * cmake: insert CMAKE_CURRENT_SOURCE_DIR in CMAKE_MODULE_PATH
    * [master] MMS: New 'config_checksum' subcommand
    * easylogging++: sanitize log payload
    * rpc: don't display invalid json errors on default log level
    * workflows: fix windows build
    * daemon: complain if data dir resides on FAT32 volume (Windows)
    * rpc: add a sanity limit to a few RPC in restricted mode
    * ByteSlice: Fix persisting ptr to std::moved SSO buffer
    * net_node: remove dead seed nodes
    * rpc: lock access to the rpc payment object
    * cryptonote_core: remove "We are most likely forked" message
    * protocol: move the "peer claims higher version" warning to debug
    * fix a few typos in error messages
    * wallet2: fix multisig data clearing stomping on a vector
    * cryptonote_protocol: stricter limit to number of objects requested
    * cryptonote_protocol: reject requests/notifications before handshake
    * testdb: add override in a couple places where it's missing
    * serialization: fix bad rapidjson api usage
    * blockchain: detect and log bad difficulty calculations
    * wallet_rpc_server: use unlock_time in suggested confirmations calc
    * protocol: don't drop a connection if we can't get a compatible chain
    * epee: use memwipe rather than memset for md5 secrets
    * keccak: remove aligned check
    * Support for supercop ASM in wallet, and benchmark for supercop
    * simplewallet: add missing calls to on_command
    * db_lmdb: test for mmap support at init time
    * cmake: ASAN and PIE don't mix
    * fuzz_tests: refactor and add OSS-Fuzz compatibility
    * Add randomized delay when forwarding txes from i2p/tor -> ipv4/6
    * simplewallet: don't complain about incoming payment ids on change
    * libzmq should be libzmq4.
    * [master]: Update gitian yml files
    * build: prepare v0.16.0.0 release
    * blockchain: fix theoretical race getting bulk timestamps
    * Fixed bugs for take_slice and byte_stream->byte_slice
    * remove double includes
    * Update copyright year to 2020
    * systemd: Make sure required folders exist
    * Made ccache optional (opt out) and tidied up the FindCcache.cmake
    * Adding ZMQ/Pub support for txpool_add and chain_main events
    * Update expat.mk
    * performance_tests: some windows fixes
    * Keys: Add key for rbrunner7
    * contrib: remove codefresh pipeline
    * snap: remove from repo
* Mon Sep 14 2020 MichaƂ Rostecki <mrostecki@suse.com>
  - Add patches which fix the build with Boost 1.73 and 1.74, needed
    for successful build on Leap 15.2 and Tumbleweed:
    * 0001-Fix-boost-1.60-compilation-and-fix-boost-1.73-warnin.patch
    * 0002-Fix-build-with-Boost-1.74.patch
* Wed Aug 05 2020 marec@detebe.org
  - Update to version 0.16.0.3:
    * Tweak format, add option for difficulty
    * epee: further defending against exceptions in command handlers
    * Add options to print daily coin emission and fees
    * Don't forget size of prunable txn part
    * rpc: reject wrong sized txid
    * easylogging++: fix crash with reentrant logging
    * epee: guard against exceptions in RPC handlers
    * blockchain: guard against exceptions in add_new_block/children
    * build: prepare v0.16.0.3 release
* Wed Jun 24 2020 marec@detebe.org
  - Update to version 0.16.0.1:
    * add trezor support to sweep_single
    * updates: mac gui .tar.bz2 -> .dmg
    * epee: fix array underflow in unicode parsing
    * build: prepare v0.16.0.1 release
    * tx_pool: mine stem txes in fake chain mode
    * blockchain: fix timestamp/difficulty cache getting out of sync
    * Fix D++ block template check
    * blockchain: fix total_height in getblocks.bin response
    * rpc: fix loading rpc payment data from file
    * rpc: fix comparison of seconds vs microseconds
    * functional_tests: add simple relay_tx test
    * rpc: fix relay_tx error return mixup
    * daemon: remove time based "update needed" status string
    * rpc: don't display invalid json errors on default log level
    * Fix incorrect lenght of command INS_PREFIX_HASH
    * fix typo in pick_preferred_rct_inputs
* Fri May 22 2020 marec@detebe.org
  - Update to version 0.16.0.0:
    * version: update name
    * rpc: add a sanity limit to a few RPC in restricted mode
    * rpc: lock access to the rpc payment object
    * [release-v0.16] MMS: New 'config_checksum' subcommand
    * ByteSlice: Fix persisting ptr to std::moved SSO buffer
    * cryptonote_core: remove "We are most likely forked" message
    * protocol: move the "peer claims higher version" warning to debug
    * wallet2: fix multisig data clearing stomping on a vector
    * serialization: fix bad rapidjson api usage
    * cryptonote_protocol: stricter limit to number of objects requested
    * cryptonote_protocol: reject requests/notifications before handshake
    * easylogging++: sanitize log payload
    * blockchain: detect and log bad difficulty calculations
    * protocol: don't drop a connection if we can't get a compatible chain
    * simplewallet: help_advanced -> help
    * Revert "simplewallet: noob-friendly help menu"
    * epee: use memwipe rather than memset for md5 secrets
    * build: fix boost 1.73 compatibility
    * simplewallet: don't complain about incoming payment ids on change
    * Fixed bugs for take_slice and byte_stream->byte_slice
    * trezor: add new firmware version support
    * [release-v0.16]: Update gitian yml files
    * build: prepare v0.16.0.0 release
    * cryptonote_core: take out the time based upgrade warning
    * cryptonote_protocol: do not request pruned borromean sig txes
    * wallet2: fix keys file deserialization exception handling
    * txpool.cpp: rename var to fix for old g++ version (xenial default)
    * Fixes for ZMQ JSON-RPC endpoint names for raw tx
    * wallet2: fix subaddress expansion when receiving monero
    * trezor: adapt to new passphrase mechanism
    * message_store: don't print an error when there is no mms file
    * rpc: fix 'use_bootstrap_daemon_if_necessary' return value
    * openssl update
    * wallet2: check_connection return false on get_version status != OK
    * Used legacy category to match insert_key_images behavior
    * Revert functional test changes in babf25d2e and 571546067
    * cryptonote: fix reuse of non default tx data when relaying
    * FindCcache automatically
    * add another seed node
    * simplewallet: report timestamp based expected unlock time on balance
    * Add erciccione's seed node
    * p2p: startup speedup, init seed nodes on first 'connect_to_seed()'
    * p2p: add seed node.
    * cryptonote_core: skip dns checkpoints on startup if not enforced
    * unit_tests: fix gcc+ warning
    * workflows: add trezor support ubuntu
    * bootstrap_daemon: fix missing virtual destructor and lambda capture (clang warning)
    * Allow wallet2.h to run in WebAssembly
    * use memwipe on secret k/alpha values
    * Bulletproofs: verification speedup
    * simplewallet: add sweep_account command
    * Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.
    * simplewallet : missing function block separator
    * simplewallet: fix strings (show_transfers & export_transfers)
    * Add timelock verification on device
    * simplewallet: new "address one-off <major> <minor>" command
    * functional_tests: ensure signatures never reuse a timestamp
    * functional_tests: ensure signed timestamps are fresh
    * Use byte_slice for sending zmq messages - removes data copy within zmq
    * wallet_api: checkUpdate - optional version and buildtag params
    * update openssl 1.0.2r link
    * Hash domain separation
    * workflows: retry on apt failure
    * cryptonote_basic: drop unused verification_context::m_not_rct field
    * p2p: fix frequent weak_ptr exception on connection
    * Always reject duplicate key-images from second txid
    * Allow unrestricted rpc calls to get full txpool info
    * Fixed string_ref usage bug in epee::from_hex::vector
    * daemon: fix print_net_stats RPC calls
    * Fix network unit tests after epee changes
    * simplewallet: warn about correlations if print-ring-members is not set
    * p2p: add another seed node
    * Adding Dandelion++ support to public networks:
    * functional_tests: speed up signature generation
    * functional_tests: update cookie at 10 seconds interval
    * protocol: request txpool contents when synced
    * Daemon: Print estimates for time until fully synced
    * p2p: remove old debug commands
    * depends: update qt 5.7.1 download link
    * depends: libsodium disable getrandom()/getentropy() (glibc < 2.25)
    * p2p: do not add recently failed addresses to the peerlist
    * Fixing static_asserts in ZMQ JSON
    * Correct key image check in tx_pool
    * workaround for GetObject windows.h macro and rapidjson conflict
    * epee: avoid spamming 'Generating SSL certificate' in the logs
    * README: clean up TOC
    * core: move the LockedTXN class out of txpool so it may be reused
    * rpc: add --rpc-payment-allow-free-loopback
    * db_lmdb: fix race crash using a stale cursor
    * easylogging++: fix 'ELPP_OS_EMSCRIPTEN is not defined' warning
    * Use boost::asio::ssl::context::sslv23 for backwards compatibility
    * Bump downloaded boost version to 1.72
    * Fix receive order leakage with tx fluffing
    * Reduce template bloat in hex->bin for ZMQ json
    * Move hex->bin conversion to monero copyright files and with less includes
    * Remove temporary std::string creation in some hex->bin calls
    * p2p: plug tor to clearnet association vector
    * wallet2: remember daemon address overrides when loading a new wallet
    * Added logging for dropped local txes with no i2p/tor connections
    * cppzmq: remove leftovers
    * Various improvements to the ZMQ JSON-RPC handling:
    * device: Ledger - fix wide char hidapi error string conversion
    * daemon: auto public nodes - cache and prioritize most stable nodes
    * blockchain_db: faster fetching of consecutive txes
    * Provides safer semaphore privilege to jail; notes port/pkg availability
    * workflows: fix macOS build
    * daemon: if no banned IPs print something
    * workflows: log test output on failure
    * cryptonote_core: skip block notify on blockchain switching rollback
    * unit_tests: fix missing test names
    * remove empty statements
    * rpc: Add check for too old timestamps in payment signatures.
    * simplewallet: fix smart mining not starting after first setup
    * wipeable_string: split - treat CR, LF and Tabs as separators
    * tx_pool: catch theoretical error in get_block_reward
    * threadpool: lock mutex in create
    * console_handler: do not let exception past the dor
    * wallet2_api: wallet recovery - seed offset passphrase support
    * core: mention time being off in hash rate changes message
    * rpc: fix print_pool_sh not finding local txes
    * device_ledger: include status code name in error message
    * wallet2: mention --daemon-ssl-allow-any-cert in --proxy error msg
    * workflows: windows j3 -> j2
    * gpg_keys: add selsta key
    * miner: use verification mode for low diff one block nonce searches
    * workflows: add libwallet compile check
    * p2p: fix spurious warning when we're connected to at last one seed
    * p2p: remove obsolete local time in handshake
    * p2p: avoid sending the same peer list over and over
    * Translations from Weblate + updated language files
    * Explicitly define copy assignment operator
    * epee: remove backward compatible endian specific address serialization
    * p2p: remove backward compatible peer list
    * p2p: simplify last_seen serialization now we have optional stores
    * cryptonote_protocol: omit top 64 bits of difficulty when 0
    * serialization: do not write optional fields with default value
    * p2p: remove obsolete local time from TIMED_SYNC
    * network: log traffic and add a simple traffic analysis script
    * wallet: do not split integrated addresses in address book api
    * wallet2_api: implement estimateTransactionFee
    * wallet2: fix store-tx-info loading
    * fix tests bug added in #6110
    * net: fix incorrect less operator for top/i2p addresses
    * [randomx] Add missing randomx_vm_set_cache()
    * workflows: add build and test workflow
    * wallet2: reject zero keys in json input
    * wallet: reroll fake outs selection on local tx_sanity_check failure
    * build: autodetect MSYS2 install path, support non-standard location
    * Wallet: Distingush amounts for a single subaddress
    * gitian-build.py: Fixing check for docker command.
    * Daemon: Guard against reporting "synchronized" too early
    * ringdb: use a different iv for key and data in rings table
    * simplewallet: reword mixin in user message in terms of ring size
    * wallet2: do not remove known rings when a tx fails
    * README: remove unmaintained build status
    * Fix check_fee() discrepancy.
    * p2p: fix off by one adding fallback peers
    * Gitian: Change lxc ip link
    * 10 block time is for incoming outputs, not transactions
    * p2p: fix adding wrong indices to the filtered peer list
    * wallet: allow message sign/verify for subaddresses
    * wallet: fix exceptions getting the hash of a pruned tx
    * rpc: fill miner_tx_hash again
    * depends: empty spaces in PATH variable cause build failure
    * GPGKey: Add Snipa
    * depends: set several missing build tags
    * p2p: drop the peerlist dump to TRACE
    * README: fix translation link
    * wallet2: guard against race with multiple decrypt_keys users
    * abstract_tcp_server2: guard against negative timeouts
    * rpc: drop the obsolete and wrong "unpruned size" log
    * wallet-cli/rpc: allow sweep_all to use outputs in all subaddresses within an account
    * Corrected message typo
    * wallet2: fix hang in wallet refresh
    * blockchain: fix flushing txes from the txpool
    * add binaryFate's PGP key
    * depends: update libsodium to 1.0.18
    * print_coinbase_tx_sum now supports 128 bits sums
    * Silence miner debugmsg spam
    * simplewallet: warn on refresh if refresh-from-block-height seems off
    * simplewallet: set manual refresh mode in rescan_bc
    * Fix time comparison math
    * --disable-ban-rpc option to prevent RPC users from banning
    * ssl: server-side: allow multiple version of TLS
    * simplewallet: fix output age display with duplicate heights
    * simplewallet: fix "outputs in same tx" detector
    * rpc: add bad-blocks to flush_cache RPC
    * easylogging++: add emscripten support
    * Add travis freebsd
    * remove unused variable 'ptx' from on_describe_transfer()
    * unit_tests: remove invalid bulletproofs unit test
    * daemon: run with -rpc-payment-address and --rpc-restricted-bind-port
    * simplewallet: fix encrypted payment id note triggering on dummy ones
    * wallet2: better error when restoring a wallet with the wrong keys
    * rpc: error out from get_info if the proxied call errors out
    * make_test_signature: exit nicely on top level exception
    * node_rpc_proxy: init some new rpc payment fields in invalidate
    * rpc: init a few missing client_info members
    * rpc: do not propagate exceptions out of a dtor
    * rpc: always set the update field in update on sucess
    * net_ssl: load default certificates in CA mode on Windows
    * download: catch exceptions checking for size
    * update readme to encourage joining #monero-dev
    * rpc: fix bootstrap RPC payment RPC being made in raw JSON, not JSON RPC
    * epee: reorder a couple init list fields to match declaration
    * simplewallet: point to "set help" in the lock screen message
    * util: allow newlines in string to be split
    * updates: fix source code URL on _WIN32
    * ANONYMITY_NETWORKS.md : fix unintentional wrapping
    * rpc: don't auto fail RPC needing payment in bootstrap mode
    * rpc: add received_timestamp for pool txes in gettransactions
    * wallet_rpc_server: add count parameter to create_address
    * Add TheCharlatan pgp key
    * Gitian: Fix sigs generation
    * add xiphon's GPG key
    * db_lmdb: guard against non NUL terminated keys
    * make d2h et al. constant-time
    * wallet: don't issue node rpc proxy requests in '--offline' mode
    * p2p: don't request flags after closing connection
    * Fixed bug in ZMQ JSON-RPC method field
    * "Fix" non-determinism in native_cctools build
    * Fix #6147 DB corruption from child process overwrite
    * Fixup compiled python in OSX
    * Fix unwind library ordering
    * Fixup sodium darwin
    * Use standard time for depends caches
    * Add ARFLAGS
    * Add __pycache__ directory to .gitignore
    * epee: set application/json MIME type on json errors
    * threadpool: use std::move when taking an element off the queue
    * blockchain: speedup fetching pruned contiguous tx blobs
    * translations: fix "monero_" prefix when taking languages from file
    * translations: find lrelease disguised as lrelease-qt5
    * wallet: set non-empty error string on connection failure
    * epee: fix peer ids being truncated on display
    * Actually concatenate error strings.
    * gitian: add FreeBSD
    * depends: Add FreeBSD support
    * gitian: Parametrize target platforms
    * simplewallet: fix restore height warning
    * Replace memset with memwipe.
    * perf_timer: fix pause/resume macros dereferencing too much
    * tests: fix HF12 chaingen - construct bc object from events
    * simplewallet: noob-friendly help menu
    * rpc: Only show version string if it matches expected pattern
    * daemon: Use rpc for "version" command
    * epee: fix console_handlers_binder race, wait for thread to finish
    * blockchain: error out if the builtin hashes data size is wrong
    * epee: close connection when the peer has done so
    * p2p: zero last seen timestamp when inserting a new peer
    * gitian: Update to latest gitian-builder
    * Gitian Readme: adding android signing & fix v0.15 checksum.
    * core_tests: reset thread pool between tests
    * build: fix IOS, build blockchain_db and rpc, skip wallet_rpc_server
    * wallet_rpc_server: new estimate_tx_size_and_weight RPC
    * wallet2: don't try to lock an empty filename
    * wallet_rpc_server: add tx weight in transfer commands responses
    * Fixes a minor formatting error
    * wallet2: fix pool txes not being flushed when mined
    * daemon: allow printing N blocks from the end of the chain
    * daemon: add +meta print_tx parameter
    * blockchain_stats: make it work on pruned blockchains
    * lmdb: Remove meaningless const qualifier on function type
    * gitian: fix out dir location
    * Change to Tx diffusion (Dandelion++ fluff) instead of flooding
    * Copy LICENSE to all archives
    * Improved performance for epee serialization:
    * depends: fix typo in packages
    * gitian: add --rebuild option
    * Add Android support
    * Adding support for hidden (anonymity) txpool
    * 0.15.0.0 release engineering
    * simplewallet: plug a timing leak
    * Add a --keep-fakechain option to keep fakechain databases
    * epee: allow a random component in once_a_time timeouts
    * wallet: reuse cached height when set after refresh
    * wallet2: fix is_synced checking target height, not height
    * wallet: fix another facet of "did I get some monero" information leak
    * wallet2: do not send an unnecessary last getblocks.bin call on refresh
    * simplewallet: add missing inactivity-lock-timeout to set help blurb
    * simplewallet: do not mention inactivity if a lock was manual
    * wallet2: do not repeatedly ask for pool txes sent to us
    * README update upgrade table with details
    * Updating gitian yml files for v0.15
    * cryptonote: untangle dependency from miner to blockchain
    * README: add Void Linux package dependencies
    * RandomX: Update to v1.1.6
    * core_tests: remove some useless verbose logs
    * unit_tests: fix use after free
    * wallet2: make keys unlocker reentrant
    * python-rpc: add missing strict_balances parameter for get_accounts
    * blockchain: fix comment wrongly refering to SHA-3 rather than Keccak
    * daemon: handle printing higher hash rates
    * always print peer IDs in the same format
    * tx_pool: fix error message assuming incorrectly
    * daemon: always use bootstrap daemon (if set) in '--no-sync' mode
    * Updated paper references
    * core: point out when we hit the block rate visibility limit
    * Minor prover simplification
    * blockchain: fix unwanted error when probing the pool for a tx
    * functional_tests: ensure mining stops on error in mining test
    * rpc: base flush_cache request/response on the new base structs
    * wallet: do not warn if the rpc cost was free
    * easylogging++: add screen.xterm-256color to the "allow colour" TERM list
    * simplewallet: remove remaining payment id dead code
* Tue Mar 10 2020 marec@detebe.org
  - Update to version 0.15.0.5:
    * depends: set several missing build tags
    * p2p: plug tor to clearnet association vector
    * Added logging for dropped local txes with no i2p/tor connections
    * build: prepare v0.15.0.5 update
    * depends: update libsodium to 1.0.18
    * wallet: fix exceptions getting the hash of a pruned tx
    * Fixed string_ref usage bug in epee::from_hex::vector
    * Fixed bug in ZMQ JSON-RPC method field

Files

/usr/include/wallet
/usr/include/wallet/api
/usr/include/wallet/api/wallet2_api.h


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024