Skip to content

Commit

Permalink
modules/dex: Update dex extension module for release 1.0.1
Browse files Browse the repository at this point in the history
	go.mod -> dcrdex:release-v1.0
	libdexc/package.json -> 1.0.1
  • Loading branch information
dev-warrior777 committed Oct 23, 2024
1 parent eef9e85 commit d296646
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/decred/decrediton
go 1.21

require (
decred.org/dcrdex v1.0.0
decred.org/dcrdex v1.0.1-0.20241018152201-a839a77939e4
github.com/decred/slog v1.2.0
github.com/jrick/logrotate v1.0.0
)
Expand Down
10 changes: 2 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,8 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
contrib.go.opencensus.io/exporter/stackdriver v0.13.4/go.mod h1:aXENhDJ1Y4lIg4EUaVTwzvYETVNZk10Pu26tevFKLUc=
decred.org/cspp/v2 v2.2.0 h1:VSOUC1w0Wo+QOGS0r1XO6TLnO16X67KuvpDmRRYyr08=
decred.org/cspp/v2 v2.2.0/go.mod h1:9nO3bfvCheOPIFZw5f6sRQ42CjBFB5RKSaJ9Iq6G4MA=
decred.org/dcrdex v1.0.0-rc3.0.20240823215722-bd2ee25df1d3 h1:XRGiShxzIpjm8CGNaGVHz4qJS0hWIiW4ZCTxQ/Lp094=
decred.org/dcrdex v1.0.0-rc3.0.20240823215722-bd2ee25df1d3/go.mod h1:EDykASO1l5Uh4QVfbbuz16Ed9pw6WZf0NuFGBkSrkIw=
decred.org/dcrdex v1.0.0-rc3.0.20240826112332-436d31f5929f h1:k9VTP0seHukT3Sxxwcv8VYCED84dYIM95UN84YNfMfo=
decred.org/dcrdex v1.0.0-rc3.0.20240826112332-436d31f5929f/go.mod h1:EDykASO1l5Uh4QVfbbuz16Ed9pw6WZf0NuFGBkSrkIw=
decred.org/dcrdex v1.0.0-rc3.0.20240829103114-917902468ae9 h1:h6Bzb7Kwy923kgPpDRD15WvNpGqoDq3hwJkULeki8Xk=
decred.org/dcrdex v1.0.0-rc3.0.20240829103114-917902468ae9/go.mod h1:EDykASO1l5Uh4QVfbbuz16Ed9pw6WZf0NuFGBkSrkIw=
decred.org/dcrdex v1.0.0 h1:LIXhw+JSbX9sKC9ch7Zce8NObJdO3y1xGsijrQnhsBs=
decred.org/dcrdex v1.0.0/go.mod h1:EDykASO1l5Uh4QVfbbuz16Ed9pw6WZf0NuFGBkSrkIw=
decred.org/dcrdex v1.0.1-0.20241018152201-a839a77939e4 h1:9tlJpZvePqWPN7ehoDkSV7aR7YhmQ3F4exaiM7NzOb4=
decred.org/dcrdex v1.0.1-0.20241018152201-a839a77939e4/go.mod h1:EDykASO1l5Uh4QVfbbuz16Ed9pw6WZf0NuFGBkSrkIw=
decred.org/dcrwallet/v4 v4.1.1 h1:imwPBboytp1PH6V8q7/JLTHiKgj/Scq9a3I1WmnJv0Y=
decred.org/dcrwallet/v4 v4.1.1/go.mod h1:WxerkRcUGVreJsAI0ptCBPUujPUmWncbdYbme8Kl5r0=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
Expand Down
4 changes: 2 additions & 2 deletions modules/dex/libdexc/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ func (c *CoreAdapter) logout(raw json.RawMessage) (string, error) {

const extensionModeConfigJSON = `
{
"name", "Decrediton",
"useDEXBranding: true,
"name": "Decrediton",
"useDEXBranding": true,
"restrictedWallets": {
"dcr": {
"hiddenFields": [
Expand Down
2 changes: 1 addition & 1 deletion modules/dex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dex",
"version": "1.0.0",
"version": "1.0.1",
"description": "DEX Core Library node implementation",
"gypfile": true,
"scripts": {
Expand Down

0 comments on commit d296646

Please sign in to comment.