ontology
ontology copied to clipboard
Official Go implementation of the Ontology protocol. https://dev-docs.ont.io/#/
#### What version of ontology are you using (`ontology --version`)? `v2.3.7` #### Does this issue reproduce with the latest release? Yes #### What operating system are you using (such as...
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.9.25 to 1.10.17. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Ploitari (v1.10.17) This is a maintenance release. This release contains a lot of work in preparation for The...
I have got an address where at Block 0 it shows amount is being transferred but from where this address got values that it was able to transfer. Like other...
add query authorize info add query address split fee
If a previous `onNewBlockSyncReq` failed, later tries should not be denied.
The fix is straight forward, following is some compatible analysis about why it's safe to apply the fix. `VbftBlockInfo.Proposer` is only ever retrieved(immutable referenced) by : ```golang func (blk *Block)...