Dimitar Ivanov
Dimitar Ivanov
Ok, so there are a couple of things here. There is a build protection for suspicious transactions - ones with unexpectedly high nonces. The node simply rejects those if they...
Maybe worth a release notes line? Also it would be great if there is a proper description in `/docs/`. This could be a subsequent PR.
Actually it would be so much better making it configurable from the config :)
Left open so we can extract the block witness in case we consider it useful.
Using this branch a local node was able to sync with the chain (cache set to 20).
NB: in `aec_consensus_hc.erl` start, given that the `StakersMap` has private keys, and given that we pass the map as an argument to `start_dependency()`, the supervisor will end up holding the...
- [ ] #3558 is a symptom of a mining bug or test inconsistency
We will discuss adding another layer of super accounts that can change the master.
The best case would be dry-running the `to_sign` entrypoint to generate the hash to be signed for you so you don't generate the hash yourself. The `prefix` is fed to...
@loxs please keep issues self contained and independent. An external endpoint for fetching contract's state has nothing to do with contract features and should not be mixed together.