Commit Graph

155 Commits

Author SHA1 Message Date
Franck 5f6b3752cf
Add example to CI 2022-01-03 12:32:42 +11:00
Franck 52f9aa779c
Rename to mainnet-poll
As it's already in the examples folder.
2022-01-03 12:32:42 +11:00
Franck c49f33585b
Add missing dep 2022-01-03 12:32:42 +11:00
Franck cfcf77a2e5
Remove reference to workspace 2022-01-03 12:32:42 +11:00
Franck 230d5ceab2
Fix webpack config to work with installed webpack version 2022-01-03 12:32:42 +11:00
Franck 6978121a7d
Add missing dependencies 2022-01-03 12:32:39 +11:00
Franck 2cee009812
Add README explanation 2022-01-03 12:31:07 +11:00
Franck 2070b2bf33
Remove unused import 2022-01-03 12:31:07 +11:00
Franck cdd0b6ed6d
Remove dependency to external eslintrc 2022-01-03 12:31:07 +11:00
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
F 8fc24e726e
Merge pull request #10 from status-im/release/0.2.0 2022-01-03 10:47:42 +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 ba1a67dbe4
Update changelog 2022-01-03 09:37:51 +11:00
F 637bc2315d
Merge pull request #8 from status-im/package-access 2021-12-24 15:49:29 +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 ca00c23002
Add changelog 2021-12-24 12:18:43 +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
F 734ac77553
Merge pull request #7 from status-im/deps 2021-12-23 16:57:00 +11:00
Franck eaced51348
Remove unused deps 2021-12-23 16:51:01 +11:00
Franck 3a4c3602b6
Remove root prettier dep 2021-12-23 16:29:53 +11:00
Franck ff266b5939
Set all packages to v0.1.0 2021-12-23 16:28:13 +11:00
F 32974eb109
Merge pull request #6 from status-im/rename-wakuconnect 2021-12-23 16:21:51 +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
F 8f9322593c
Merge pull request #5 from status-im/deploy-example-to-gh 2021-12-23 11:13:22 +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
F 1566ac5555
Merge pull request #2 from status-im/repo-url 2021-12-07 15:00: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
F beae8c2857
Merge pull request #1 from status-im/name-packages 2021-12-07 14:50:26 +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