status-go/services/wallet/transfer
Anthony Laibe 07651d4d06
feat: enable wallet without network binding (#2349)
* feat: enable wallet without network binding

* feat: make transfer network aware

* feat: allow to pass initial networks via config

* fix: nil check and feed

* feat: Add documentation with better function name

* fix: do not init the manager more than once

* fix: PR feedbacks

* Bump version

* Update Jenkinsfile.tests

* Convert int to string

Co-authored-by: RichΛrd <info@richardramos.me>
2021-09-09 16:28:54 +02:00
..
balance_cache.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
block.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
block_test.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
commands.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
concurrent.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
concurrent_test.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
controller.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
database.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
database_test.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
downloader.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
events.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
iterative.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
iterative_test.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
query.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
reactor.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
transmitter.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00
view.go feat: enable wallet without network binding (#2349) 2021-09-09 16:28:54 +02:00