forked from namecoin/namecoin-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
21 lines (17 loc) · 782 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* handle seed nodes / DNS seeds
* upgrade to new version at fixed height:
- blocks version=2 via majority rule soft fork (BIP34)
- blocks version=3 via majority rule soft fork (BIP66)
- P2SH as enforced soft fork (BIP16)
- strict BIP30 as enforced soft fork
- allow larger blocks (DB locks)
- no need to disallow auxpow parent blocks with auxpow-flag in the version
any more; instead, the auxpow is simply never loaded for them
- disallow legacy blocks also on testnet
- restrict auxpow size / coinbase tx size?
- name_new format change?
- make NamecoinTxVersion a flag?
- more differences???
* reenable some of the disabled tests, new alert keys?
* make dust spam unspendable?
* dropexpirednames=1 to also remove expired names from the name database?