133 Commits

Author SHA1 Message Date
Franck
4f76bfee52
Move mainnet poll example out of workspace
This is to ensure that it does not use undeclared dependencies
present in the workspace.
Also helps ensure that the dependencies version are correctly set
and there are no conflict hidden by the use of a common workspace
among the @waku/* dependencies.
2022-01-03 12:31:06 +11:00
Franck
144ac9252b
Release 0.2.0 2022-01-03 10:40:09 +11:00
F
bc37f2ad99
Merge pull request #9 from status-im/fix-ethers-version 2022-01-03 09:46:09 +11:00
Franck
8e62bf6b46
Bump ethers, @usedapp/core and waffle to working version
Trying to have one version of ethers across the board to avoid
type conflicts. As ethers 5.5 and 5.4 are not compatible.
2021-12-24 15:42:16 +11:00
Franck
d8dfe5a50e
Reformat package.json files 2021-12-24 12:12:48 +11:00
Franck
2bb289796a
Make package public on npm 2021-12-23 17:12:20 +11:00
Franck
eaced51348
Remove unused deps 2021-12-23 16:51:01 +11:00
Franck
ff266b5939
Set all packages to v0.1.0 2021-12-23 16:28:13 +11:00
Franck
a4209d667a
Fix License 2021-12-23 16:14:06 +11:00
Franck
ebfb2846f4
Fix repo url 2021-12-23 16:09:45 +11:00
Franck
01cd334c29
s/dappconnect/wakuconnect 2021-12-23 16:04:58 +11:00
Franck
293d43e939
s/@dappconnect/@waku/ 2021-12-23 16:04:36 +11:00
Franck
eaa71c01fa
s/DappConnect/WakuConnect/ 2021-12-23 16:03:01 +11:00
Franck
2634f8ff91
Do not allow to vote without selecting an answer 2021-12-23 10:48:19 +11:00
Franck
b1ef502e95
Set default poll duration to one week 2021-12-23 10:48:19 +11:00
Franck
2bf0d0dcd1
Use query parameters to pass token address 2021-12-23 10:48:18 +11:00
Franck
b081895cb2
Update readme 2021-12-23 10:48:04 +11:00
Franck
1fe89fe8a9
Use url path to get ERC20 contract 2021-12-22 11:10:40 +11:00
Franck
0e15e7e6a6
Setup mainnet example with DAI 2021-12-22 11:10:40 +11:00
F
ad16693915
Merge pull request #3 from status-im/min-default-value
Small fixes
2021-12-21 20:14:35 +11:00
Franck
857b3438a4
Set default value for minimum token to 1
This impact both poll creation and responding to poll.
2021-12-21 15:03:57 +11:00
Franck
772d15be02
Run dev webserver on port 8181 2021-12-21 14:51:59 +11:00
Franck
7f641c35a6
Fix typo 2021-12-21 14:51:59 +11:00
Franck
8662104ca3
Set license to Apache OR MIT 2021-12-07 14:55:02 +11:00
Franck
96b75edeab
Add/Correct repo url 2021-12-07 14:55:02 +11:00
Franck
a152432976
Fix some typos, add title to readmes 2021-12-07 13:24:10 +11:00
Franck
7bbbf573bb
Rename voting-hooks to vote-react-hooks 2021-12-07 13:21:03 +11:00
Franck
6eefaf2e0e
Rename voting-example to vote-example 2021-12-07 13:20:38 +11:00
Franck
f9f0d5bc3f
Rename voting-components to vote-react-components 2021-12-07 13:20:11 +11:00
Franck
e637811501
Rename polling-hooks to poll-react-hooks 2021-12-07 13:19:23 +11:00
Franck
1723ee3614
Rename polling-example to poll-example 2021-12-07 13:18:57 +11:00
Franck
49e56a279a
Move polling components to poll-react-components 2021-12-07 13:17:58 +11:00
Franck
9fc76d0f06
Rename vote react hooks 2021-12-07 12:55:54 +11:00
Franck
59b56a0650
Rename vote react components 2021-12-07 12:55:53 +11:00
Franck
f6adbecf57
Rename common react hooks 2021-12-07 12:39:00 +11:00
Franck
a6d03613fd
Rename poll react hooks 2021-12-07 12:30:32 +11:00
Franck
e35f4e69df
Rename poll react components 2021-12-07 12:29:35 +11:00
Franck
401b86347f
Rename examples 2021-12-07 12:20:45 +11:00
Franck
55a8d6adfc
Rename core package 2021-12-07 12:18:34 +11:00
Franck
6066eb7123
Newline at EOF 2021-12-07 12:17:35 +11:00
Franck
271829abf6
Rename contracts package 2021-12-07 12:15:57 +11:00
Szymon Szlachtowicz
77e242a110
Refactor packages and update readme (#94) 2021-09-24 02:57:44 +02:00
Szymon Szlachtowicz
861feccd67
Update readme (#93) 2021-09-24 00:08:32 +02:00
Szymon Szlachtowicz
c0d6e104ee
Refactor polling hooks (#92) 2021-09-23 14:23:38 +02:00
Szymon Szlachtowicz
58300680e8
Remove signer from polling (#91) 2021-09-23 13:52:20 +02:00
Szymon Szlachtowicz
3700dac0a7
Update core readme and refactor (#90) 2021-09-23 12:22:54 +02:00
Szymon Szlachtowicz
02f2634bae
Fix window ethereum (#89) 2021-09-23 11:20:08 +02:00
Szymon Szlachtowicz
02aa702bca
Change logo and update readme (#87) 2021-09-22 12:30:03 +02:00
Maria Rushkova
4ba460827b
Fix overflow scroll (#88) 2021-09-22 12:29:50 +02:00
Szymon Szlachtowicz
635be29df3
Refactor components mobile version (#86) 2021-09-22 03:24:52 +02:00