This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Commit 88ba647
* 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 96654fd commit 88ba647
File tree
22 files changed
+191
-142
lines changed- core
- net
- retriever
- service
- 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
22 files changed
+191
-142
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 | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
428 | 420 | | |
429 | 421 | | |
430 | 422 | | |
| |||
451 | 443 | | |
452 | 444 | | |
453 | 445 | | |
454 | | - | |
| 446 | + | |
| 447 | + | |
455 | 448 | | |
456 | 449 | | |
457 | 450 | | |
| |||
492 | 485 | | |
493 | 486 | | |
494 | 487 | | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
505 | 491 | | |
506 | 492 | | |
507 | 493 | | |
| |||
| 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: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments