fmtabbara
|
e9449b9135
|
fix delegations loading page
|
2023-10-25 10:02:21 +01:00 |
|
fmtabbara
|
caff2aa9d2
|
format delegations summary
|
2023-10-25 10:02:08 +01:00 |
|
fmtabbara
|
6eac899167
|
update bond page link
|
2023-10-24 16:14:25 +01:00 |
|
Tommy Verrall
|
ba4ade1750
|
Merge pull request #4034 from nymtech/nymvpn-ui_NC-87
feat(vpn): bootstrap ui app
|
2023-10-24 16:03:39 +01:00 |
|
pierre
|
b131de3bea
|
fix ci wip
|
2023-10-24 16:44:36 +02:00 |
|
pierre
|
a618668b63
|
fix ci wip
|
2023-10-24 16:37:05 +02:00 |
|
pierre
|
71e9fa178d
|
fix ci wip
|
2023-10-24 16:15:30 +02:00 |
|
pierre
|
67f13be3f7
|
fix ci wip
|
2023-10-24 16:12:16 +02:00 |
|
pierre
|
af89261992
|
add gh ci workflows
|
2023-10-24 16:08:12 +02:00 |
|
Jon Häggblad
|
d94a0454ae
|
wg: bounded channels (#4037)
* Make peer event channel bounded
* Make tun task channel bounded
|
2023-10-24 16:04:27 +02:00 |
|
mfahampshire
|
15af551139
|
smol reword
|
2023-10-24 15:03:58 +02:00 |
|
mfahampshire
|
0347a2bd89
|
added deprecation warning
|
2023-10-24 14:51:15 +02:00 |
|
mfahampshire
|
b26f70eb6a
|
stripped down + added new links
|
2023-10-24 14:51:05 +02:00 |
|
mfahampshire
|
bd10b17272
|
update plugin
|
2023-10-24 14:50:53 +02:00 |
|
mfahampshire
|
7b3a8d5bcd
|
added new examples pages
|
2023-10-24 14:50:40 +02:00 |
|
mfahampshire
|
0e1548db72
|
added new pages to summary
|
2023-10-24 14:50:24 +02:00 |
|
mfahampshire
|
2806931ca1
|
added new pages
|
2023-10-24 14:50:03 +02:00 |
|
Fouad
|
732720c306
|
update frontend type for current vesting period (#4042)
|
2023-10-24 13:35:17 +01:00 |
|
Tommy Verrall
|
58792e53de
|
Merge pull request #4039 from nymtech/feature/issue-4011/delegations-loading-ui
Add loading model on initial load of delegations
|
2023-10-24 12:51:12 +01:00 |
|
Tommy Verrall
|
8c54ebb6d1
|
Update sandbox.env (#4040)
|
2023-10-24 13:22:45 +02:00 |
|
mfahampshire
|
50e03d08bf
|
added info on post_process.sh
|
2023-10-24 13:18:32 +02:00 |
|
mx
|
b4229d22d5
|
Merge pull request #4031 from nymtech/operators/smoosh-updates
[OPERATORS]: Smoosh update
|
2023-10-24 11:09:36 +00:00 |
|
fmtabbara
|
4533834177
|
add loading model on initial load
|
2023-10-24 11:30:40 +01:00 |
|
serinko
|
42d3c3eec5
|
fix comments troubleshooting.md
|
2023-10-24 12:22:11 +02:00 |
|
Jędrzej Stuczyński
|
56e4b13e63
|
re-exported additional types for tx queries (#4036)
* re-exported additional types for tx queries
* replaced source of 'query::Query' type from cosmrs to tendermint-rpc for wasm compatibility
|
2023-10-24 11:15:38 +01:00 |
|
serinko
|
26217f53ae
|
fix comments troubleshooting.md
|
2023-10-24 12:10:44 +02:00 |
|
serinko
|
d79eda40a4
|
fix comments network-requester-setup.md
|
2023-10-24 12:03:19 +02:00 |
|
serinko
|
f4a17ac698
|
fix comments network-requester-setup.md
|
2023-10-24 11:58:31 +02:00 |
|
serinko
|
11e0b085d5
|
fix comments network-requester-setup.md
|
2023-10-24 11:56:57 +02:00 |
|
serinko
|
7df87a9c22
|
fix comments gateway-setup.md
|
2023-10-24 11:51:32 +02:00 |
|
Tommy Verrall
|
6b674fb53e
|
Update qa.env (#4038)
add ephemera placeholder
|
2023-10-24 11:48:39 +02:00 |
|
pierre
|
e7e68dafb5
|
fix typo
|
2023-10-24 11:46:48 +02:00 |
|
serinko
|
d5cabb10d6
|
fix comments smoosh-faq.md
|
2023-10-24 11:39:21 +02:00 |
|
serinko
|
cd425412cc
|
fix comments mixnodes-faq.md
|
2023-10-24 11:35:43 +02:00 |
|
Jon Häggblad
|
7cafd25036
|
wg: all channels strongly typed (#4035)
* Add PeerEventSender/Receiver
* Create strong types
* Create PacketRelaySender/Receiver
* Strongly typed
|
2023-10-24 11:22:59 +02:00 |
|
benedettadavico
|
0486cd2e63
|
refactoring the utils
|
2023-10-24 11:16:06 +02:00 |
|
pierre
|
4b68f8b725
|
setup lib compilation
|
2023-10-24 11:04:54 +02:00 |
|
Jędrzej Stuczyński
|
e2d816defb
|
fixed fmt::Display impl for GatewayNetworkRequesterDetails (#4033)
|
2023-10-24 09:57:53 +01:00 |
|
Jon Häggblad
|
d80333c819
|
wireguard: add packet relayer (#4032)
* wip
* wip: first step in putting in place forward channels
* Setup event loop for packet relayer
* tuntaskresponse
* wip
* tun task response channel
* Update comment
* done
* formatting
* nits
* Add comment
|
2023-10-24 10:50:30 +02:00 |
|
serinko
|
4d8d40f288
|
spellcheck mixnodes-faq.md
|
2023-10-24 10:42:00 +02:00 |
|
serinko
|
1e13dc542d
|
spellcheck troubleshooting.md
|
2023-10-24 10:38:19 +02:00 |
|
serinko
|
d103cefed2
|
spellcheck gateway-setup.md
|
2023-10-24 10:36:53 +02:00 |
|
serinko
|
ddd7c7058c
|
add gateway troubleshooting
|
2023-10-24 10:35:42 +02:00 |
|
serinko
|
bbb6919bf1
|
delete old troubleshooting stuff
|
2023-10-24 10:31:11 +02:00 |
|
serinko
|
c3ffadf53f
|
update network requester smooshed setup
|
2023-10-24 10:22:05 +02:00 |
|
serinko
|
c41872d5a4
|
finish gateway doc updates
|
2023-10-24 09:15:34 +02:00 |
|
serinko
|
b5ca5b4417
|
add exit gateway options
|
2023-10-24 09:11:17 +02:00 |
|
serinko
|
6bff864444
|
add how to make legal PR
|
2023-10-24 08:24:40 +02:00 |
|
serinko
|
a0e3978927
|
add legal forum to faq
|
2023-10-24 08:15:04 +02:00 |
|
pierre
|
735751b0d4
|
setup mui and tailwind
|
2023-10-23 19:57:48 +02:00 |
|