Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/alfonsobries/wallet

A desktop wallet with support for multiple assets and platforms
https://github.com/alfonsobries/wallet

fix: use transparent border for unselected profiles (#568)

f47b72047776d3921c7234e536f64993bd6ab99c authored about 6 years ago by ItsANameToo <[email protected]>
fix: make network selection color theme-dependent (#569)

1ea232a7ebef40f49086bf95fd2ab766e7821d34 authored about 6 years ago by ItsANameToo <[email protected]>
feat: check new transactions periodically (#543)

* refactor: move `Synchronizer` service actions to individual files

* refactor: rename `Clien...

1d8fe9961a3fe41bdfb3c5f4898c6448995f49d3 authored about 6 years ago by Juan <[email protected]>
fix: the address autocomplete, to emit user selections when detected (#560)

* fix: check that the address is valid on the send transfer form

* fix: emit the `input` even...

d9deba1c82f663c2c6a093bc895d6cb4e1e2fdd2 authored about 6 years ago by Juan <[email protected]>
refactor: instead of logging an Error, log that the Ledger is not connected (#561)

7b6b950c85623b921a8dbf80158e61f6c8d77b41 authored about 6 years ago by Juan <[email protected]>
feat: show the block ID on the transaction modal (#562)

9f829ea2a9075196ac8c4ed37e24f4994cde909b authored about 6 years ago by Juan <[email protected]>
fix: do not mark passwords as invalid if they equal the minimum required length (#559)

* test: the feedback/validation of `InputPassword`

* fix: do not mark passwords as invalids w...

b75f03ddbe35b4096e7ace9528707aee19936cdb authored about 6 years ago by Juan <[email protected]>
feat: address autocomplete (#544)

* refactor: neo address validation as a vuelidate's rule

* feat: initial autocomplete in inpu...

e30905b124341aaff79f06abce94096de7da9c03 authored about 6 years ago by Lúcio Rubens <[email protected]>
feat: profile validation (#555)

* feat: profile name valdiation on creation

* feat: refactor & profile name valdiation on edit

76466c260f2cedfbbd033fbd50f4c35b14bdeefb authored about 6 years ago by Alex Barnsley <[email protected]>
fix: vote transaction signing (#558)

* chore: update @arkecosystem/client to 0.2.4

* fix: remove recipientId from vote builder

...

2f4539b05eaa495438b5f7ced9cdfd436fff1c5d authored about 6 years ago by Alex Barnsley <[email protected]>
fix: set up `electron-log` on the `main` process to make it work on `renderer` (#557)

367c03eb5ce1133037c5f1179f95f28d1d22ea43 authored about 6 years ago by Juan <[email protected]>
feat: add reset data button (#541)

b0c7f5c8ec712efdef0a07bb64c14a314b4de75c authored about 6 years ago by Lúcio Rubens <[email protected]>
feat: v1 tx compatibility (#554)

* feat: set fee in v1 to 0.1 for transaction

* feat: add p2p endpoint to broadcast to for v1 ...

7683a94addbcb711c9036558d05027ce082fe3b4 authored about 6 years ago by ItsANameToo <[email protected]>
feat: encryption password warning (#553)

* feat: encryption password warning

* chore: remove completed TODO

027754f3eb13622249aa7c4462f1d6fa1e5967ba authored about 6 years ago by Alex Barnsley <[email protected]>
fix: try/catch sign/verify in case of failure (#552)

4f47623052b46d2d8132734a58d8d52b96855e87 authored about 6 years ago by Alex Barnsley <[email protected]>
feat: well confirmed (#551)

fce0f9bdd36c5a3621c39517fde27c6bcdb52edf authored about 6 years ago by Alex Barnsley <[email protected]>
fix: use correct color for passphrase verification words (#548)

7343d227dd6ae1af2a81a07ac33b67ca548f5c40 authored about 6 years ago by ItsANameToo <[email protected]>
feat: add overlay to instruction texts (#549)

570440780992ed73191a7a0eb7c3bb279b33d04d authored about 6 years ago by ItsANameToo <[email protected]>
fix: use correct foreground images (#539)

* chore: add new background images

* fix: use correct foreground images

* chore: remove un...

88543fbaa66a0ee44f634cd9833fefb195e92c7a authored about 6 years ago by Alex Barnsley <[email protected]>
fix: use correct color for profile removal link (#547)

a9edfa859c216b4eee28e6abd2e8f0bd9617fe94 authored about 6 years ago by ItsANameToo <[email protected]>
fix: ensure that the fee is always set, even if the user has not interacted with it (#542)

* refactor: building transactions on the client service
* fix: parse the amount and fee before ...

f8aa3eac48f509a5c778c1fc7018dd999d59316c authored about 6 years ago by Juan <[email protected]>
fix: do not allow clicking on the "Send" button more than 1 time (#537)

* improvement: disable pointer events on every disabled button

* fix: do not allow clicking t...

95c38d37f90313c5df76f3bd85503b659ad9f6cf authored about 6 years ago by Juan <[email protected]>
fix: sending transfers ("send all" button, fee validation, fee as arktoshi) (#534)

* fix: update the amount, when "send all" is enabled and the fee is changed

* fix: allow inco...

3b767cc24e6e9afc3b53dd0e1bdbbbb223eab928 authored about 6 years ago by Juan <[email protected]>
fix: change html tags for clickable elements (#533)

377df6c2341d70f18f1ef01796c8ce1361c0c14c authored about 6 years ago by Lúcio Rubens <[email protected]>
fix: increase z-index so menu does not get covered by header (#535)

8a06467054acbff36b6e562b65b02793c60c9ec3 authored about 6 years ago by ItsANameToo <[email protected]>
feat: truncate message content too instead of just the signature (#538)

4ce9f8227d1aa0a81a670be4e225d0a0e51c933d authored about 6 years ago by ItsANameToo <[email protected]>
fix: correctly set encryption / passphrase component to enable voting again (#540)

cd2f00fd98394897770fc38c3bfd16b68ab4ddb1 authored about 6 years ago by ItsANameToo <[email protected]>
improvement: on small screens, hide the sidebar and truncate the address and public key (#536)

* feat: do not show wallet sidebar on small screens
* feat: truncate address and public key in ...

61e26227d4fd14731d6053c1d443b9ea2ffff8ac authored about 6 years ago by ItsANameToo <[email protected]>
chore: update dependencies (#532)

3ebc2bce793d51abe1a5d1bb1e7c744515f66c0f authored about 6 years ago by Lúcio Rubens <[email protected]>
fix: public key truncate (#531)

* refactor: make truncate method name more generic
* fix: truncate public key & not address in ...

44fde035634a39db89cde08fa1df068a94195c1d authored about 6 years ago by Alex Barnsley <[email protected]>
fix: build transfer transactions with fee (#528)

f77fb3c6cb92058dd6f54d7fa22d9508f1a60a13 authored about 6 years ago by Juan <[email protected]>
feat: allow introducing custom fees and fix the design (#504)

* improvement: allow customizing the transaction modal by type
* improvement: allow programatic...

a21d00aa1150d6df69c2c1927549abb7810ca394 authored about 6 years ago by Juan <[email protected]>
feat: bip39 passphrase checks (#529)

* feat: InputField warning text

* feat: method to check bip39 validity

* feat: InputText o...

d6886a739919064cfa18c879313227d8be08843c authored about 6 years ago by Alex Barnsley <[email protected]>
feat: save transaction offline (#525)

7a5e705c14278b5a9eddfb6631ca0a68e1f015f1 authored about 6 years ago by Lúcio Rubens <[email protected]>
feat: qr code (#523)

* feat: initial qr code implementation

* feat: rename to ModalQrCodeScanner and add it to Inp...

c06ab963f62d8a4b4d017a7abfe8d1b8af8dba7b authored about 6 years ago by ItsANameToo <[email protected]>
fix: session management (#524)

* fix: reload session after reset on app launch

* refactor: set i18n locale on session change...

4d735b986524133ee3c05ecc56b39d3fe29a27bb authored about 6 years ago by Alex Barnsley <[email protected]>
feat: implement delegates pagination (#517)

* feat: add generic table component

* refactor: add pagination to delegates table

* refact...

3525494c7cfe4591cdd77f59c3026583cf69631b authored about 6 years ago by Lúcio Rubens <[email protected]>
fix: use the right colour (orange~red) on some buttons (#515)

26c85274e3e4119c25f0cb9ec26a0dd89e547ee3 authored about 6 years ago by Juan <[email protected]>
fix: hide the price chart until is ready to not produce weird effect (#516)

2610baa6fe497725b6ed28bf24a9acb50fdc52cc authored about 6 years ago by Juan <[email protected]>
feat: add button to display publickey (#512)

6719270689d32889929e7b538c0456adc857ce67 authored about 6 years ago by Lúcio Rubens <[email protected]>
feat: sign with ledger (#513)

* fix: disable correct ledger events
* fix: reject ledger queue on failure
* refactor: descrip...

9860f300d8d98c524979aa1ad4e1aa749e17905a authored about 6 years ago by Alex Barnsley <[email protected]>
fix: remove "is sending enabled" when importing or creating wallet (#514)

* fix: remove "is sending enabled" toggle when importing or creating wallet

* fix: remove isS...

616c26a4b9dd0d9a2887cc9286a53b2df3321700 authored about 6 years ago by ItsANameToo <[email protected]>
fix: show error message if wallet import failed (#518)

af1563ddc56eae0f03368d935aa0ac12be8dbbc5 authored about 6 years ago by ItsANameToo <[email protected]>
feat: update transaction modal designs (#519)

f64633741197a5aeb8045b8f481396f3835bb3e2 authored about 6 years ago by ItsANameToo <[email protected]>
feat: background styling (#520)

* feat: set default wallpaper, switch textures and wallpapers order, and update footer text colo...

cf53c4f34eaad0d20df1d61700af1acd129186ae authored about 6 years ago by ItsANameToo <[email protected]>
feat: support for uri scheme (#505)

* feat: support for uri scheme

* refactor: improve uri handler

412d95c30016cfda0291547f00a5471db6aac9db authored about 6 years ago by Lúcio Rubens <[email protected]>
feat: bip39 language options (#509)

* fix: use translations on new profile page

* fix: position of dropdowns on edit profile page...

c80759235b2a4dc75bdefbcedb5c24e4f6e267b5 authored about 6 years ago by Alex Barnsley <[email protected]>
fix: wallet removal to not throw \`Error\`s and discard the removed wallet (#503)

7039dace4edd8e0c358491b9ae89d9a443567567 authored about 6 years ago by Juan <[email protected]>
fix: use the right cross (close) SVG icon (#501)

ce20f72e44bdf39281dc476cb6b28e458faa82a1 authored about 6 years ago by Juan <[email protected]>
Feat: wallet introduction screens (#506)

0d0dc530a830a4a365d93a59ef44740732f3e141 authored about 6 years ago by ItsANameToo <[email protected]>
fix: avatar repeating (#507)

66a8e799025a4ae22d538c3e0c742e8b33763101 authored about 6 years ago by ItsANameToo <[email protected]>
improvement: add explanation about voting on the delegates tab (#472)

* improvement: add explanation about voting on the delegates tab

* test: that the voting expl...

5fe790a2727ccea56e9ac80163be6821080584d5 authored about 6 years ago by Juan <[email protected]>
fix: sign message refresh (#498)

* fix: dark mode placeholder text

* fix: signed message deletion

* fix: hide sign tab for ...

a0a1d79585b7bd3503c967f7c6126d4257fc82ac authored about 6 years ago by Alex Barnsley <[email protected]>
fix: passphrase words clearing (#499)

f1de1f54745d0210dc3b18b6b91e9128232eb919 authored about 6 years ago by Lúcio Rubens <[email protected]>
fix: fetch last transactions (#497)

2009b03242ae591e4ccbab33c4f1608d259d0c6a authored about 6 years ago by Lúcio Rubens <[email protected]>
fix: allow wallet on multiple profiles (#496)

436ba4c6d12f01b625702a6a661f1be8b425f09b authored about 6 years ago by Alex Barnsley <[email protected]>
fix: direct import wallet identicon (#495)

fd9a1b9d070bfabe63672767e1dce55060304395 authored about 6 years ago by Lúcio Rubens <[email protected]>
fix: adapt the `MarketChart` component to the dark theme (#448)

* fix: add the dark theme background of the `MarketChart` component

* improvement: of the pri...

f81ec7e1c79760911b6e09c3815e370a46533131 authored about 6 years ago by Juan <[email protected]>
improvement: copy sender and recipient to clipboard on the transaction modal (#494)

823876e896191f6687a1fd91d6ca13d8fd069283 authored about 6 years ago by Juan <[email protected]>
fix: change the identicon when switching wallets (#488)

* refactor: move the identicon component from `Profile` to `Wallet`
* fix: update the identicon...

9c000dfccd50c930de9b19ca4a1dd6e7e9166644 authored about 6 years ago by Juan <[email protected]>
feat: https custom peer (#493)

* fix: make whole custom peer button clickable
* feat: store scheme & host against peer on vali...

360aa6ab63ff8add2b53958ef42beee286b9d65b authored about 6 years ago by Alex Barnsley <[email protected]>
refactor: add arrow to sidebar options (#491)

88c202821abdbc658dd79155befa57ec4f1dba5d authored about 6 years ago by Lúcio Rubens <[email protected]>
test: refactor tests to avoid triggering warnings (#492)

7d00719d1867bf5df77e16cd309be92faf550829 authored about 6 years ago by Juan <[email protected]>
fix: wallet import encryption (#490)

* fix: skip encrypt step if address only

* fix: disable clicking step headers to skip

* fi...

5c93b1c1855cd4cbdb82828d2b5be4a1b14b3d32 authored about 6 years ago by Alex Barnsley <[email protected]>
refactor: improve second passphrase (#477)

0a89b1bd02c81bcefd7d0c181acadc2b5fa8145a authored about 6 years ago by Lúcio Rubens <[email protected]>
feat: update message validation styles (#481)

648d2c8ae3145cde4d8287070ce0b738c384acb6 authored about 6 years ago by ItsANameToo <[email protected]>
fix: display the title of items on `AppSidemenu` bar (#471)

95697315ad21d7daf1bf2b953a16953be5a17c19 authored about 6 years ago by Juan <[email protected]>
misc: remove the translation of "Contact" (#486)

c819b86be99d3ed71087c423cc852bae582459a2 authored about 6 years ago by Juan <[email protected]>
fix: `wallet_formatAddress` & add tests (#487)

* fix: the `wallet` mixin (was using `truncateAmount` instead of `truncateLength`)

* test: ba...

1c0a7d35b0638948c229a2b00aec8461f32631d1 authored about 6 years ago by Juan <[email protected]>
fix: peer modal (#464)

* fix: make sure peer modal is on top

* fix: custom peer endpoint (#463)

* fix: use correc...

55de897c2c069893e94ecff93dfb9c117caed557 authored about 6 years ago by Alex Barnsley <[email protected]>
improvement: remove the contacts from the wallet sidebar (#480)

4050a9138a8e8e411e07f97c3a43dc2bfbae2758 authored about 6 years ago by Juan <[email protected]>
feat: also use truncateMiddle for wallet names that are valid addresses (#483)

5c1ffac9e112608d8b352154993fee2d4a65a068 authored about 6 years ago by ItsANameToo <[email protected]>
fix: devnet api ports (#485)

2b02ca6344d97cd8856d5f347f8e0199838d521e authored about 6 years ago by Alex Barnsley <[email protected]>
fix: no screenshot protection available on linux (#482)

* fix: do not show screenshot option at all on linux

b36979579d4c34e6638ae2e031d9415f7ca12597 authored about 6 years ago by ItsANameToo <[email protected]>
Show the balance in the alternative currency on the wallet page (#476)

* improvement: show the balance in the alternative currency on the wallet page

* test: the ba...

35ec369e8ffa704691cfdec4447699cf17ab4795 authored about 6 years ago by Juan <[email protected]>
improvement: go to delegates tab when clicking on the non-voting attention sign (#475)

b426f51012adc610f52ff6ec655e80bcb1a9bb49 authored about 6 years ago by Juan <[email protected]>
feat: made tx table responsive for medium-large screens (#469)

8edaa8bc5c9a0ecdc7db53385109e3488f91250e authored about 6 years ago by ItsANameToo <[email protected]>
feat: display the version of the app on the window menu and link to the release (#467)

b053001011a6d232965e9a99df71b228fb96ef80 authored about 6 years ago by Juan <[email protected]>
feat: add transaction detail component for transaction recap (#457)

* feat: add transaction detail component for transaction recap

* feat: add missing icons and ...

206033b39e1a28722b499231dc20e5ee950d703c authored about 6 years ago by ItsANameToo <[email protected]>
fix: uposition menus correctly when using the horizontal bar (#462)

* fix: uposition menus correctly when using the horizontal bar

* chore: rename horizontal to ...

88574cdf5cf68bc708c319830c8938653e9c5e68 authored about 6 years ago by ItsANameToo <[email protected]>
fix: remove search icon from sidebar (#466)

11fdb1e879bde018fe5643b61e482ac5c3eaf51a authored about 6 years ago by ItsANameToo <[email protected]>
fix: custom peer endpoint (#463)

* fix: use correct endpoints for v1 peers
* refactor: optional timeout for validating peers
* ...

45aaf67fdf784f902a03e25b2cfebe2f70786616 authored about 6 years ago by Alex Barnsley <[email protected]>
feat: encrypted wallet message signing (#458)

* chore: update @arkecosystem/crypto

* fix: use translation on decryption modal

* fix: upd...

9c728d91e6a771f9eee07c647ca718313631cb81 authored about 6 years ago by Alex Barnsley <[email protected]>
feat: show wallet not voting (#450)

* feat: move fetchWalletVote show wallet not voted

* test: fix failing

* chore: update wor...

28354abd0ef7ad6912c9890705ffa432c9cea120 authored about 6 years ago by Alex Barnsley <[email protected]>
chore: add missing contributors (#454)

055e973bd589e8cd4fb2f7bb5963c98480321bde authored about 6 years ago by faustbrian <[email protected]>
chore: update dependencies (#446)

5762ccc2e1faccb1ae2e5a7e3418b6fe99e8a4b1 authored about 6 years ago by Lúcio Rubens <[email protected]>
feat: add neo address check (#452)

5d854e9484b65f708cbcaadd41640655d68f9b5c authored about 6 years ago by ItsANameToo <[email protected]>
refactor: remove timer module (#440)

50fbc426ba967617f07d4c5a46e714f5ffa811dd authored about 6 years ago by Lúcio Rubens <[email protected]>
fix: move ModalPeer to NetworkCustomPeer (#445)

* fix: ModalPeer -> NetworkCustomPeer

* fix: reorder import name

9b43e4c0cef1b45e1187b57457c525b8d038e7b9 authored about 6 years ago by Lúcio Rubens <[email protected]>
Check for new releases of the app and notify the user (#433)

* chore: establish the repository of the project on `package.json`

* chore: establish the ver...

a666f4112f8443f109852aa2b6a9446f346f9b97 authored about 6 years ago by Juan <[email protected]>
refactor: maintain window state upon close (#449)

42da0a177cc466764fcc0453b3d53b989ef70e44 authored about 6 years ago by Lúcio Rubens <[email protected]>
refactor: rename `SearchFIlter` (typo) to `SearchFilter` (#447)

5262a37c225afcef45e4bcab3c76d8be8d6010b3 authored about 6 years ago by Juan <[email protected]>
feat: refresh transaction button (#444)

671fbcf786d5645ee4059c86372447c244d6ef2f authored about 6 years ago by Alex Barnsley <[email protected]>
feat: custom peer (#434)

* refactor: bestPeers pulled from bestPeer method
* feat: prefix property for menu dropdown
* ...

ca1f43373138cfb942899bd621f6b94742301e3c authored about 6 years ago by Alex Barnsley <[email protected]>
feat: screenshot protection (#441)

* feat: screenshot protection

* fix: set protection to true on reset

434839ee017652151900f87dc03f1f03b7d3dc80 authored about 6 years ago by ItsANameToo <[email protected]>
fix: resolve issue with bignumer divisions not having any decimal places (#443)

a5ccbcecd626c5c6e2faf7c44cffcc20b3727160 authored about 6 years ago by ItsANameToo <[email protected]>
fix: add missing items to menu (#442)

cd0ba78a6cdb1da26950ffb9192bda8a8d032494 authored about 6 years ago by Lúcio Rubens <[email protected]>
fix: use '/deep/' instead of '>>>' (#439)

4c30c78b73cc2214083e860dd81ba54bb9559d36 authored about 6 years ago by Lúcio Rubens <[email protected]>
fix: identicon margin in the wallet sidebar (#437)

c282be26f4206007b7065941dc94a932e7c08107 authored about 6 years ago by Lúcio Rubens <[email protected]>
fix: remove rounded right corner from wallet (#435)

d848fea4d1702a648370a3ecb0209d89051c5c21 authored about 6 years ago by ItsANameToo <[email protected]>