Commit Graph

2047 Commits

Author SHA1 Message Date
Jonas Nick
e59c530c30
lnd: 0.17.3-beta -> 0.17.4-beta 2024-02-24 13:23:35 +00:00
Sergei Trofimovich
51bac09a7c wownero: fix gcc-13 build
Without the change build fail on `master` as
https://hydra.nixos.org/build/248981684:

    /build/source/contrib/epee/include/storages/parserse_base_utils.h:46:28: error: 'uint8_t' does not name a type
       46 |     static const constexpr uint8_t lut[256]={
          |                            ^~~~~~~
2024-02-23 22:12:00 +00:00
André Silva
33020597a3
Merge pull request #290563 from r-ryantm/auto-update/ledger-live-desktop
ledger-live-desktop: 2.75.0 -> 2.77.1
2024-02-23 13:15:26 +00:00
Mario Rodas
83ff7b0f33
Merge pull request #290299 from trofi/particl-core-gcc-13-fix-update
particl-core: 23.0.3.0 -> 23.2.7.0
2024-02-22 19:42:05 -05:00
Pavol Rusnak
6431687868
Merge pull request #290479 from r-ryantm/auto-update/trezor-suite
trezor-suite: 24.1.2 -> 24.2.2
2024-02-22 16:38:39 -03:00
R. Ryantm
2659d40aff
trezor-suite: 24.1.2 -> 24.2.2 2024-02-22 16:38:08 -03:00
Mario Rodas
fd8da35abf
Merge pull request #289732 from trofi/btcdeb-update
btcdeb: unstable-2022-04-03 -> 0.3.20-unstable-2024-02-06
2024-02-21 23:50:36 -05:00
R. Ryantm
b9d3780742 ledger-live-desktop: 2.75.0 -> 2.77.1 2024-02-22 04:12:54 +00:00
Sergei Trofimovich
cd37349f82 particl-core: 23.0.3.0 -> 23.2.7.0
Without the change the build against `gcc-13` fails on `master` as
https://hydra.nixos.org/build/249150842:

    In file included from ./util/strencodings.h:14,
                     from util/strencodings.cpp:6:
    ./util/string.h💯50: error: 'uint8_t' was not declared in this scope
      100 |                                 const std::array<uint8_t, PREFIX_LEN>& prefix)
          |                                                  ^~~~~~~
2024-02-20 23:05:06 +00:00
R. Ryantm
345d7bf969 bitcoind-abc: 0.28.9 -> 0.28.10 2024-02-20 22:35:12 +00:00
Pavol Rusnak
9d8b9afbac
Merge pull request #289784 from trofi/clboss-update
clboss: 0.12 -> 0.13
2024-02-19 22:18:14 -03:00
Sergei Trofimovich
2c63059067 nano-wallet: fix gcc-13 build failure
Without the change the build fails on `master` as
https://hydra.nixos.org/build/249086772:

    In file included from /build/source/submodules/rocksdb/table/block_based/data_block_hash_index.cc:9:
    /build/source/submodules/rocksdb/table/block_based/data_block_hash_index.h:65:7: error: 'uint8_t' does not name a type
       65 | const uint8_t kNoEntry = 255;
          |       ^~~~~~~
2024-02-19 22:15:49 +00:00
Sergei Trofimovich
964b613a0d litecoin: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/249019697:

    support/lockedpool.cpp: In member function 'void Arena::free(void*)':
    support/lockedpool.cpp:102:20: error: 'runtime_error' is not a member of 'std'
      102 |         throw std::runtime_error("Arena: invalid or double free");
          |                    ^~~~~~~~~~~~~
2024-02-18 23:00:26 +00:00
Sergei Trofimovich
4d4f3d1b79 clboss: 0.12 -> 0.13
Changes: https://github.com/ZmnSCPxj/clboss/releases/tag/v0.13

Without the update the build fails on `master` against `gcc-13` as
https://hydra.nixos.org/build/249004612:

    In file included from dev-proxy-connect.cpp:3:
    Net/SocketFd.hpp:42:37: error: 'uint8_t' is not a member of 'std'; did you mean 'wint_t'?
       42 |         void write(std::vector<std::uint8_t> const&);
          |                                     ^~~~~~~
          |                                     wint_t
2024-02-18 17:12:56 +00:00
Sergei Trofimovich
2157a9ce31 btcdeb: unstable-2022-04-03 -> 0.3.20-unstable-2024-02-06
Without the change the build against `gcc-13` on `master` fails as
https://hydra.nixos.org/build/249060206:

    support/lockedpool.cpp: In member function 'void Arena::free(void*)':
    support/lockedpool.cpp:102:20: error: 'runtime_error' is not a member of 'std'
      102 |         throw std::runtime_error("Arena: invalid or double free");
          |                    ^~~~~~~~~~~~~

While at it enable parallel building.
2024-02-18 11:18:37 +00:00
Sergei Trofimovich
7cecf3eae1 bitcoin-abc: 0.26.2 -> 0.28.9
Without the change build on `gcc-13` in `master` fails as
https://hydra.nixos.org/build/249054007:

    In file included from /build/source/src/clientversion.cpp:7:
    /build/source/src/./tinyformat.h:380:36: error: 'uint8_t' has not been declared
      380 | TINYFORMAT_DEFINE_FORMATVALUE_CHAR(uint8_t)
          |                                    ^~~~~~~
2024-02-18 11:08:13 +00:00
Raghav Sood
66ea5ff69f
Merge pull request #289510 from trofi/aeon-mark-broken
aeon: mark broken
2024-02-17 21:34:58 +08:00
Sergei Trofimovich
34b41d0c74 aeon: mark broken
No development upstream for past few years.

Fails to build against `gcc-13` on `master` as
https://hydra.nixos.org/build/249045599:

    In file included from /build/source/src/common/combinator.cpp:31:
    /build/source/src/common/combinator.h:38:1: error: 'uint64_t' does not name a type
       38 | uint64_t combinations_count(uint32_t k, uint32_t n);
          | ^~~~~~~~
2024-02-17 11:36:29 +00:00
R. Ryantm
62c08c4f49 optimism: 1.5.1 -> 1.6.1 2024-02-17 07:44:02 +00:00
André Silva
9adb3fcfd2
Merge pull request #287225 from andresilva/polkadot-v1.7.0
polkadot: 1.6.0 -> 1.7.0
2024-02-11 13:00:03 +00:00
Yt
b5deef5f5e
Merge pull request #287754 from r-ryantm/auto-update/optimism
optimism: 1.5.0 -> 1.5.1
2024-02-10 16:42:54 +00:00
R. Ryantm
3119dc3618 optimism: 1.5.0 -> 1.5.1 2024-02-10 12:11:27 +00:00
R. Ryantm
9ff9fff004 ergo: 5.0.19 -> 5.0.20 2024-02-10 08:24:37 +00:00
R. Ryantm
26c741b7c1 taproot-assets: 0.3.2 -> 0.3.3 2024-02-09 06:32:49 +00:00
Erik Arvstedt
2d108624a5
btcpayserver: 1.11.7 -> 1.12.5 2024-02-08 21:45:42 +01:00
Erik Arvstedt
9a0e4aa43a
nbxplorer: 2.3.66 -> 2.5.0 2024-02-08 21:45:32 +01:00
André Silva
b2d047d3f2
polkadot: 1.6.0 -> 1.7.0 2024-02-08 11:15:49 +00:00
Weijia Wang
98584c90d4
Merge pull request #286486 from wegank/sumokoin-fix
sumokoin: fix build with gcc 13
2024-02-06 21:31:33 +01:00
Weijia Wang
7ee2a7b969 sumokoin: fix build with gcc 13 2024-02-05 13:57:44 +01:00
Weijia Wang
3b079d38e4
Merge pull request #281691 from r-ryantm/auto-update/exodus
exodus: 23.12.21 -> 24.1.15
2024-02-04 22:38:27 +01:00
Weijia Wang
061a75bbf7
Merge pull request #284234 from r-ryantm/auto-update/besu
besu: 23.10.3 -> 24.1.1
2024-02-04 20:14:05 +01:00
Yt
6fb8ef9302
Merge pull request #285745 from r-ryantm/auto-update/optimism
optimism: 1.1.6 -> 1.5.0
2024-02-02 22:31:59 +00:00
R. Ryantm
629695900f op-geth: 1.101305.1 -> 1.101305.3 2024-02-02 09:15:23 +00:00
R. Ryantm
009d63f112 optimism: 1.1.6 -> 1.5.0 2024-02-02 08:43:41 +00:00
Weijia Wang
a1dc07da6f
Merge pull request #282766 from r-ryantm/auto-update/ergo
ergo: 5.0.18 -> 5.0.19
2024-01-28 06:44:25 +01:00
R. Ryantm
e0e27d36d9 besu: 23.10.3 -> 24.1.1 2024-01-27 12:27:15 +00:00
André Silva
ba7d3dcba6
ledger-live-desktop: add sourceProvenance 2024-01-25 13:11:59 +00:00
R. Ryantm
b7a82613cb ledger-live-desktop: 2.73.1 -> 2.75.0 2024-01-25 06:23:59 +00:00
R. Ryantm
7296553e58 exodus: 23.12.21 -> 24.1.15 2024-01-24 14:19:13 +00:00
André Silva
9fcbb8e48d
polkadot: 1.5.0 -> 1.6.0
diff: https://github.com/paritytech/polkadot-sdk/compare/polkadot-v1.5.0...polkadot-v1.6.0
changelog: https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.6.0
2024-01-24 12:18:27 +00:00
Yt
76a4ed26a3
Merge pull request #283154 from r-ryantm/auto-update/op-geth
op-geth: 1.101305.0 -> 1.101305.1
2024-01-23 13:50:24 +00:00
Pavol Rusnak
553cacb064
trezor-suite: 23.12.3 -> 24.1.2 2024-01-23 07:35:58 -06:00
R. Ryantm
007c39b532 op-geth: 1.101305.0 -> 1.101305.1 2024-01-23 08:48:10 +00:00
R. Ryantm
ad7037ee37 ergo: 5.0.18 -> 5.0.19 2024-01-22 02:43:25 +00:00
Weijia Wang
6c6804e356
Merge pull request #278198 from r-ryantm/auto-update/besu
besu: 23.10.2 -> 23.10.3
2024-01-20 10:53:59 +01:00
a-n-n-a-l-e-e
0eac651eb0
Merge pull request #280118 from polachok/solana-update
solana-validator: 1.10 -> 1.16
2024-01-17 13:29:06 -08:00
Alexander Polakov
5c5c0fba21 solana-validator: 1.10 -> 1.16
* solana-validator: move env under env attr
 * fix build on darwin
 * fix build with rust 1.7x
 * solana-validator: use patch from github

Co-authored-by: a-n-n-a-l-e-e <150648636+a-n-n-a-l-e-e@users.noreply.github.com>
2024-01-18 01:16:59 +04:00
Jonas Nick
ffe0695434
lnd: 0.17.0-beta -> 0.17.3-beta 2024-01-16 11:46:34 +00:00
Pavol Rusnak
e704803861
Merge pull request #280818 from r-ryantm/auto-update/fulcrum
fulcrum: 1.9.7 -> 1.9.8
2024-01-13 21:21:04 -05:00
Yt
c66f8f59c0
Merge pull request #280788 from aikooo7/update-solana-cli
solana-cli: 1.14.23 → 1.16.27
2024-01-14 01:27:01 +01:00