Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump dependencies for v0.34 #3096

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 8, 2024

  1. Bump nim-chornicles, nim-libp2p, nimcrypto

    Bump nim-web3, nim-eth and deps - on_chain/group_manager.nim adaption
    Added status-im/nim-minilru submodule required by latest nim-eth
    Added nim-quic and nim-ngtcp2 as new deps of nim-libp2p
    Fixing tests.
    
     Changes:
    	modified:   .gitmodules
    	modified:   tests/waku_discv5/utils.nim
    	modified:   tests/waku_enr/utils.nim
    	modified:   tests/waku_rln_relay/test_rln_group_manager_onchain.nim
    	modified:   tests/waku_rln_relay/utils.nim
    	modified:   tests/waku_rln_relay/utils_onchain.nim
    
            modified:   vendor/nim-chronicles
    	modified:   vendor/nim-eth
    	modified:   vendor/nim-http-utils
    	modified:   vendor/nim-json-rpc
    	modified:   vendor/nim-json-serialization
    	modified:   vendor/nim-libp2p
    	modified:   vendor/nim-metrics
    	new file:   vendor/nim-minilru
    	modified:   vendor/nim-nat-traversal
    	new file:   vendor/nim-ngtcp2
    	modified:   vendor/nim-presto
    	new file:   vendor/nim-quic
    	modified:   vendor/nim-secp256k1
    	modified:   vendor/nim-serialization
    	modified:   vendor/nim-stew
    	modified:   vendor/nim-taskpools
    	modified:   vendor/nim-testutils
    	modified:   vendor/nim-toml-serialization
    	modified:   vendor/nim-unicodedb
    	modified:   vendor/nim-unittest2
    	modified:   vendor/nim-web3
    	modified:   vendor/nim-websock
    	modified:   vendor/nim-zlib
    	modified:   vendor/nimcrypto
    	modified:   waku.nimble
    
            modified:   waku/common/enr/builder.nim
    	modified:   waku/common/enr/typed_record.nim
    	modified:   waku/common/utils/nat.nim
    	modified:   waku/discovery/waku_discv5.nim
    	modified:   waku/waku_rln_relay/conversion_utils.nim
    	modified:   waku/waku_rln_relay/group_manager/on_chain/group_manager.nim
    	modified:   waku/waku_rln_relay/rln/wrappers.nim
    	modified:   waku/waku_rln_relay/rln_relay.nim
    NagyZoltanPeter committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7f1ea08 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Eliminate C compilation issue with chat2bridge due to an overcomplica…

    …ting import from json_rpc instead of using std/json
    NagyZoltanPeter committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a5189d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    0a91ab6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    d35f157 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    b5df2ce View commit details
    Browse the repository at this point in the history