polygon-edge
polygon-edge copied to clipboard
A Framework for Building Ethereum-compatible Blockchain Networks
# Description This PR introduces an asynchronous handler that is invoked at high gauge levels. Due to a possibility of some accounts having nonce holes ("stuck" enqueued transactions) taking up...
# Description This PR introduces a configurable limit on the amount of transactions any account in the TxPool can hold at any given time. `--max-enqueued [DEFAULT= 128]` As the `enqueued`...
# Description This PR adds: 1. BLS feature which enables aggregate CommittedSeal signatures 2. New field ParentCommittedSeal to store CommittedSeal of the parent block 3. Backward compatibility for the feature...
## [Subject of the issue] ### Description after uprade code , I run 4 node in pos consensus, one by one cpu load up to 100% ### Your environment *...
## Memory creep over a week ### Description It looks like there is still a memory creep issue present in the latest version of edge. Over a week, we can...
## Inconsistent response from JSON-RPC GET method ### Description While testing the JSON-RPC endpoints I decided to run ``` curl -X GET -H 'content-type: application/json' http://YOUR_NODE_URL ``` I was expecting...
## From Address in all transactions are zero address ### Description I run a blockchain with 4 servers (4 bootnodes and 4 validators all) when I send ether to another...
# Description This PR adds an additional constraint on transaction acquisition during periods of high slots usage. If a transaction sent to the pool is not expected in terms of...
# Description This PR resolves the high CPU load issues for non-validator nodes. # Changes include - [ ] Bugfix (non-breaking change that solves an issue) - [x] Hotfix (change...
# Description This PR implements permission smart contract deployment feature. **How it works:** The idea behind this feature is that we want to enable nodes to restrict who can deploy...