Commit Graph

1543 Commits

Author SHA1 Message Date
Gabriel mermelstein 467d030b8f
re-inserting chronicles 2024-04-12 09:54:06 +03:00
Gabriel mermelstein d8f2e43a93
adding base64 import 2024-04-10 18:45:10 +03:00
Gabriel mermelstein 69162bbdb5
removing log scope 2024-04-10 18:31:04 +03:00
Gabriel mermelstein ece6eb6670
removing unused import 2024-04-10 18:21:05 +03:00
Gabriel mermelstein aff0e9cba3
updating nim-chronicles 2024-04-09 10:35:58 +03:00
Gabriel mermelstein c15d8e98cb
deleting extra space 2024-04-08 12:13:51 +03:00
Gabriel mermelstein 7dd1b8540e
using libp2p defaults for parameters not specified 2024-04-08 12:12:05 +03:00
Gabriel mermelstein 76dbee4b45
Revert "bumping nim-chronicles"
This reverts commit 85d8fdb50a.
2024-04-08 10:10:23 +03:00
Gabriel mermelstein f51da92bf9
fixing networkmonitor compilation error 2024-04-08 09:47:10 +03:00
Gabriel mermelstein 0d2c0a9410
fixing compilation errors in examples 2024-04-08 09:29:54 +03:00
Gabriel mermelstein 0e0ba54900
fixing typo 2024-04-07 15:53:06 +03:00
Gabriel mermelstein 7687196a26
adding missing std/option import 2024-04-07 15:41:52 +03:00
Gabriel mermelstein ae836347d8
Revert "bumping nim-sqlite3-abi"
This reverts commit 79168c0e28.
2024-04-07 14:49:29 +03:00
Gabriel mermelstein a9b73cf352
Revert "bumping nim-regex"
This reverts commit c1d15c7092.
2024-04-07 14:48:38 +03:00
Gabriel mermelstein 48219d5f05
bumping nim-unittest2 2024-04-07 14:32:03 +03:00
Gabriel mermelstein 93f46d8746
bumping nim-unicodedb 2024-04-07 14:30:20 +03:00
Gabriel mermelstein 14c2d3e111
bumping nim-stint 2024-04-07 14:22:54 +03:00
Gabriel mermelstein f21a330992
bumping nim-stew 2024-04-07 14:20:25 +03:00
Gabriel mermelstein 79168c0e28
bumping nim-sqlite3-abi 2024-04-07 14:18:18 +03:00
Gabriel mermelstein c1d15c7092
bumping nim-regex 2024-04-07 12:57:19 +03:00
Gabriel mermelstein f8e32bd7a5
bumping nim-presto 2024-04-07 12:55:37 +03:00
Gabriel mermelstein 33ac384fcf
bumping nim-libp2p 2024-04-07 11:58:57 +03:00
Gabriel mermelstein 9e03e5e0c5
bumping nim-libbacktrace 2024-04-07 11:56:23 +03:00
Gabriel mermelstein 59f6986b7b
bumping nim-json-serialization 2024-04-07 11:54:25 +03:00
Gabriel mermelstein 518c8b85f8
bumping nim-faststreams 2024-04-07 11:49:15 +03:00
Gabriel mermelstein c7235657cc
bumping nim-chronos 2024-04-07 11:32:38 +03:00
Gabriel mermelstein 85d8fdb50a
bumping nim-chronicles 2024-04-07 11:30:14 +03:00
Gabriel mermelstein 72111dd407
bumping nimbus-build-system 2024-04-07 11:26:01 +03:00
Gabriel mermelstein 37c422ae8e
bumping nim-bearssl 2024-04-07 11:21:39 +03:00
richΛrd 3d752b11b9
fix(c-bindings): rln credential path key (#2564) 2024-04-04 02:41:14 -04:00
Alvaro Revuelta a76c958766
fix: cluster-id 0 disc5 issue (#2562) 2024-04-04 08:19:31 +02:00
Alvaro Revuelta c87545d53d
fix: regex for rpc endpoint (#2563) 2024-04-02 15:14:55 +02:00
Ivan FB 8d66a5485d
feat: examples/golang/waku.go add new example (#2559)
* examples/golang/waku.go: add new example
* waku.go: Richard recommendations
https://github.com/waku-org/nwaku/pull/2559#pullrequestreview-1963210599
Not addressing points 3 and 9 in this commit.
* waku.go: allow setting separate callback methods per WakuNode instance
---------
Co-authored-by: richΛrd <info@richardramos.me>
2024-03-28 11:19:16 +01:00
richΛrd 2aa835e3bf
feat(c-bindings): rln relay (#2544) 2024-03-27 10:08:53 -04:00
Alvaro Revuelta b5e4795f55
fix(rln): set a minimum epoch gap (#2555) 2024-03-27 11:36:14 +01:00
Alvaro Revuelta 47ad0fb001
fix: fix regresion + remove deprecated flag (#2556) 2024-03-26 19:44:55 +01:00
Sergei Tikhomirov 65530264d5
feat(incentivization): add codec for eligibility proof and status (#2419)
* incentivization: add codec for eligibility proofs

* add codec for eligibility proof and eligibility status

* address minor comments

* make status code mandatory in eligibility status
2024-03-26 18:25:42 +01:00
richΛrd 6d0f6d822c
refactor(c-bindings): node initialization (#2547) 2024-03-26 09:10:25 -04:00
Vaclav Pavlin 70c53fc058
fix(networkmanager): regularly disconnect from random peers (#2553) 2024-03-26 12:04:48 +01:00
Alvaro Revuelta e861317209
chore: remove deprecated legacy filter protocol (#2507)
* chore: remove deprecated legacy filter protocol

* fix: do not use legacy import in test

* fix: remove legacy test references

* fix: more test fixes, starting filter client

* fix: sigh. more references to remove.

* fix: fix dereferencing error

* fix: fix merge mess up

* fix: sigh. merge tool used tabs.

* fix: more peer manager tests needed fixing

---------

Co-authored-by: Hanno Cornelius <hanno@status.im>
Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
2024-03-25 18:07:56 +00:00
Ivan FB b5e2edb724
postgres_driver.nim: make sure the partition list ist loaded in correct order (#2548) 2024-03-25 18:02:07 +01:00
Simon-Pierre Vivier 94ff5eab68
fix: remove subscription queue limit (#2551) 2024-03-25 10:33:01 -04:00
Anton Iakimov 18a053591d
chore: switch wakuv2 to waku fleet (#2519)
See https://github.com/status-im/infra-nim-waku/issues/91
2024-03-20 16:28:00 +01:00
Ivan FB 2173fe2243
fix: peer_manager - extend the number of connection requests to known peers (#2534)
* peer_manager: limit the max num out conns from within the conn loop
2024-03-19 19:07:03 +01:00
Álex Cabeza Romero 33774fada0
fix(2491): Fix metadata protocol disconnecting light nodes (#2533)
* Fix metadata protocol disconnecting light nodes.
* Implement test cases.
2024-03-19 16:18:52 +01:00
richΛrd 7aea2d4fc4
fix(rest): filter/v2/subscriptions response (#2529) 2024-03-18 18:21:06 -04:00
Ivan FB a576e62401
docs: create nph.md (#2536) 2024-03-18 22:37:26 +01:00
Ivan FB 693a1778d1
chore: Better postgres duplicate insert (#2535)
* postgres_driver: add ON CONFLICT DO NOTHING in the insert statement
* test_driver_postgres: adapt test to ON CONFLICT DO NOTHING
  The insert does not fail when duplicate, it returns a positive response
  when doing 'put' of a duplicated row. The test is adapted so that
  we just check that the number of messages doesn't grow after
  trying to add a duplicated row.
2024-03-18 15:59:45 +01:00
Ivan FB 3ba4378cbe
Generic re-style with nph 0.5.1 (#2396) 2024-03-16 00:08:47 +01:00
richΛrd 23a291b372
fix(store): retention policy regex (#2532) 2024-03-15 09:46:35 -04:00