169 Commits

Author SHA1 Message Date
Franck Royer
82e6432238
Remove room reference from tests 2022-01-10 17:10:37 +11:00
Franck Royer
2251e106f1
Rename roomIdAndType to ProposalidAndType everywhere
Impacts the EIP712 format and hash.
2022-01-10 17:09:08 +11:00
Franck Royer
727276e721
Remove VotingRoom terminology and update doc
Use `proposal` instead of `votingRoom`.
Also do small terminology changes that impact the ABI.
Update the doc from the code.
2022-01-10 17:05:57 +11:00
F
352feb87e8
Merge pull request #14 from status-im/poll-tutorial 2022-01-05 11:04:12 +11:00
Franck
dc783a9f16
Remove address for url 2022-01-04 16:43:33 +11:00
Franck
7203020317
Remove wallet logic for Poll component
To keep it simple.
2022-01-04 16:36:00 +11:00
Franck
415be0a8cc
Remove dupe terminology 2022-01-04 11:49:42 +11:00
Franck
d9d9093d4d
Do some renaming 2022-01-04 11:47:05 +11:00
Franck
32ac6ab346
Remove some code 2022-01-04 11:46:10 +11:00
F
1690471610
Merge pull request #12 from status-im/mainnet-poll-example 2022-01-04 11:27:41 +11:00
Franck
9629ae87a3
Use es2020 to get Big integer literals 2022-01-04 11:18:39 +11:00
Franck
bb48788327
Ignore parent eslint conf 2022-01-03 12:53:15 +11:00
Franck
d13618dfb4
Install prettier 2022-01-03 12:53:05 +11:00
Franck
4c3911b6ad
Ensure eslint and plugins version are compatible 2022-01-03 12:47:32 +11:00
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 v0.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 v0.1.0 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