The core protocol of WoopChain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
woop/blockchain
Rongjian Lan e4c6c303c8 Fix cross shard tx unlocking issue, fix txgen random shardId duplication issue, add some more utility funcs in utxoPool 6 years ago
..
block.go Update utxo with state block; refactor utxo counter func 6 years ago
block_test.go add write to block 6 years ago
blockchain.go Add State struct in Block and populate them in state block 6 years ago
blockchain_test.go Update utxo with state block; refactor utxo counter func 6 years ago
identity.go commiting changes before change directory 6 years ago
merkle_tree.go fix the logic of merkle tree 6 years ago
merkle_tree_test.go add more test 6 years ago
transaction.go Implement state block verification 6 years ago
transaction_test.go Migrate address from string to [20]byte 6 years ago
utxopool.go Fix cross shard tx unlocking issue, fix txgen random shardId duplication issue, add some more utility funcs in utxoPool 6 years ago
utxopool_test.go Update utxo with state block; refactor utxo counter func 6 years ago