Skip to content

Commit

Permalink
chore: releasing version 1.0.2 (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored Feb 18, 2024
1 parent 8fe0ff2 commit c0fa0be
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/pactus-project/pactus/compare/v1.0.1...v1.0.2) (2024-02-18)

### Fix

- **sync**: fix concurrent map read-write crash ([#1112](https://github.com/pactus-project/pactus/pull/1112))
- **network**: remove disconnected peers from peerMgr ([#1110](https://github.com/pactus-project/pactus/pull/1110))

## [1.0.1](https://github.com/pactus-project/pactus/compare/v1.0.0...v1.0.1) (2024-02-10)

### Feat
Expand Down
34 changes: 32 additions & 2 deletions config/bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"name": "JohnVNBnode",
"email": "[email protected]",
"website": "docs.vnbnode.com",
"address": "/ip4/62.171.130.196/tcp/21888/p2p/12D3KooWNSiLJejwiG5Hk726TGyXPATFsYeKvarKgNpyjMiKupDH"
"address": "/ip4/62.171.130.196/tcp/21888/p2p/12D3KooWHvTVCcGqqYRnAexgE1VGqXiGAZd9vuLGs4YgGtHmRucN"
},
{
"name": "NodeSync_Top",
Expand Down Expand Up @@ -151,7 +151,7 @@
},
{
"name": "0xSown",
"email": "vtson2707@@gmail.com",
"email": "[email protected]",
"website": "n/a",
"address": "/ip4/84.247.184.95/tcp/21888/p2p/12D3KooWSjp5GFmCCsYkKcqicrghyHqfjdDCfLfgfqWmG5JTQSDu"
},
Expand Down Expand Up @@ -298,5 +298,35 @@
"email": "[email protected]",
"website": "n/a",
"address": "/ip4/167.86.121.11/tcp/21888/p2p/12D3KooWMpVXMQkr26ff3y8gC5z1h9RZNxTvW4WzZBML8GHHUoL5"
},
{
"name": "Thomas Jr",
"email": "[email protected]",
"website": "catsmile.tech",
"address": "/ip4/194.163.189.255/tcp/21888/p2p/12D3KooWF54PkAE34dRkC3WaiAgpL7HMnRFi1nW8iPnSH8nKLtZ9"
},
{
"name": "Winnode",
"email": "[email protected]",
"website": "winnode.site",
"address": "/ip4/37.60.245.47/tcp/21888/p2p/12D3KooWBH27VEPdGBYzq1vYciRgnDn3ozStRaUYd2vJWGgaKEUZ"
},
{
"name": "F2Node",
"email": "[email protected]",
"website": "n/a",
"address": "/ip4/84.247.172.23/tcp/21888/p2p/12D3KooWFJYk55mUD6FR9Gx2YGQ34PYziwTQhY1kZ3TMS6fGUz6g"
},
{
"name": "SumNode",
"email": "[email protected]",
"website": "",
"address": "/ip4/95.216.222.135/tcp/21888/p2p/12D3KooWHicbZ3dBnR7JaVKr4U7WNUWyhDnUn2TwMVmPqW8Ftqop"
},
{
"name": "Sipannachi",
"email": "[email protected]",
"website": "",
"address": "/ip4/65.109.143.78/tcp/21888/p2p/12D3KooWPnWgEFV32cvpfuv98oioZQJJKvRM46BEsFaoXYijvgvc"
}
]
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
major uint = 1
minor uint = 0
patch uint = 2
meta string = "beta"
meta string = ""
protocolVersion uint = 1
)

Expand Down

0 comments on commit c0fa0be

Please sign in to comment.