Skip to content

Commit

Permalink
add query parameters to RestoreTMS so it only tries to update status …
Browse files Browse the repository at this point in the history
…of not-finalized transactions

Signed-off-by: Arne Rutjes <arne123@gmail.com>
  • Loading branch information
arner committed Sep 23, 2024
1 parent cea14de commit 5bec2a6
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 5 deletions.
13 changes: 12 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/IBM/idemix/bccsp/types v0.0.0-20240816143710-3dce4618d760
github.com/IBM/mathlib v0.0.3-0.20231011094432-44ee0eb539da
github.com/hashicorp/go-uuid v1.0.3
github.com/hyperledger-labs/fabric-smart-client v0.3.1-0.20240916124041-9962e1244257
github.com/hyperledger-labs/fabric-smart-client v0.3.1-0.20240923104640-f18468898ee8 // txid-reuse
github.com/hyperledger-labs/orion-sdk-go v0.2.10
github.com/hyperledger-labs/orion-server v0.2.10
github.com/hyperledger/fabric v1.4.0-rc1.0.20230405174026-695dd57e01c2
Expand Down Expand Up @@ -41,11 +41,22 @@ require (
)

require (
code.cloudfoundry.org/clock v1.0.0 // indirect
github.com/SmartBFT-Go/consensus v0.0.0-20230212211744-e5a79afcea81 // indirect
github.com/VictoriaMetrics/fastcache v1.12.0 // indirect
github.com/alecthomas/kingpin/v2 v2.4.0 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 // indirect
github.com/hyperledger/fabric-config v0.1.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.12 // indirect
go.etcd.io/etcd/pkg/v3 v3.5.1 // indirect
go.etcd.io/etcd/raft/v3 v3.5.1 // indirect
go.etcd.io/etcd/server/v3 v3.5.1 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
)

require (
Expand Down
Loading

0 comments on commit 5bec2a6

Please sign in to comment.