DNA
DNA copied to clipboard
Distributed Networks Architecture Blockchain
An error should be reported on the 2nd smart contract deployment?
[ERROR] GID 1, Ledger AddBlock BlockHeight:1 BlockHash:526ae662a1aad09ecf92457bff0666061b464b65b6e4f09ef456cee77e27df60 error:saveBlock error Native contract address 0000000000000000000000000000000000000004 haven't been registered. panic: saveBlock error Native contract address 0000000000000000000000000000000000000004 haven't been registered.
support store a value use Namespace and key as index. Signed-off-by: zhengq1
Signed-off-by: zhengq1
The UTXO owner can Destory self controled UTXOs and will reduce the value of asset total issued quantity. Signed-off-by: luodanwg
currently have exported the status of local node, peers, connections, transaction pool and ChainStore, which can be accessed from http://nodeip:HttpJsonPort/debug/vars Signed-off-by: laizy
1. add height in transaction struct 2. add Transaction valid interval in config and chainstore 3. add transaction validation in txnpool 4. modify cli and transaction construction accordingly Signed-off-by: laizy
MSG should be relayed since not all node are connected with each other. Signed-off-by: Xiang Fu
1. change getaddr request handle. If receive getaddr request, randomly select some address and send addr response. At most send 8 address. 2. change addr response handle When receive addr...