Commit Graph

15 Commits

Author SHA1 Message Date
Michael Bradley, Jr 54cb3d746f refactor: nim_status -> status
The name of the repo is not being changed. But instead of doing:

```nim
import nim_status
```

You would do:

```nim
import status
```

This is in line with nim-chronos (`import chronos`), nim-waku (`import waku`),
and many other Nim libs.
2021-07-29 14:23:26 -05:00
Michael Bradley, Jr 78ba4759e5 feat: example client 2021-06-28 17:50:19 -04:00
Michael Bradley, Jr 21aebe41be refactor: remove status-go and shim/related modules in nim_status
Also adjust Makefile, GitHub Actions workflow, etc.
2021-03-18 10:36:21 -05:00
Michael Bradley, Jr b88f736a32 feat: integrate nim-sqlcipher 2020-11-18 13:34:24 -06:00
Michael Bradley, Jr 63c17f7381
docs: add master branch filter to Tests badge URL 2020-09-04 13:07:31 -05:00
Michael Bradley, Jr 149ea2c3db docs: add badge for Tests workflow (GitHub Actions) to README 2020-09-02 17:06:23 -05:00
Richard Ramos 01d1fa97b6
fix: readme 2020-07-02 15:06:15 -04:00
Richard Ramos 3dda55a8a3
feat: include nimbus-build-system and initial version of the Makefile to generate a static library 2020-07-02 09:20:16 -04:00
Oskar Thorén 67e5122c81
Update README.md 2020-03-01 19:10:13 +01:00
Oskar Thorén 6b402f2acb
Update README.md 2019-07-24 11:16:04 +08:00
Oskar Thoren a8fcaa7829
fix 2019-06-29 10:29:15 +08:00
Oskar Thorén 04c928069b
Update README.md 2019-06-27 19:35:33 +08:00
Oskar Thoren 9bd061f22e
debug notes 2019-06-27 19:26:00 +08:00
Oskar Thoren 439a3032d5
Add basic README 2019-06-27 13:53:28 +08:00
Oskar Thorén 4a99f50829
Initial commit 2019-06-27 12:34:56 +08:00