Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decrediton",
"productName": "Decrediton",
"version": "2.1.4",
"version": "2.1.5",
"description": "Graphical wallet for Decred supporting staking, privacy, and decentralized exchange.",
"main": "./main.js",
"author": {
Expand Down
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.24.0

require (
decred.org/dcrdex v1.0.5
decred.org/dcrdex v1.0.6
github.com/decred/slog v1.2.0
github.com/jrick/logrotate v1.0.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ decred.org/cspp/v2 v2.4.0 h1:whb0YW+UELHJS/UfT5MBXSJXrKUVw5omhgKNhjzYix4=
decred.org/cspp/v2 v2.4.0/go.mod h1:9nO3bfvCheOPIFZw5f6sRQ42CjBFB5RKSaJ9Iq6G4MA=
decred.org/dcrdex v1.0.5 h1:YIq8Uci4AQNz3xweRhrS/HUv2yCZiaQou3mBAkdzhSo=
decred.org/dcrdex v1.0.5/go.mod h1:9bRUZrhdM9CkOeUHSkU5Yx060fuDGOmCy/2a2ReQyTA=
decred.org/dcrdex v1.0.6 h1:0yAdvNZbfCGtVCbOWAaHOuvCCv8MBzdPIBLz3xxeKII=
decred.org/dcrdex v1.0.6/go.mod h1:JqDgXE0ARGNUM4OLFb5QV0dGkW66tG/I+rVvvxZgm8s=
decred.org/dcrwallet/v5 v5.0.2 h1:RrziG6N7ACQ6t9XSNrXrqeMdETlaLvSgEwVn2/jXNJ4=
decred.org/dcrwallet/v5 v5.0.2/go.mod h1:OPPAfEWBT+rHCtch1KSjvgK+Dnxg8RoKRq8mbbjOkyY=
decred.org/dcrwallet/v5 v5.0.3 h1:nz3oIq06RnIQ8uNKCG8sBa5vsq2WLd5+a7QlErYMxu8=
Expand Down
4 changes: 2 additions & 2 deletions modules/dex/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "dex",
"version": "1.0.5",
"version": "1.0.6",
"description": "DEX Core Library node implementation",
"gypfile": true,
"scripts": {
"install": "go build -buildmode=c-shared -o ./libdexc/libdexc.so ./libdexc/..."
"install": "go build -ldflags=\"-s -w\" -buildmode=c-shared -o ./libdexc/libdexc.so ./libdexc/..."
},
"keywords": [],
"author": "Brian Stafford",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decrediton",
"productName": "Decrediton",
"version": "2.1.4",
"version": "2.1.5",
"description": "Decrediton based on React, React Router, Webpack, React Hot Loader for rapid application development",
"main": "main.js",
"scripts": {
Expand Down
Loading