Roman Volosovskyi
9f9f00b7a2
Adjust HashTransaction to eip1559
...
This commit fixed eip1559 tx signing on keycard.
2021-08-12 18:47:56 +03:00
RichΛrd
8a7fd22ceb
add index on user_messages to speed-up marking all messages as read ( #2304 )
2021-08-11 08:26:15 -04:00
Anthony Laibe
ef014e25e2
feat: add gif recent and favorite to settings ( #2296 )
2021-08-09 08:51:05 -04:00
Samuel Hawksby-Robinson
89251e8416
Sync Communities ( #2253 )
...
* Added community sync protobuf
* Updated community sync send logic
* Integrated syncCommunity handling
* Added synced_at field and tidied up some other logic
* persistence testing
* Added testing and join functionality
* Fixed issue with empty scan params
* Finshed persistence tests for new db funcs
* Midway debug of description not persisting after sync
* Resolved final issues and tidied up
* Polish
* delint
* Fix error not handled on SetPrivateKey
* fix infinite loop, again
* Added muted option and test fix
* Added Muted to syncing functions, not just in persistence
* Fix bug introduced with Muted property
* Added a couple of notes for future devs
* Added most of the sync RequestToJoin functionality
Tests need to be completed and tests are giving some errors
* Finished tests for getJoinedAndPending
* Added note
* Resolving lint
* Fix of protobuf gen bug
* Fixes to community sync tests
* Fixes to test
* Continued fix of e2e
* Final fix to e2e testing
* Updated migration position
* resolve missing import
* Apparently the linter spellchecks
* Fix bug from #2276 merge
* Bug fix for leaving quirkiness
* Addressed superfluous MessengerResponse field
* Addressed feedback
* VERSION bump
2021-08-06 16:40:23 +01:00
saledjenic
c4a71f813a
feature(@status-go/chat): implement search on sqlcipher (status-go side) ( #2282 )
...
* feature(@status-go/chat): implement search on sqlcipher (status-go side)
Searching messages by some term for a specific channel is added on the side of status-go.
Fixes : #2912
* Linting
Co-authored-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2021-08-04 15:31:44 -04:00
RichΛrd
0aab3e238b
chore: bump go-waku ( #2292 )
2021-08-03 16:40:22 -04:00
RichΛrd
facad9f07e
feat: upload/download rate for waku v1 messages ( #2286 )
...
* feat: upload/download rate for waku v1 messages
* reorganize code
* fix failing test
2021-08-03 15:27:15 -04:00
Michele Balistreri
c61cf4e1b2
re-apply signTypedData fix ( #2297 )
2021-08-03 19:10:16 +02:00
Andrea Maria Piana
c35ceff06e
Set timeout on mailserver requests
2021-08-03 11:16:37 +02:00
Jonathan Rainville
151edb3607
feat: add api to delete a community channel ( #2266 )
2021-07-30 13:05:44 -04:00
Michele Balistreri
e4038df1ed
make group chat active and join if we requested invitation ( #2285 )
2021-07-27 15:43:46 +03:00
Jonathan Rainville
cdc7c55030
Delete messages ( #2279 )
...
* feat: add api and handling to delete messages
* fix(delete): add whitelist to message types that can be deleted
2021-07-26 17:06:32 -04:00
RichΛrd
7343b1b50c
fix: exclude migrations from codeclimate ( #2284 )
2021-07-22 14:04:21 -04:00
RichΛrd
78e30afa23
fix: exclude bindata.go from codeclimate
2021-07-22 13:53:43 -04:00
RichΛrd
026fcb09a4
feat: user status ( #2276 )
...
* feat: user status
* fix: sql filename and null pointer exceptions
* fix: lint
* refactor: remove StatusUpdate from database.go
* fix: adding missing status updates persistence methods
* fix: code review
* Update version and bindata, and lint
* fix: failing test
* fix: code review
* fix update statement
2021-07-22 13:41:49 -04:00
RichΛrd
bfdc000bbc
go-waku: RequestAllHistoricMessages ( #2258 )
...
* feat: update wakuv2 store
* check online using waku version for now
* fix peerId and from/to multiplier
* fix: lint
* fix: handle waku2 cursors
* fix: code review
* fix: code review 2
* update go-waku version
* update vendor folder
2021-07-21 15:02:50 -04:00
Bitgamma
6c2e9652d0
add account conversion ( #2277 )
2021-07-20 14:48:10 +03:00
Andrea Maria Piana
2f6b32b1f5
bump version
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
f31dc5df92
Use marshal binary
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
03700c934c
Send dynamic fee tx parameters
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
81b58b39ec
Remove e2e tests from steps
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
b30f671135
Remove metrics test
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
65c9d39040
fix topic pool tests
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
a4701f41ee
linting and remove unused code
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
bdf3775b0b
Remove subs test
...
The test was relying on a method `UnlockAccount` which is not exported
anymore.
This method seems not something we should generally expose, and in any
case it does not seem to be used by the frontend.
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
b3a5455c46
Fix some tests & upgrade contracts
2021-07-20 10:57:38 +02:00
Roman Volosovskyi
59e8ad0e02
Add some eip 1559 related rpc methods to router
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
d84da4f515
Fix some tests and restore private/public RPC client
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
1e8688ac56
Upgrade to london signer and cleanup
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
4b0daeb47b
Move services to status-node
...
Move all the services to status-node, as some of them were there, some
of them were in the geth backend and scattered around.
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
36430257fd
Upgrade geth
...
Point to the new fork of geth.
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
c1db89e657
Fix iconcache
...
Iconcache library needed to be upgrade to be compatible with the
libraries required in the latest geth.
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
d092a2bb49
Fix wallet big int conversion
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
d30df5a6fd
Fix hash & start moving to lifecycle
...
Fix typeddata has and start moving from the legacy geth services
interfaces to the new Lifecycle interface
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
799bd93451
Memove mailserver registry and update ierc20 contract bindings
...
This commit removes the mailserver contract registry, as not used
anymore, and upgrade the ERC20 contract bindings.
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
2f539d3bd2
Upgrade go-ens
...
Go ens needs to be updated to be compatible with the lastest geth
version
2021-07-20 10:57:38 +02:00
Andrea Maria Piana
188eabef0b
Add populate db script
...
This commit adds a populate db script, used by QA, but also very useful
to test Login/Logout flows.
2021-07-20 10:57:38 +02:00
Brian Sztamfater
92404a5ab7
Add reply message to activity center notification of type reply ( #2272 )
2021-07-15 17:21:44 -03:00
Bitgamma
58e39adf03
add ChatID to transaction commands ( #2274 )
2021-07-07 14:18:18 +03:00
Jonathan Rainville
491e2a84c4
fix: fix unread notification count to exclude dismissed and accepted ( #2261 )
2021-07-06 12:07:41 -04:00
RichΛrd
44fe606155
fix: make the community id prefix optional in chat ids ( #2273 )
2021-07-02 14:07:49 -04:00
frank
c799e5eb6b
Drop audio messages in public chats
2021-07-02 13:09:30 +02:00
Jonathan Rainville
11c46edd8b
feat(community): add muted to community and function to set it ( #2271 )
2021-06-30 09:29:43 -04:00
Eric Mastro
7c1765786a
fix: update community invite push notification text ( #2263 )
...
Changes the community invitation text notifications from
“Upgrade to see a community invitation”
to
**InviteUsersToCommunity**
```golang
fmt.Sprintf("You have been invited to the community %s", community.Name())
```
**ShareCommunity**
```golang
fmt.Sprintf("Community %s has been shared with you", community.Name())
```
2021-06-29 09:56:06 -04:00
Andrea Maria Piana
45a8de8e2b
Fix notifications in activity center when chat is inactive
2021-06-29 13:15:15 +02:00
Andrea Maria Piana
f1066857f4
Handle group chat message edits
2021-06-29 13:15:15 +02:00
Andrea Maria Piana
c18d827d54
Validate edit
2021-06-29 13:15:15 +02:00
Andrea Maria Piana
e68fad2788
validate text
2021-06-29 13:15:15 +02:00
Andrea Maria Piana
29deacc2df
address feedback
2021-06-29 13:15:15 +02:00
Andrea Maria Piana
9807c285e5
add last message
2021-06-29 13:15:15 +02:00