tomochain
tomochain copied to clipboard
The Efficient Blockchain Powered By Proof Of Stake Voting Consensus
# Checklist - [X] Transaction signer selector based on `params.ChainConfig` and `chainID` - [X] Generalize inner `txdata` struct to an `TxData` interface for many transaction types to implement - [X]...
### Checklist - [X] Define EIP-1559 HF block in chain config and `puppeth` tool - [X] Implement `eip1559Signer` to handle `DynamicFeeTxType`, which also implemented the `TxData` interface - [X] Calculate...
This PR will resolve #446. What's change: 1. `console`: - `prompt/prompter.go` : Removed, duplicate with `prompter.go`. - `console.go`, `bridge.go` : Remove import `prompt` package, use `prompter` instead. 2. `cmd/tomo`: -...
Several unit tests are currently failing due to recent updates in the codebase. These tests need to be reviewed and updated to reflect the latest changes. This issue is causing...
While nodes synchronize on mainnet, some full nodes built by recent Golang version encounter error: **Masternodes lists are different in checkpoint header and snapshot** and cannot advance further. The following...
- Most 3rd party tools like Remix IDE require `blockNumber` in `eth_estimateGas` API - Error: `too many arguments, want at most`
Hi dev team, we're from the DeBank and Rabby Wallet team. We're spinning up a Tomo full-node on Mainnet. We've done all the steps by following the official doc. We've...
The nodes we are running stop syncing blocks when processing the debug_* method, causing them to only returning timeout errors, like 'RPC exec write tcp 127.0.0.1:21661->127.0.0.1:37036: i/o timeout', which then...
- Add RPC method - Add Unit test - Refactor comment Reference: https://github.com/ethereum/go-ethereum/pull/27702