Daniel Kaiser
51cbc39d49
feat(config): add config file support ( #953 )
...
including
* bump vendor/nim-confutils
* add nim-toml-serialization submodule
* feat(config): add example config file
* add new feature to CHANGELOG
2022-05-17 17:48:08 +02:00
Hanno Cornelius
bd70a1b7bb
Disable GossipSub PX by default ( #958 )
2022-05-13 18:18:09 +02:00
Zahary Karadjov
062668366a
Nimble fix: The repo doesn't use a src folder
2022-05-12 14:25:02 +03:00
Zahary Karadjov
25351b5b42
RLN is not a Nimble package
2022-05-11 12:15:34 +03:00
Sanaz Taheri Boshrooyeh
47a9fcfd77
chore|feat (waku-rln-relay): modules reorganization|Initial test for capturing events using nim-web3 ( #941 )
...
* first edition
* adds the full test scenario
* fixes typos
* fixes a bug in the supplied command
* further edits the description
* displays the chat prompt after spam detection
* updates changelog
* minor wording fix
* adds a new test file for onchain rln relay
* adds the Event proc
* adds one working example of event subscription
* defines a new unitt test for event subscription
* adds the new test file
* cleans up the code
* adds a working event subscription for faucet contract
* wip
* makes faucet test conditional
* updates contract byte codes
* adds a working test for event subscription and cleans up the tests
* fixes case
* adss toUInt256 unit function
* enables the tests
* fixes a bug
* undo commented tests
* cleans up the test
* logs the pk
* removes excess entry in the changelog
* fixes spacing
* comments
* removes unused test codes
* adds the conditional compilation for onchain tests
* uncomments offchain tests
* removes onchain tests
* reorganizes the code and moves the rln contract data into a separate module
* deletes txt files
* beautifies the code
* beautifies the code
* removes an excess line
* more formatting fixes
* minor fix
* updates the case of membership fee const
* renames compare to diff
* renames time to e
* edits the number of arguments of the send proc
* fixes a comment alignment
* fixes indentation
* fixed id style
* splits check from condition
* fixes a naming mismatch
2022-05-10 14:09:18 -07:00
Franck R
b2eb992bd3
Fix typo ( #960 )
2022-05-10 12:49:12 +02:00
Daniel Kaiser
5e85eecd14
perf(store): add index on receiverTimestamp ( #947 )
2022-04-23 10:49:11 +02:00
G
f59876caeb
fix(Jenkins): remove caching ( #945 )
...
* Update Jenkinsfile.prs
2022-04-19 12:51:27 +02:00
G
cb11c192d6
feat(noise): add support to Waku Payload V2 ( #932 )
...
* feat(noise): adding ChaChaPoly encryption
* feat(noise): add support to Noise public keys
* feat(noise): added support to Waku Payload V2
* fix(noise): missing comma
* Fixed header
* refactor(noise): add comments, restyle code
* refactor(noise): address reviewer's comments
* Update nim-eth
* fix(noise): moved strutils in std
2022-04-12 13:50:51 +02:00
Hanno Cornelius
8ac8e758e0
chore: update submodules ( #940 )
2022-04-12 09:35:19 +02:00
Hanno Cornelius
450e0494f1
fix(store): timestamp validity checks ( #876 )
2022-04-11 14:58:18 +02:00
G
d2fccb5220
feat(noise): add support to encrypted/unencrypted public keys ( #931 )
...
* feat(noise): adding ChaChaPoly encryption
* test(noise): add test for ChaChaPoly Encryption/decryption
* style(noise): converted variables to camelCase
* feat(noise): add support to Noise public keys
* Fixed header
* refactor(noise): address reviewer's comments
* refactor(noise): small fixes/comments
* refactor(noise): add empty plaintext/ciphertext handling + string encryption test
* refactor(noise): address reviewer's comments
2022-04-06 14:37:02 +02:00
G
45b1e10647
feat(noise): add support to ChaChaPoly encryption ( #930 )
...
* feat(noise): adding ChaChaPoly encryption
* fix(noise): restored waku2 tests
* fix(noise): missing comma
* Fixed header
* fix(noise): made comment about empty ChaChaPolyKey clearer
* refactor(noise): address reviewer's comments
* test(noise): add test for ChaChaPoly Encryption/decryption
* refactor(noise): removed libp2p specific debug tools usage
* style(noise): converted variables to camelCase
2022-04-04 17:46:51 +02:00
Sanaz Taheri Boshrooyeh
54d64a63fe
feat: make the rln-relay protocol available in the waku docker image ( #924 )
2022-03-31 13:15:00 -07:00
Hanno Cornelius
063c91aa7e
docs: release v0.9
2022-03-31 11:16:20 +02:00
Daniel Kaiser
ecdde23add
feat(store): info message after delete ( #929 )
2022-03-30 22:55:39 +02:00
Daniel Kaiser
a9c31b4b53
feat(store): vacuum after delete ( #928 )
2022-03-30 22:54:37 +02:00
Hanno Cornelius
aff3a8386c
fix: release assets do not work ( #926 )
2022-03-30 17:29:12 +02:00
Daniel Kaiser
2f13aff663
feat(jsonrpc): add call returning git version ( #919 )
2022-03-30 17:17:21 +02:00
Daniel Kaiser
ec0a46b65b
feat(jsonrpc): add ENR to debug_v1_info call ( #918 )
2022-03-30 15:10:15 +02:00
Sanaz Taheri Boshrooyeh
63e23092e0
chore: bumps up the alpine version to 3.15 ( #923 )
2022-03-29 12:27:12 -07:00
Hanno Cornelius
5ceef37e15
docs(rpc-api-tutorial): fix broken links in JSON-RPC API tutorial ( #920 )
2022-03-29 15:40:11 +02:00
Hanno Cornelius
52de0e434f
feat(relay): add support for gossipsub peer exchange ( #911 )
2022-03-29 10:09:48 +02:00
Daniel Kaiser
d0cf3ed1f9
fix(store): capacity limit for persistent message store ( #900 )
...
* fix(store): limit capacity of persistent message store
fixes performance issue of loading a large message table by deleting
old messages in case of an overflow
* test(store): message capacity limit
2022-03-28 20:27:14 +02:00
jemboh
ee96705c7f
fix: building on Apple clang and M1 ( #907 )
2022-03-28 15:21:02 +02:00
Hanno Cornelius
5f091241da
docs: added bug reporting section to main readme ( #912 )
2022-03-28 14:17:50 +02:00
Daniel Kaiser
be8860c2fc
fix(discv5): info print ENR containing discv5 udp port ( #913 )
2022-03-28 10:29:19 +02:00
Sanaz Taheri Boshrooyeh
878804e165
Revert "chore(rln-relay): Copy rln lib into wakunode2 docker container ( #909 )" ( #916 )
2022-03-26 13:01:27 +08:00
Sanaz Taheri Boshrooyeh
469f421efc
chore(rln-relay): Copy rln lib into wakunode2 docker container ( #909 )
...
* Update Dockerfile
* makes librln optional
* adds comments
* marks the entire rlnlib directory optional
2022-03-25 13:16:02 -07:00
Daniel Kaiser
0131d1437e
chore(rln): add cleanrln make rule + docu ( #910 )
...
* chore(rln): add cleanrln to make rule
- add `cargo clean` to `make clean`
- add new `cleanrln` make rule that `cargo clean`s the rln vendor repo
* docs(rln): add trouble shooting section
- list `make cleanrln` as a solution to force rebuilding the rln crate
2022-03-25 16:08:13 +01:00
Sanaz Taheri Boshrooyeh
c9e82873f1
Increase rln-relay logging ( #908 )
...
* updates default rln-relay content topic
* adds further debug and trace level logs
* converts a debug level log to the trace level
2022-03-24 10:47:40 -07:00
Hanno Cornelius
06f20af7d4
chore: update submodules ( #905 )
2022-03-23 15:20:07 +02:00
Sanaz Taheri Boshrooyeh
bfd427baf0
Tutorial for rln-relay live testnet ( #898 )
...
* first edition
* adds the full test scenario
* fixes typos
* fixes a bug in the supplied command
* further edits the description
* displays the chat prompt after spam detection
* updates changelog
* minor wording fix
* Update rln-chat2-live-testnet.md
2022-03-18 15:51:26 -07:00
Daniel Kaiser
089c686dc7
add dns bootstrap to changelog ( #899 )
2022-03-18 22:31:34 +01:00
Hanno Cornelius
aa1ce4d33f
chore(chat2): remove noise, set sender timestamp ( #877 )
2022-03-18 13:13:32 +02:00
Hanno Cornelius
994ac49472
Fix: timestamp type could overflow before conversion ( #892 )
2022-03-18 12:04:11 +02:00
Daniel Kaiser
e1146b2df8
discv5 dns bootstrap ( #888 )
2022-03-17 17:33:17 +01:00
Hanno Cornelius
266d6a7e80
fix: prevent empty store response due to blocked walker ( #897 )
2022-03-17 17:18:59 +02:00
Sanaz Taheri Boshrooyeh
2d6a2bec47
Updates the type of the `proof` field of wakumessage to `RateLimitProof` ( #893 )
...
* permanently changes the wakumessage proof field to RateLimitProof
* updates an old comment
2022-03-16 13:51:18 -07:00
Daniel Kaiser
e6fdbdb42a
add RAM requirement to README ( #889 )
2022-03-16 17:13:23 +01:00
Hanno Cornelius
751de532e2
ci(windows): disable windows CI ( #895 )
2022-03-16 15:17:48 +02:00
Hanno Cornelius
eb02e4411b
Remove content topic dimension from message metrics ( #891 )
2022-03-15 14:39:32 +02:00
Daniel Kaiser
4ee7c60d16
use discv5 feature branch in status-im/nim-eth ( #884 )
2022-03-11 15:51:14 +01:00
Hanno Cornelius
ea72a65ef8
Increase store and store queue logging ( #887 )
2022-03-11 07:26:15 +02:00
Jakub Sokołowski
0d2a8b6ddf
ci: rename bridge to wakubridge
...
This makes the current `Dockerfile` usable with `wakubridge`.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-03-10 10:06:53 +01:00
Hanno Cornelius
9165720f63
Bridge improvements ( #875 )
2022-03-08 11:48:17 +01:00
Sanaz Taheri Boshrooyeh
2f73667a96
Fixes getNanosecondTime() time conversion ( #878 )
...
* fixes conversion from sec to nanosec
* uses snake case for power of 10 for readability
2022-03-07 16:56:39 +01:00
Hanno Cornelius
8ed31ffddb
Release v0.8 ( #874 )
2022-03-03 11:04:34 +01:00
Hanno Cornelius
06fbb875c8
Update submodules ( #873 )
...
* Update submodules
* Fix MsgIDProvider
2022-03-02 13:24:48 +01:00
Daniel Kaiser
2972a50035
discv5 stage1 testnet ( #863 )
2022-03-01 17:12:23 +01:00