Skip to content

Commit

Permalink
multi: add payment request processing.
Browse files Browse the repository at this point in the history
This implements payment processing infrastructure to
the pool and fixes an off-by-one bug regarding pruning
eligible payments based on the minimum allowed amount.
  • Loading branch information
dnldd committed Nov 25, 2019
1 parent b4d82eb commit 55f9922
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 6 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ require (
github.com/decred/dcrd/chaincfg/v2 v2.3.0
github.com/decred/dcrd/crypto/blake256 v1.0.0
github.com/decred/dcrd/dcrutil/v2 v2.0.1
github.com/decred/dcrd/mempool/v3 v3.1.0
github.com/decred/dcrd/rpcclient/v5 v5.0.0
github.com/decred/dcrd/wire v1.3.0
github.com/decred/dcrwallet/rpc/walletrpc v0.2.0
github.com/decred/dcrwallet/wallet v1.3.0
github.com/decred/dcrwallet/wallet/v3 v3.0.0
github.com/decred/slog v1.0.0
github.com/gorilla/csrf v1.5.1
github.com/gorilla/mux v1.7.2
github.com/gorilla/sessions v1.1.3
github.com/gorilla/websocket v1.4.1
github.com/jessevdk/go-flags v1.4.0
github.com/jrick/logrotate v1.0.0
go.etcd.io/bbolt v1.3.3 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
google.golang.org/grpc v1.24.0
Expand Down
Loading

0 comments on commit 55f9922

Please sign in to comment.