Revisions of monero

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1161441 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 16)
- Update to version 0.18.3.3:
s
  * ringct: fix trunc_amount field name change
  * build: prepare v0.18.3.3
  * Revert "http_client: reduce number of packets sent for small bodies"
  * depends: add riscv64 linux build tag
- Update to version 0.18.3.2:
  * Fixed mempool pruning
  * tx_memory_pool: make double spends a no-drop offense
  * get_block_template_backlog: better sorting logic
  * wallet2: adjust fee during backlog, fix set priority
  * unit_tests: fix strtoul unit test
  * docs: omit i2p port number from ANONYMITY_NETWORKS
  * wallet: feature: transfer amount with fee included
  * build: prepare v0.18.3.2
  * cryptonote_core: early out on out of bounds scaling parameter
  * depends: openssl: update to 3.0.13
  * depends: unbound: update to 1.19.1
  * depends: expat: update to 2.6.0
  * remove ARCH=x86-64 from release-static
  * serialization: fix infinite loops and clean up dispatching
  * Zero initialize rctSigBase elements
  * Disable/fix ports with I2P
  * Add <cstdint> to aligned test
  * wallet: mitigate statistical dependence for decoy selection within rings
  * Fix missing checks for IsObject in ZMQ jsonrpc reading
  * JH hash compiler workarounds
  * Fix EAGAIN bug in ZMQ-RPC/ZMQ-PUB
  * wallet: fix multisig key memory leak
  * heed NO_COLOR environment variable
  * readline_buffer: disable bracketed paste escape sequences
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1125826 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 13)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1069545 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 11)
- 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]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1035610 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 10)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 976977 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 9)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 935954 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 7)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 886889 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 6)
- 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
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 883312 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 4)
- Cleanup spec file with spec-cleaner
- Drop static libraries and html documentation 
- Adjust _constraints
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 867349 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 3)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 861898 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 2)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 856780 from Emily Roberts's avatar Emily Roberts (nopeinomicon) (revision 1)
Updated .spec file to simplify version checking, as recommended by @dimstar
Displaying all 16 revisions
openSUSE Build Service is sponsored by