From 20df686c00662fbff2a0f5e7256077d96b44e21c Mon Sep 17 00:00:00 2001 From: AstaFrode Date: Sun, 21 Jul 2024 15:09:22 +0800 Subject: [PATCH] update sdk and version --- configs/system.go | 2 +- go.mod | 2 +- go.sum | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/configs/system.go b/configs/system.go index a4ffdd9..741d037 100644 --- a/configs/system.go +++ b/configs/system.go @@ -22,7 +22,7 @@ const ( // Name is the name of the program Name = "miner" // version - Version = "v0.7.11 devnet" + Version = "v0.7.11 pre-release" // Description is the description of the program Description = "Storage miner implementation in CESS networks" // NameSpace is the cached namespace diff --git a/go.mod b/go.mod index 008a8b9..8a9622e 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 toolchain go1.21.12 require ( - github.com/CESSProject/cess-go-sdk v0.5.1-0.20240718035147-68d82a8f2ea1 + github.com/CESSProject/cess-go-sdk v0.5.1-0.20240721063943-d679eae43b78 github.com/CESSProject/cess_pois v0.5.15 github.com/CESSProject/p2p-go v0.3.14 github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce diff --git a/go.sum b/go.sum index 9591bc2..4d6ed88 100644 --- a/go.sum +++ b/go.sum @@ -9,10 +9,8 @@ dmitri.shuralyov.com/state v0.0.0-20180228185332-28bcc343414c/go.mod h1:0PRwlb0D git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg= github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/CESSProject/cess-go-sdk v0.5.1-0.20240704074553-08eecbbdb5a7 h1:08F6lUtGz2+LO3+T3laMFsxhYdumggP3VklKLVXrpyc= -github.com/CESSProject/cess-go-sdk v0.5.1-0.20240704074553-08eecbbdb5a7/go.mod h1:UH85s5lpxpAf1HCXLmGgOEUAPKyeZZKEdbbWMSMHM8Y= -github.com/CESSProject/cess-go-sdk v0.5.1-0.20240718035147-68d82a8f2ea1 h1:uS/NJjWk3hxYIsC+AH0OerLayXQoNZOZ1ffENKHRbEg= -github.com/CESSProject/cess-go-sdk v0.5.1-0.20240718035147-68d82a8f2ea1/go.mod h1:UH85s5lpxpAf1HCXLmGgOEUAPKyeZZKEdbbWMSMHM8Y= +github.com/CESSProject/cess-go-sdk v0.5.1-0.20240721063943-d679eae43b78 h1:Klqyh6ByBy1/Gj8B6Me0GgsFzNHQ+umxb4nZJ3FqpqQ= +github.com/CESSProject/cess-go-sdk v0.5.1-0.20240721063943-d679eae43b78/go.mod h1:UH85s5lpxpAf1HCXLmGgOEUAPKyeZZKEdbbWMSMHM8Y= github.com/CESSProject/cess_pois v0.5.15 h1:oQH8xEtxVzB+SeI+gNS6iSeFgjb/xDAsmgyuoF3al28= github.com/CESSProject/cess_pois v0.5.15/go.mod h1:rztEZjjG+MbKzVgh5WtQcZc/7ZDkBvDNABc7Em8BKPc= github.com/CESSProject/p2p-go v0.3.14 h1:t7xLWTC8C+tuELtD6f2k4Ds6Z0zulMA0v83ONTDTthw=