Daniel Liu
|
7cce425000
|
Revert "core, light, params: implement eip2028 (#19931)"
This reverts commit 67825d860b.
|
2024-05-11 06:11:46 +08:00 |
|
Daniel Liu
|
742a7f9348
|
core, metrics: switch some invalid counters to gauges (#20047)
|
2024-05-10 19:48:10 +08:00 |
|
Daniel Liu
|
67825d860b
|
core, light, params: implement eip2028 (#19931)
|
2024-05-10 19:48:10 +08:00 |
|
Daniel Liu
|
b708614470
|
core, les: fix les unit tests (#19823)
|
2024-05-10 19:48:10 +08:00 |
|
Daniel Liu
|
edaed4fd92
|
core: fix write concurrency in txpool (#19835)
|
2024-05-10 19:48:10 +08:00 |
|
Daniel Liu
|
6338a4195b
|
core: kill off managed state, use own tiny noncer for txpool (#19810)
|
2024-05-10 19:48:10 +08:00 |
|
Daniel Liu
|
74c72363d0
|
core: move TxPool reorg and events to background goroutine (#19705)
|
2024-05-10 19:48:10 +08:00 |
|
Daniel Liu
|
ddbf5d2782
|
core: expose various counter metrics for grafana (#19692)
|
2024-05-10 19:48:10 +08:00 |
|
Daniel Liu
|
65baaaaf80
|
core: cache tx signature before obtaining lock (#19351)
|
2024-05-10 19:48:10 +08:00 |
|
Daniel Liu
|
c5b22fbc32
|
core: make txpool handle reorg due to setHead (#19308)
|
2024-05-09 19:00:41 +08:00 |
|
Daniel Liu
|
676c4e8ec7
|
core: sanitize more TxPoolConfig fields (#17210)
|
2024-05-09 18:39:32 +08:00 |
|
Daniel Liu
|
6b87c07876
|
core: fix comment typo (#18144)
|
2024-05-09 18:38:27 +08:00 |
|
Daniel Liu
|
a6664651c7
|
core: fix a typo (#17733)
|
2024-05-09 18:38:27 +08:00 |
|
Daniel Liu
|
ec50ca36d9
|
core, eth, trie: use common/prque (#17508)
|
2024-05-09 18:38:27 +08:00 |
|
Daniel Liu
|
6c657ef6af
|
core: priority mining (#17472)
|
2024-05-09 18:38:27 +08:00 |
|
Daniel Liu
|
41b29a8cf8
|
Fixed typo addresssByHeartbeat -> addressesByHeartbeat (#17243)
|
2024-05-09 18:38:27 +08:00 |
|
Daniel Liu
|
241201cf0e
|
core: fixed typo (#17214)
|
2024-05-09 18:38:27 +08:00 |
|
Daniel Liu
|
5b883dee30
|
core/tx_pool: reduce judgement levels (#16980)
|
2024-05-09 18:38:27 +08:00 |
|
Daniel Liu
|
859308c03f
|
core: change comment to match code more closely (#16963)
|
2024-05-09 18:38:27 +08:00 |
|
Daniel Liu
|
4f0f6e08c7
|
core: concurrent background transaction sender ecrecover (#16882)
|
2024-05-09 18:38:27 +08:00 |
|
Daniel Liu
|
fb89a5406b
|
core: fix transaction event asynchronicity (#16843)
|
2024-05-09 18:38:27 +08:00 |
|
Daniel Liu
|
88695caf8f
|
core: use a wrapped map w/ sync.RWMutex for TxPool.all to remove contention in TxPool.Get. (#16670)
|
2024-05-09 18:38:27 +08:00 |
|
Daniel Liu
|
2060ff7eeb
|
core: Ensure that local transactions aren't discarded as underpriced (#16576)
|
2024-05-09 18:38:27 +08:00 |
|
Daniel Liu
|
702e0caa29
|
core: txpool stable underprice drop order, perf fixes (#16494)
|
2024-05-09 18:38:23 +08:00 |
|
Daniel Liu
|
1c9f1d8279
|
all: change TxPreEvent to TxsPreEvent (#16720)
|
2024-03-28 11:16:21 +08:00 |
|
Daniel Liu
|
349f71db7b
|
defer time.Since
|
2023-11-01 12:43:50 +08:00 |
|
Daniel Liu
|
0e8b3f1d31
|
replace TRC21Cost with TxCost
|
2023-10-16 11:24:47 +08:00 |
|
Daniel Liu
|
845d3d49e5
|
change minGasPrice in function validateTx
|
2023-10-16 11:24:47 +08:00 |
|
olumuyiwadad
|
b5abbfed79
|
new EVM Upgrade
- Solidity Upgraded up to v0.8.0
- Fixed and Added eth_chainId
- Fix error in TransactionRecipet
- Reward halving issue fixed
|
2021-09-21 16:53:46 +05:30 |
|
olumuyiwadad
|
571c41f891
|
FIx Bad block error.
|
2021-09-17 17:59:06 +05:30 |
|
AnilChinchawale
|
a8fc240b29
|
remove logs & add list of authorized signers
|
2020-12-30 18:00:37 +05:30 |
|
dev-vadim
|
dbe8c9d984
|
upgrade XDC.Network with v1.8.27.
|
2020-12-23 16:32:06 +05:30 |
|
diglspacedavid
|
474cc37036
|
upgrade codebase with ethereum:v1.8.13
|
2020-11-23 13:40:30 +05:30 |
|
Anil Chinchawale
|
4adc9c0fdc
|
Update tx_pool.go
|
2019-04-01 14:33:59 +05:30 |
|
AnilChinchawale
|
bf626ddc95
|
Core Updated
|
2019-03-16 16:00:19 +05:30 |
|
AnilChinchawale
|
26cafb46ea
|
Updated changes in genesis
|
2019-01-19 04:40:21 +05:30 |
|
Jordan Krage
|
27ce4eb78b
|
core: sanitize more TxPoolConfig fields (#17210)
* core: sanitize more TxPoolConfig fields
* core: fix TestTransactionPendingMinimumAllowance
|
2018-12-20 14:00:58 +01:00 |
|
MestryOmkar
|
08843fa176
|
set min gas price for tx
|
2018-12-10 11:12:07 +05:30 |
|
parmarrushabh
|
8d7572ef1c
|
hot fix
|
2018-11-22 15:49:29 +05:30 |
|
mr_franklin
|
3fd87f2193
|
core: fix comment typo (#18144)
|
2018-11-21 12:52:02 +02:00 |
|
parmarrushabh
|
4c4fd0a37a
|
Fixed bug not validate zero gas price for tx deploy SMC.
|
2018-11-17 18:28:49 +05:30 |
|
Rahulraj04
|
6c67be797b
|
update logging
|
2018-11-17 16:37:14 +05:30 |
|
Rahulraj04
|
bc027c4fc0
|
check nonce special transaction before promote
|
2018-11-17 12:34:24 +05:30 |
|
parmarrushabh
|
9f36d37558
|
Parallel process block from fetcher
|
2018-11-17 12:02:43 +05:30 |
|
parmarrushabh
|
52ae30023a
|
refactor RW & pairRW connect for block , transaction
|
2018-11-14 10:40:05 +05:30 |
|
MestryOmkar
|
bbadba469b
|
change difficulty block in XDPoS
|
2018-11-12 15:52:55 +05:30 |
|
parmarrushabh
|
f586154a8e
|
fix error transaction underpriced when add sign tx to pool(full)
|
2018-11-12 13:08:55 +05:30 |
|
AnilChinchwale
|
8b92c4176c
|
move from SubscribeTx to Subscribe Special Tx in Double Validate
|
2018-11-09 15:00:22 +05:30 |
|
AnilChinchwale
|
360584a498
|
Revert adding double validation layer
|
2018-11-09 14:39:48 +05:30 |
|
parmarrushabh
|
7ebdbeed64
|
fix after reviewing
|
2018-11-09 13:07:34 +05:30 |
|