Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit 06bcd40

Browse files
Merge version 0.3.0.0 from dev
Merge version 0.3.0.0 from dev
2 parents eeec970 + a930043 commit 06bcd40

File tree

103 files changed

+4152
-1626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+4152
-1626
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ esac
1010
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
1111
AC_PREREQ([2.60])
1212
define(_CLIENT_VERSION_MAJOR, 0)
13-
define(_CLIENT_VERSION_MINOR, 2)
14-
define(_CLIENT_VERSION_REVISION, 5)
15-
define(_CLIENT_VERSION_BUILD, 18) # version 99 here indicates an unreleased version
13+
define(_CLIENT_VERSION_MINOR, 3)
14+
define(_CLIENT_VERSION_REVISION, 0)
15+
define(_CLIENT_VERSION_BUILD, 0) # version 99 here indicates an unreleased version
1616
define(_CLIENT_VERSION_IS_RELEASE, true)
1717
define(_COPYRIGHT_YEAR, 2019)
1818
define(_COPYRIGHT_HOLDERS,[The %s developers])

contrib/gitian-descriptors/gitian-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "eccoin-linux-0.2.5.18"
2+
name: "eccoin-linux-0.3.0.0"
33
enable_cache: true
44
suites:
55
- "bionic"

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "eccoin-linux-0.2.5.18"
2+
name: "eccoin-linux-0.3.0.0"
33
enable_cache: true
44
suites:
55
- "bionic"

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "eccoin-osx-0.2.5.18"
2+
name: "eccoin-osx-0.3.0.0"
33
enable_cache: true
44
suites:
55
- "bionic"

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "eccoin-win-0.2.5.18"
2+
name: "eccoin-win-0.3.0.0"
33
enable_cache: true
44
suites:
55
- "bionic"

qa/pull-tester/rpc-tests.py

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,7 @@ def option_passed(option_without_dashes):
178178

179179
#Tests
180180
testScripts = [ RpcTest(t) for t in [
181-
#'rawtransactions', ???
182-
'multi_rpc',
183-
# 'fundrawtransaction', ???
184-
'reindex',
185-
Disabled('getchaintips', "issue with syncpoints getting stuck"),
181+
#'getchaintips', #TIMEOUT
186182
'httpbasics',
187183
'keypool',
188184
'listtransactions',
@@ -191,14 +187,21 @@ def option_passed(option_without_dashes):
191187
#'mempool_resurrect_test',
192188
#'mempool_spendcoinbase',
193189
'mintingtest',
190+
'multi_rpc',
194191
'nodehandling',
192+
'notify',
195193
'proxy_test',
196194
'receivedby',
195+
'reindex',
196+
#'sendheaders', #rpc missing
197197
'txpropagate',
198198
'verifydb',
199199
'wallet',
200-
Disabled('walletbackup', "TIMEOUT"), # issue with restarting nodes mid test
200+
'walletbackup',
201+
#'wallet-dump',
201202
'zapwallettxes',
203+
#'rawtransactions', ???
204+
#'fundrawtransaction', ???
202205
#
203206
Disabled('mempool_limit', "FAILS"),
204207
Disabled('mempool_reorg', "FAILS"),
@@ -211,20 +214,16 @@ def option_passed(option_without_dashes):
211214
Disabled('invalidtxrequest', "FAILS"),
212215
Disabled('merkle_blocks', "FAILS"),
213216
Disabled('miningtest', "FAILS"),
214-
Disabled('sendheaders', "FAILS"),
215217
Disabled('signrawtransactions', "FAILS"),
216218
#
217-
Disabled('wallet-dump', "TIMEOUT"),
218219
Disabled('txn_doublespend --mineblock', "TIMEOUT"),
219220
Disabled('txn_clone', "TIMEOUT"),
220-
Disabled('notify', "TIMEOUT"),
221221
Disabled('validateblocktemplate', "TIMEOUT"),
222222
Disabled('blockchain', "TIMEOUT"),
223223
#
224224
Disabled('prioritise_transaction', "TODO"),
225225
Disabled('invalidblockrequest', "TODO"),
226226
Disabled('p2p-fullblocktest', "TODO"),
227-
Disabled('wallet-hd', "TODO"),
228227

229228
] ]
230229

qa/rpc-tests/aodv.py

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,31 @@ def run_test (self):
7878
time.sleep(1)
7979
assert_equal(self.nodes[0].haveroute(key5), True)
8080

81+
stop_nodes(self.nodes)
82+
wait_bitcoinds()
83+
84+
self.nodes = start_nodes(6, self.options.tmpdir)
85+
connect_nodes_bi(self.nodes,0,1)
86+
connect_nodes_bi(self.nodes,1,2)
87+
connect_nodes_bi(self.nodes,2,3)
88+
connect_nodes_bi(self.nodes,3,4)
89+
connect_nodes_bi(self.nodes,4,5)
90+
self.is_network_split=False
91+
self.sync_all()
92+
93+
for x in range(0, 1):
94+
self.nodes[0].generate(1);
95+
self.sync_blocks()
96+
self.sync_all()
97+
98+
assert_equal(self.nodes[0].getroutingpubkey(), key0)
99+
assert_equal(self.nodes[1].getroutingpubkey(), key1)
100+
assert_equal(self.nodes[2].getroutingpubkey(), key2)
101+
assert_equal(self.nodes[3].getroutingpubkey(), key3)
102+
assert_equal(self.nodes[4].getroutingpubkey(), key4)
103+
assert_equal(self.nodes[5].getroutingpubkey(), key5)
104+
105+
81106

82107
if __name__ == '__main__':
83108
AodvTest().main(bitcoinConfDict={"beta": 1})

0 commit comments

Comments
 (0)