Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lbry
lbrycrd
Commits
d05eee35
Commit
d05eee35
authored
Sep 18, 2019
by
Brannon King
Browse files
updated go-live heights
parent
4df4136c
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/chainparams.cpp
View file @
d05eee35
...
...
@@ -144,9 +144,9 @@ public:
consensus
.
nAllowMinDiffMaxHeight
=
-
1
;
consensus
.
nNormalizedNameForkHeight
=
539940
;
// targeting 21 March 2019
consensus
.
nMinTakeoverWorkaroundHeight
=
496850
;
consensus
.
nMaxTakeoverWorkaroundHeight
=
65
44
00
;
// targeting 30 Oct 2019
consensus
.
nWitnessForkHeight
=
6
7690
0
;
// targeting 11 Dec 2019
consensus
.
nAllClaimsInMerkleForkHeight
=
65
440
0
;
// targeting 30 Oct 2019
consensus
.
nMaxTakeoverWorkaroundHeight
=
65
83
00
;
// targeting 30 Oct 2019
consensus
.
nWitnessForkHeight
=
6
8077
0
;
// targeting 11 Dec 2019
consensus
.
nAllClaimsInMerkleForkHeight
=
65
831
0
;
// targeting 30 Oct 2019
consensus
.
fPowAllowMinDifficultyBlocks
=
false
;
consensus
.
fPowNoRetargeting
=
false
;
consensus
.
nRuleChangeActivationThreshold
=
1916
;
// 95% of a half week
...
...
@@ -262,9 +262,9 @@ public:
consensus
.
nAllowMinDiffMaxHeight
=
1100000
;
consensus
.
nNormalizedNameForkHeight
=
993380
;
// targeting, 21 Feb 2019
consensus
.
nMinTakeoverWorkaroundHeight
=
99
;
consensus
.
nMaxTakeoverWorkaroundHeight
=
11
8192
0
;
// targeting
29
Sep 2019
consensus
.
nWitnessForkHeight
=
11
8195
0
;
consensus
.
nAllClaimsInMerkleForkHeight
=
11
8192
0
;
// targeting
29
Sep 2019
consensus
.
nMaxTakeoverWorkaroundHeight
=
11
9855
0
;
// targeting
30
Sep 2019
consensus
.
nWitnessForkHeight
=
11
9860
0
;
consensus
.
nAllClaimsInMerkleForkHeight
=
11
9856
0
;
// targeting
30
Sep 2019
consensus
.
fPowAllowMinDifficultyBlocks
=
true
;
consensus
.
fPowNoRetargeting
=
false
;
consensus
.
nRuleChangeActivationThreshold
=
1512
;
// 75% for testchains
...
...
src/rpc/claimtrie.cpp
View file @
d05eee35
...
...
@@ -910,8 +910,8 @@ static const CRPCCommand commands[] =
{
"hidden"
,
"getclaimtrie"
,
&
getclaimtrie
,
{
}
},
{
"Claimtrie"
,
"getvalueforname"
,
&
getvalueforname
,
{
T_NAME
,
T_BLOCKHASH
,
T_CLAIMID
}
},
{
"Claimtrie"
,
"getclaimsforname"
,
&
getclaimsforname
,
{
T_NAME
,
T_BLOCKHASH
}
},
{
"Claimtrie"
,
"gettotalclaimednames"
,
&
gettotalclaimednames
,
{
""
}
},
{
"Claimtrie"
,
"gettotalclaims"
,
&
gettotalclaims
,
{
""
}
},
{
"Claimtrie"
,
"gettotalclaimednames"
,
&
gettotalclaimednames
,
{
}
},
{
"Claimtrie"
,
"gettotalclaims"
,
&
gettotalclaims
,
{
}
},
{
"Claimtrie"
,
"gettotalvalueofclaims"
,
&
gettotalvalueofclaims
,
{
T_CONTROLLINGONLY
}
},
{
"Claimtrie"
,
"getclaimsfortx"
,
&
getclaimsfortx
,
{
T_TXID
}
},
{
"Claimtrie"
,
"getnameproof"
,
&
getnameproof
,
{
T_NAME
,
T_BLOCKHASH
,
T_CLAIMID
}
},
...
...
src/wallet/rpcwallet.cpp
View file @
d05eee35
...
...
@@ -5369,11 +5369,11 @@ static const CRPCCommand commands[] =
{
"generating"
,
"generate"
,
&
generate
,
{
"nblocks"
,
"maxtries"
}
},
{
"Claimtrie"
,
"claimname"
,
&
claimname
,
{
"name"
,
"value"
,
"amount"
,
"address_type"
}
},
{
"Claimtrie"
,
"updateclaim"
,
&
updateclaim
,
{
"txid"
,
"value"
,
"amount"
,
"address_type"
}
},
{
"Claimtrie"
,
"claimname"
,
&
claimname
,
{
"name"
,
"value"
,
"amount"
}
},
{
"Claimtrie"
,
"updateclaim"
,
&
updateclaim
,
{
"txid"
,
"value"
,
"amount"
}
},
{
"Claimtrie"
,
"abandonclaim"
,
&
abandonclaim
,
{
"txid"
,
"address"
}
},
{
"Claimtrie"
,
"listnameclaims"
,
&
listnameclaims
,
{
"includesuppports"
,
"activeonly"
,
"minconf"
}
},
{
"Claimtrie"
,
"supportclaim"
,
&
supportclaim
,
{
"name"
,
"claimid"
,
"amount"
,
"value"
,
"address_type"
}
},
{
"Claimtrie"
,
"supportclaim"
,
&
supportclaim
,
{
"name"
,
"claimid"
,
"amount"
,
"value"
}
},
{
"Claimtrie"
,
"abandonsupport"
,
&
abandonsupport
,
{
"txid"
,
"address"
}
},
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment