mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-06 16:03:08 +00:00
* properly pass userMessageLimit to OnchainGroupManager * waku.nimble 2.2.4 Nim compiler * rm stew/shims/net import * change ValidIpAddress.init with parseIpAddress * fix serialize for zerokit * group_manager: separate if statements * protocol_types: add encode UInt32 with zeros up to 32 bytes * windows build: skip libunwind build and rm libunwind.a inlcusion step * bump nph to overcome the compilation issues with 2.2.x * bump nim-libp2p to v1.10.1
49 lines
1.3 KiB
Markdown
49 lines
1.3 KiB
Markdown
---
|
|
name: Bump dependencies
|
|
about: Bump vendor dependencies for release
|
|
title: 'Bump vendor dependencies for release 0.0.0'
|
|
labels: dependencies
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!-- Add appropriate release number to title! -->
|
|
|
|
Update `nwaku` "vendor" dependencies.
|
|
|
|
### Items to bump
|
|
- [ ] dnsclient.nim ( update to the latest tag version )
|
|
- [ ] nim-bearssl
|
|
- [ ] nimbus-build-system
|
|
- [ ] nim-chronicles
|
|
- [ ] nim-chronos
|
|
- [ ] nim-confutils
|
|
- [ ] nimcrypto
|
|
- [ ] nim-dnsdisc
|
|
- [ ] nim-eth
|
|
- [ ] nim-faststreams
|
|
- [ ] nim-http-utils
|
|
- [ ] nim-json-rpc
|
|
- [ ] nim-json-serialization
|
|
- [ ] nim-libbacktrace
|
|
- [ ] nim-libp2p ( update to the latest tag version )
|
|
- [ ] nim-metrics
|
|
- [ ] nim-nat-traversal
|
|
- [ ] nim-presto
|
|
- [ ] nim-regex ( update to the latest tag version )
|
|
- [ ] nim-results
|
|
- [ ] nim-secp256k1
|
|
- [ ] nim-serialization
|
|
- [ ] nim-sqlite3-abi ( update to the latest tag version )
|
|
- [ ] nim-stew
|
|
- [ ] nim-stint
|
|
- [ ] nim-taskpools ( update to the latest tag version )
|
|
- [ ] nim-testutils ( update to the latest tag version )
|
|
- [ ] nim-toml-serialization
|
|
- [ ] nim-unicodedb
|
|
- [ ] nim-unittest2 ( update to the latest tag version )
|
|
- [ ] nim-web3 ( update to the latest tag version )
|
|
- [ ] nim-websock ( update to the latest tag version )
|
|
- [ ] nim-zlib
|
|
- [ ] zerokit ( this should be kept in version `v0.7.0` )
|