Commit graph

114 commits

Author SHA1 Message Date
Thebora Kompanioni
028f32166a
feat: import wallet (#621)
* chore(regtest): do not build tor locally in regtest env

* feat(import): add rescanning param to session request

* feat(api): add rescanblockchain request to JmWalletApi

* feat: add import wallet button to wallets page

* refactor: externalize component PreventLeavingPageByMistake

* refactor: externalize component WalletCreationForm

* wip: use WalletCreationForm in ImportWallet

* refactor: externalize SeedWordInput and rename to MnemonicWordInput

* feat(api): add wallet recover request to JmWalletApi

* build(deps): bump caniuse-lite to v1.0.30001511

* wip(import): start wallet after successful import

* refactor: externalize component WalletCreationConfirmation

* wip(import): use WalletCreationConfirmation view in component WalletImport

* dev(regtest): add funds to dummy wallet during initialization of local setup

* wip(import): update gaplimit before rescanning chain

* wip(import): prevent import if rescan is in progress

* wip(import): ability to customize gaplimit and blockheight

* wip(import): show duration hint when importing wallet

* wip(import): hide sensitive info while importing wallet

* wip(import): reset gaplimit to original value after importing

* wip(import): add description for blockheight and gaplimit

* wip(import): add cancel button to WalletCreationForm

* refactor: externalize component MnemonicPhraseInput

* wip(import): show rescanning indicator on main wallet view

* wip(import): show rescanning indicator in navbar

* wip(import): disable sending when rescanning is in progress

* wip(import): disable navbar/earn/jam when rescanning is in progress

* Update src/i18n/locales/en/translation.json

Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>

* fix(import): disable viewing jars on main wallet if rescanning is active

* wip(import): prevent creating new address when rescanning

* fix(import): reload wallet info after rescanning finishes

* refactor: move auto reloading code from WalletContext to WalletInfoAutoReload

* refactor: remove unused method reloadDisplay

* wip(import): reload recursively till balance is found

* wip(import): expand import options by default

* ui: add 'dev' badge to buttons only visible in dev env

---------

Co-authored-by: openoms <43343391+openoms@users.noreply.github.com>
2023-09-08 13:26:59 +02:00
dependabot[bot]
c64a39371f
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 (#644)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-18 17:49:28 +02:00
dependabot[bot]
c300a8b3e7
build(deps-dev): bump semver from 5.7.1 to 5.7.2 (#643)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-18 17:49:17 +02:00
dependabot[bot]
408079e543
build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3 (#642)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-18 17:49:02 +02:00
dependabot[bot]
1afa804cc2
build(deps): bump webpack from 5.74.0 to 5.76.1 (#612)
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-18 14:58:27 +02:00
KoreaComK
4d9171e15f
feat(i18n): adding translation in Brazilian Portuguese (pt-BR) (#615)
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Co-authored-by: theborakompanioni <theborakompanioni+github@gmail.com>
2023-04-22 10:49:39 +00:00
Gigi
4b67562530
chore(release): v0.1.5 (#609) 2023-02-12 15:37:14 +01:00
Thebora Kompanioni
7f5c7879ca
build(deps): update bootstrap (#605) 2023-02-06 13:17:12 -06:00
Thebora Kompanioni
42c9f5d773
feat: add dedicated error page (#586)
* feat(wip): add basic error page skeleton

* refactor: PageTitle component from jsx to tsx

* feat: add basic error page

* test: ability to render example error page in dev mode

* Apply suggestions from code review

Co-authored-by: Gigi <109058+dergigi@users.noreply.github.com>
2023-01-24 00:08:23 +01:00
dependabot[bot]
d0c8371fd0
build(deps): bump json5 from 1.0.1 to 1.0.2 (#589)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 15:01:23 +01:00
dependabot[bot]
260cd1ffad
build(deps): bump loader-utils from 2.0.3 to 2.0.4 (#570)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-27 10:37:13 +01:00
Gigi
a4f5b449e6
chore(release): v0.1.4 (#575)
* chore(release): v0.1.4

* docs: add #566 to CHANGELOG
2022-12-14 11:01:11 +01:00
Gigi
a0c1348e9d
chore(release): v0.1.3 (#569)
* chore(release): v0.1.3

* docs(changelog): add docker fix

* docs(changelog): add orderbook change
2022-11-10 14:09:46 +01:00
Thebora Kompanioni
1d18230366
build(deps): update dependencies (#567)
* build(deps): update dependencies

 bootstrap                         ^5.2.1  →  ^5.2.2
 i18next-browser-languagedetector  ^7.0.0  →  ^7.0.1
 react-bootstrap                   ^2.5.0  →  ^2.6.0
 react-router-dom                  ^6.4.2  →  ^6.4.3
 typescript                        ^4.7.2  →  ^4.8.4
2022-11-08 15:53:40 +01:00
Thebora Kompanioni
669827ca75
build(deps): update dependencies (#555)
* build(deps): remove unused dependency

* build(deps): update dependencies

 @emotion/react                      ^11.10.4  →  ^11.10.5
 @table-library/react-table-library   ^4.0.18  →   ^4.0.23
 i18next                              ^21.9.2  →   ^22.0.4
 i18next-browser-languagedetector      ^6.1.5  →    ^7.0.0
 react-i18next                       ^11.18.6  →   ^12.0.0
2022-10-31 11:11:10 +01:00
Gigi
ce59053c37
chore(release): v0.1.2 (#553) 2022-10-28 11:57:48 +02:00
Thebora Kompanioni
f2e346e872
fix: display error message if backend is unreachable (#540)
* refactor: externalize SeedModal component

* refactor: Seedphrase.jsx to .tsx

* refactor: pass wallet to Settings component

* refactor: pass wallet to MainWalletView component

* refactor: pass wallet to Jam component

* refactor: pass wallet to Send component

* refactor: pass wallet to Earn component

* refactor: pass wallet to Receive component

* deps: update react-router-dom from v6.4.1 to v6.4.2

* fix: show alert if backend is down

Co-authored-by: Gigi <dergigi@pm.me>
2022-10-10 21:24:08 +02:00
Gigi
0e15c9df6e
chore(release): v0.1.1 (#537) 2022-10-07 15:11:40 +02:00
Thebora Kompanioni
c79a969504
deps: update react-router-dom from v6.3.0 to v6.4.1 (#519)
* deps: update react-router-dom from v6.3.0 to v6.4.1

* test(react-router-dom): fix tests after react-router-dom update
2022-09-29 16:04:52 +02:00
Thebora Kompanioni
7342e1080c
build(deps): remove web-vitals (#506)
* chore: dependencies update

* chore: update test dependencies

* chore: update bootstrap from v5.2.0 to v5.2.1

* chore: update qrcode from v1.5.0 to v1.5.1

* chore: update react-i18next from v11.16.9 to v11.18.6

* chore: remove dependency web-vitals
2022-09-21 11:07:31 +02:00
Thebora Kompanioni
dbd5b6f67b
build: update dependencies (#505)
* chore: dependencies update

* chore: update test dependencies

* chore: update bootstrap from v5.2.0 to v5.2.1

* chore: update qrcode from v1.5.0 to v1.5.1

* chore: update react-i18next from v11.16.9 to v11.18.6
2022-09-21 11:05:46 +02:00
Gigi
89b04a18c6
chore(release): prepare v0.1.0 (#500) 2022-09-16 16:34:45 +02:00
Gigi
1836200ce7
chore(release): prepare v0.0.10 (#453) 2022-08-05 14:14:04 +02:00
Daniel
61a39566f6
feat: utxo list (#430)
* feat: add tabbed control to jar overlay

* feat: add utxo table

* refactor: clean up overlay container

* refactor: clean up table

* feat: add alert

* refactr: re-add utxo modal

* refactor: add back old account details view

* refactor: delete old files

* fix: tests

* feat: add confirmations and refresh button

* fix: class name

* fix: paddings

* fix: acccordion shadow

* fix: bs colors

* fix: remove utxo conversion where not needed

* feat: i18n

* fix: button active color

* Update src/components/jar_details/JarDetailsOverlay.tsx

Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>

* fix: use lockgime from property instead of status

* fix: disable freezing and unfreezing when service is running

* fix: do not allow locked utxos to be unfrozen

* fix: make sure tab and content are in sync

* feat: add sorting by confirmations

* feat: add reset position to sort toggle

* fix: switch cancel button placement

* fix: right-align value column

* Update src/components/jar_details/UtxoList.tsx

Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>

Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
2022-08-02 15:24:10 +02:00
Thebora Kompanioni
087eb0782e
deps: update dependencies (#425)
* deps: remove unused lib moving-letters

* deps: update react-bootstrap from v2.4.0 to v2.5.0-beta.1

* deps: update react-router-bootstrap from v0.26.1 to v0.26.2

* deps: update bootstrap from v5.1.3 to v5.2.0

* dev: update node from v16.11.0 to v16.16.0 in GitHub build action

* dev: harmonize options button styles on Receive and Earn page
2022-07-26 16:29:49 +02:00
dependabot[bot]
b41f21532b
build(deps): bump terser from 5.10.0 to 5.14.2 (#415)
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-26 09:20:12 +02:00
Gigi
72b126ec5d
chore(release): prepare v0.0.9 (#403)
* chore(release): prepare v0.0.9

* chore: remove irrelevant entries from changelog

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>

* fix(changelog): typo

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>
2022-07-14 14:25:35 +02:00
Gigi
a958ba6d88
chore(release): prepare v0.0.8 (#354) 2022-06-28 11:13:07 +02:00
Daniel
a08c584f5e
feat(jars): destination jar selector on send screen (#345) 2022-06-23 15:33:51 +02:00
Gigi
ff9801cb18
chore(release): prepare v0.0.7 (#335) 2022-06-20 10:32:09 +02:00
Thebora Kompanioni
5f9c88f0db
chore: dependencies update (#292)
* chore: update dependencies

 @types/jest       ^27.4.1  →   ^27.5.1
 @types/node      ^17.0.26  →  ^17.0.35
 husky              ^7.0.4  →    ^8.0.1
 i18next          ^21.6.16  →   ^21.8.4
 lint-staged       ^12.4.0  →   ^12.4.2
 react-bootstrap    ^2.3.0  →    ^2.4.0
 react-i18next    ^11.16.7  →  ^11.16.9
 typescript         ^4.6.3  →    ^4.7.2

* test: patch window.matchMedia in test setup

* chore: remove unused dependency nth-check
2022-06-02 13:16:01 +02:00
Gigi
44d7afebf5
chore(release): prepare v0.0.6 (#289)
* chore(release): prepare v0.0.6

* Update CHANGELOG.md

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>
2022-05-19 15:05:08 +02:00
dependabot[bot]
042cd896c8
build(deps): bump async from 2.6.3 to 2.6.4 (#278)
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 22:23:20 +02:00
dependabot[bot]
97d1519915
build(deps): bump ejs from 3.1.6 to 3.1.7 (#254)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.7)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 12:13:58 +02:00
Thebora Kompanioni
76f8c7c7d8
chore: update dependencies (#229)
* chore: update dependencies

* fix: prevent browser warning on Onboarding screen

use unit 'px' instead of 'rem' to prevent warning 'Unexpected value 8rem parsing width attribute.'
2022-04-25 14:15:07 +02:00
Thebora Kompanioni
0c019db742
feat: confirm password on Create Wallet screen (#210)
* feat: add password confirmation on create screen

* fix: labels and feedback in create form according to figma

* test: verify password confirm validation message

* fix: remove unnecessary escape character

* fix: do not escape '-'

* refactor: comments and better name for escape function

* deps: add Formik form validation library

* refactor: use Formik for CreateWallet form validation

* refactor: remove 'isCreating' flag in favor of 'onFinished' callback

* test: adapt tests to be compatible with Formik

see https://github.com/jaredpalmer/formik/issues/1543
2022-04-07 12:07:26 +02:00
Gigi
6fb5b1a896
chore(release): prepare v0.0.5 (#195)
* chore(release): prepare v0.0.5

* build: npm install

* build: npm install

using npm version 8.5.5
2022-03-29 12:54:38 +02:00
dependabot[bot]
591377b654
build(deps): bump minimist from 1.2.5 to 1.2.6 (#194)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 15:03:17 +02:00
Thebora Kompanioni
e5d97d148d
chore: update dependencies (#193)
* build(deps): bump node-forge from 1.2.1 to 1.3.0

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update dependencies

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 14:49:14 +02:00
Thebora Kompanioni
80e5da78e5
Add typescript support (#176)
* init typescript support

* chore: update dependencies

@popperjs/core              ^2.11.2  →   ^2.11.4
@testing-library/jest-dom   ^5.16.1  →   ^5.16.2
@testing-library/react      ^12.1.2  →   ^12.1.4
http-proxy-middleware        ^2.0.1  →    ^2.0.4
i18next                    ^21.6.12  →  ^21.6.14
lint-staged                 ^12.3.1  →   ^12.3.6
prettier                     ^2.5.1  →    ^2.6.0
react-bootstrap              ^2.1.1  →    ^2.2.1
react-i18next              ^11.15.5  →  ^11.15.7
react-router-bootstrap      ^0.26.0  →   ^0.26.1
react-router-dom             ^6.2.1  →    ^6.2.2
2022-03-17 12:44:01 +01:00
secondl1ght
0719dc6235
feat: add seed phrase backup confirmation during wallet creation (#156)
* Add seed phrase backup confirmation during wallet creation

* Refactor to use 12 inputs, add skip button and more improvements

* Add reset for no match message

* Move backup confirmation into own component

* Remove verify button, make reactive, disable on correct word and more

* Fix build error

* Fix declaration order

* Remove not needed prop and remove input feedback

* Add slashed zeroes styling and remove input padding

* Dry up code using daniels suggestions

* Remove unused callback

* Make seedword index fixed width

* Run npm install

* Run prettier

* Fix key locations

* Add more translations

* Update src/i18n/locales/en/translation.json

* Update src/components/CreateWallet.jsx

* Update src/i18n/locales/en/translation.json

* Update src/components/CreateWallet.jsx

* Apply suggestions from code review

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>
2022-03-17 09:24:28 +01:00
Gigi
022f884d29
chore(release): prepare v0.0.4 (#170)
* chore(release): prepare v0.0.4

* build: npm install

* Clean up changelog

Co-authored-by: Daniel <10026790+dnlggr@users.noreply.github.com>
2022-03-10 11:01:47 +01:00
Daniel
cc168eb49f
feat: i18n (#153)
* Add basic i18n with i18next

* Add transifex config

* Add translation strings for wallets screen

* Delete transifex config for now

* Remove suspension

* Add exemplary german translation

* Add language switcher

* Add link to telegram group for translations

* Update tests

* Fix hook deps

* Add tx config

* Move i18n code to subfolder

* Update i18n usage in tests

* Remove unused call

* Pull de translation from transifex

* Add npm scripts for pushing and pulling

* Put back deps

* Put deps into dev

* Add tx gh config

* Add readme

* test: add empty new lang

* Remove test langs

* Remove cli integration

* Update src/i18n/README.md

Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>

* Update src/i18n/README.md

Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>

* Update src/i18n/README.md

Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>

* Update public/sprite.svg

Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>

* Change link

* Run npm install

* Update readme

* Update readme again

Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
2022-03-09 16:47:17 +01:00
Daniel
ad90d1b754
Run npm install (#151) 2022-03-04 12:12:06 +01:00
Thebora Kompanioni
87299b3268
fix: use own qrcode component to display addresses (#146) 2022-03-03 15:47:27 +01:00
Daniel
1343271c64
refactor: rename to Jam (#131)
* refactor: dry up app layout (#126)

* Rename and update readme

* Fix typos

* Run npm install

* Use html for header

* Update package name

* Add back alt texts

* Update title

* Add note about buggy raspiblitz

* Remove raspiblitz gotchas

* Update src/components/App.jsx

Co-authored-by: Max Hillebrand <30683012+MaxHillebrand@users.noreply.github.com>

* Update src/components/Onboarding.jsx

Co-authored-by: Max Hillebrand <30683012+MaxHillebrand@users.noreply.github.com>

* Run prettier

* Update CONTRIBUTING.md

Co-authored-by: d11n <mail@dennisreimann.de>

* Update README.md

Co-authored-by: d11n <mail@dennisreimann.de>

* Fix wording

* Update title

Co-authored-by: Max Hillebrand <30683012+MaxHillebrand@users.noreply.github.com>
Co-authored-by: d11n <mail@dennisreimann.de>
2022-03-03 12:07:45 +01:00
Thebora Kompanioni
90fa57374b
test: add basic test suite (#130)
* test: add basic test for App component

* test: add basic test for Wallets component

* Debug log only in dev env (spare test environment)

* ci: enable tests in GitHub build workflow

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-03-03 11:04:31 +01:00
Daniel
410f4d6635
chore(release): prepare v0.0.3 (#113)
* chore(release): prepare v0.0.3

* Update changelog

* Update CHANGELOG.md

Co-authored-by: Gigi <109058+dergigi@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>

Co-authored-by: Gigi <109058+dergigi@users.noreply.github.com>
Co-authored-by: Thebora Kompanioni <theborakompanioni@users.noreply.github.com>
2022-02-18 19:23:59 +01:00
Daniel
e83ebb9389
docs: add automated changelog generation (#103)
* Add changelog

* Update to only generate changelog

* Fix version
2022-02-17 11:13:00 +01:00
dependabot[bot]
257f617813
build(deps): bump follow-redirects from 1.14.7 to 1.14.8 (#94)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 11:04:22 +01:00