status-go/api
kaichao f0d6a4f64f
Send direct message using CLI (#4913)
* feat: send dm with cli

* fix: send contact request works

* feat: accept contact request

* feat: send dm

* fix: log

* feat: more dm

* fix: lint

* refactor: fix comments

* fix: more refactor

* fix: refoctor more

* fix: more refacotr

* fix: refactor dm

* fix: context from cli

* fix: add light mode flag

* fix: remove sleep when start node

* fix: better log

* fix: better logger

* fix: lint

* fix: comments

* fix: const flags

* fix: named logger

* feat: inteactive mode

* fix: send message in loop

* fix: better context manage

* feat: cli serve

* fix: readme

* extract to multi files

* fix: status cli rpc

* feat: create and login account

* fix: missing messagess

* fix: missing messages because data sync is not started.

* feat: start http service

* fix: lint

* fix: more build instructions.

* fix: review comments
2024-03-19 08:31:35 +08:00
..
multiformat Add spiff workflow cmd 2023-03-16 14:31:34 +00:00
.gitignore Fix some tests & upgrade contracts 2021-07-20 10:57:38 +02:00
app_state.go Clean api package (#1055) 2018-06-27 10:11:45 +02:00
app_state_test.go Clean api package (#1055) 2018-06-27 10:11:45 +02:00
backend.go [#4200] Avoid tx watching for addresses which were not exposed 2023-12-01 12:30:42 +01:00
backend_test.go fix: lost wakuv2 nameserver with `CreateAccountAndLogin` (#4813) 2024-02-27 16:15:11 +00:00
create_account_and_login_test.go Revert "Comment out all logged flaky tests" 2024-02-27 11:00:29 +01:00
default_networks.go [Chore] Remove POKT Sepolia and Goerli RPC URL (#4830) 2024-03-06 15:23:32 +05:30
default_networks_test.go [Chore] Remove POKT Sepolia and Goerli RPC URL (#4830) 2024-03-06 15:23:32 +05:30
defaults.go Send direct message using CLI (#4913) 2024-03-19 08:31:35 +08:00
geth_backend.go Send direct message using CLI (#4913) 2024-03-19 08:31:35 +08:00
test_helpers.go feat(wallet): move wallet-related tables to a dedicated db. 2023-08-18 09:00:56 +02:00
utils.go synchronize display name (#2989) 2022-12-29 14:16:19 +08:00
utils_test.go fix(tests): moved test db setup to a common place 't/helpers', created 2023-08-18 09:00:56 +02:00