-
When taking a snapshot RAM usage increases significantly on 5.0.0-rc3. Screenshot is from WAX, starting at ~23:10. snapshot is started from producer plugin when the blockchain is up-to-date. Previo…
-
Ultimately, we want to persist the reversible blocks database in a smarter way (along with the QC chains) so that enough data is available post crash to safely recover liveness without losing any bloc…
arhag updated
8 months ago
-
Acceptance criteria
- [x] Research how the resource model is implemented on antelope change. check differences in the REX, Powerup and staking models and how they were implemented
- [x] Design a reso…
-
The Error message is
`Error disabling address space randomization`
`Thread 1 "nodeos" received signal SIG34, Real-time event 34.`
Leap built from commit `118a401deb2699662fd87adb47e26b4a7bfa41e1…
-
# Add metrics to the Antelope Tools Dashboard for tEVM supporting
The tEVM improves on the EVM by implementing it’s own version of the EVM. Telos has implemented the original EVM as a smart contract o…
-
In debugging https://github.com/AntelopeIO/leap/issues/1349, it was observed by Kevin that it would be good to log the producer name for the following message:
```
Block #317926278 trx idle: 237us…
-
`clear_expired_input_transactions` is non-deterministic despite modifying chainbase state which is used to drive the blockchain protocol rules.
https://github.com/AntelopeIO/leap/blob/a8d48d406082cc6…
-
Related to #102
To reduce latency of block propogation, relay blocks before fully validating or computing state if:
- Source can be trusted (valid signature from producer that should have produced …
-
See also: Leap [issue 730](https://github.com/AntelopeIO/leap/issues/730).
> Leap or `nodeos` HTTP APIs have always been a second-class citizen. We put time and money into them, indicating we belie…
-
### Problem
#### Opportunity: What are the needs of our target user groups?
- Better management of state for net plugin: presently net-plugin will throw away any data that isn't exactly what it …