saledjenic
b9e1c230ca
Base branch for refactoring ( #88 )
...
* added new backend for refactoring purpose, contacts added
* initial chat class added
* initial community class added
* initial accounts class added
* login method added
* Refactor/wallet 1 (#89 )
* refactor: add custom token new backend
* refactor: add transactions new backend
* refactor: add collectible new backend
* refactor: add accounts backend
* refactor: add settings backend
* refactor: Add eth call to fetch balance
* refactor: add call to get eth block
* refactor: remove bookmarks (#90 )
* refactor: dapp permissions (#92 )
* Refactor/wallet part 2 (#91 )
* refactor: add save account
* refactor: add account generation
* refactor: save settings
* refactor: add update account in new be
* add getTransfersByAddress (#93 )
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
* initial messages class added
* fix: transaction request loading contracts (#96 )
* add/remove reactions added
* - pin/unpin message added
- fetch message's details by message id added
- fetch reactions for message with id added
* bump status-go
Co-authored-by: Anthony Laibe <anthony@laibe.cc>
Co-authored-by: Richard Ramos <info@richardramos.me>
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
Co-authored-by: Iuri Matias <iuri.matias@gmail.com>
2021-11-05 09:55:48 -04:00
Andrea Franz
45887b1724
Keycard initial integration ( #63 )
...
* add nim-keycard-go to makefile
* fix keycard-go build
* add keycard.nim
* remove test make task
* remove debug line from makefile
* fix import keycard_go
* add keycard-go to .PHONY
* add keycard start/stop/select methods
* use https url for submodule
* add KeycardApplication info and return it from select
* update nim-keycard-go version
* fix select return type
* actually return the result
* update nim-keycard-go
* add keycard methods to backend
* add base/mock keycard backends
* imports
* export keycard methods in backend
* update start/stop keycard implementation
* add KeycardStarted signal
* fix keycard started signal
* rename to KeycardConnected signal
* fix keycard signal renamed
* add keycardgo in makefile tasks
* add back build/.gitignore
* fix .gitignore
* fix .gitignore
* Makefile: export keycard vars
* add keycard lib to nimble file
* use spaces instead of tabs in non-recipe sections of Makefile
* use install_name_tool on libkeycard on macOS
* in GHA ubuntu environment install libpcsclite-dev with apt at start of workflow
* add Keycard exceptions
* remove useless test
* remove useless return
* move keycard types to /types
* reraise exception from status/keycard.nim
* remove unused import
* add keycard commands: opensecure channel, pair, verify pin, export key
* fix last keycard commands
* add exportKey params
* update nim-keycard-go
Co-authored-by: Michele Balistreri <michele@bitgamma.com>
Co-authored-by: Michael Bradley, Jr <michaelsbradleyjr@gmail.com>
2021-10-04 17:21:07 -04:00
Anthony Laibe
c7722cda00
refactor: Group profile function and eth function together ( #67 )
...
* refactor: Group profile function and eth function together
* refactor: group eth backend
* refactor: Move various eth call to eth backend
* refactor: move accounts call to account backend
* refactor: permission
2021-10-01 12:53:38 -04:00
Anthony Laibe
62a7c02153
Fix: loading backend from master desktop ( #69 )
2021-09-29 11:09:38 -04:00
Iuri Matias
5285cf7d8c
abstract backend; add mock backend and testing ( #57 )
...
abstract backend; add mock backend and testing
move bookmarks to backend wrapper
move bookmarks to backend wrapper
move bookmarks to backend wrapper
working version
cleanup
add mock backend
add nimble task & test folder
add evn.sh
make test run; implement bookmark method in the mock
add nim unit test
removing duplicated statement that was causing tests to run twice
re-enable other initilizations in the status object; support specifying backend in the constructor
update bookmark test
update bookmark test
update nimble and makefile
update nimble and makefile
update bookmarks test
remove old browser file
2021-09-28 17:00:43 -04:00