polygon-edge icon indicating copy to clipboard operation
polygon-edge copied to clipboard

A Framework for Building Ethereum-compatible Blockchain Networks

Results 139 polygon-edge issues
Sort by recently updated
recently updated
newest added

# 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...

feature

# 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`...

bug fix
feature

# 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...

feature
breaking change

## [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 *...

bug

## 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...

bug
in the pipeline

## 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...

in the pipeline

## 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...

bug
in the pipeline

# 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...

feature

# 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...

hotfix

# 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...

feature