issues
search
xelis-project
/
xelis-blockchain
A private blockDAG with Homomorphic Encryption and Smart Contracts
373
stars
89
forks
source link
v1.12.0
#63
Closed
Slixe
closed
5 months ago
Slixe
commented
5 months ago
Description
Wallet:
Add a new
extra_data
protocol version
Daemon:
Track block execution order in a new provider (this is also used for chain sync ordering with side blocks)
Add DAG cancelled transactions in orphaned list.
add config
--skip-pow-verification
parameter to skip the PoW verification on new blocks.
lookup host for priority nodes connection, this support the use of a domain name for peers configuration at launch
add rpc method get_transaction_executor
fix corruption on pop blocks method
Common:
API changes in prompt read functions
Wallet:
Network handler: don't skip txs that aren't executed in the block scanned, search the block executor for it
Rescan: only starting at requested topoheight
Type of change
[X] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[X] Documentation update
Which part is impacted ?
[X] Daemon
[X] Wallet
[ ] Miner
[X] Misc (documentation, comments, text...)
Checklist
[X] I have performed a self-review of my code
[X] I have commented my code, particularly in hard-to-understand areas
[X] My changes generate no new warnings
gatleas17
commented
5 months ago
Thx
gatleas17
commented
5 months ago
Thx
Description
Wallet:
extra_data
protocol versionDaemon:
--skip-pow-verification
parameter to skip the PoW verification on new blocks.Common:
Wallet:
Type of change
Which part is impacted ?
Checklist