This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Commit 3dc8b6d
* Migrate to AddWatchedAddresses
* Use variadic parameters
* Vendored fixes
* Re-watch addresses on socket restart
* Convert Mutex to RWMutex
* Protect with listenLock
* Update to use bulk call
* Eliminate redundant conversion
* Move statements into the socketclient section
* Remove duplicate lock
* Refactored to be closer to it’s usage
* DB Transaction for Putting PubKeys
* Fix linter errors
* Migrate to PutAll for watched scripts
* Fix missing initialization of err
* Interface check for implemented wallets
* Handle errors from transaction; Report Rollback failures
* Append to BlockBookClient.listenAddrs instead of replace
* Fix race bug and remove redundant replay handling in c/b/client.go
Co-authored-by: Mike Greenberg <mikeg@ob1.io>
1 parent 4dd12cc commit 3dc8b6d
File tree
21 files changed
+275
-238
lines changed- core
- net/retriever
- repo/db
- vendor/github.com/OpenBazaar
- bitcoind-wallet
- go-ethwallet/wallet
- multiwallet
- bitcoincash
- bitcoin
- client
- blockbook
- datastore
- litecoin
- model
- service
- zcash
- spvwallet
- wallet-interface
- zcashd-wallet
- wallet/resync
21 files changed
+275
-238
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
| 171 | + | |
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
22 | 53 | | |
23 | 54 | | |
24 | 55 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 37 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments