Commit graph

11154 commits

Author SHA1 Message Date
Anil Chinchawale
d2ce55ec96
Merge pull request #237 from gzliudan/fix-empty-address
fix empty address
2023-06-16 14:23:44 +05:30
Anil Chinchawale
433c202a55
Update version.go 2023-06-02 11:15:49 +05:30
Anil Chinchawale
21ae43ac15
Merge pull request #198 from Carry-So/fix-test-error
cmd/XDC: remove redundant newline in bugcmd.go to pass make test
2023-05-27 13:35:19 +05:30
Anil Chinchawale
3e466b6bc1
Merge pull request #260 from gzliudan/fix-issue-256
fix "nonce too low" error when call debug_traceBlock api
2023-05-26 11:51:12 +05:30
Daniel Liu
fd6cbd5df1 fix nonce error for debug trace api (#256) 2023-05-06 09:50:25 +08:00
Anil Chinchawale
858bfa2b84
Merge pull request #253 from gzliudan/issue-252
remove genesis file dependency for apothem network
2023-04-23 11:50:50 +05:30
Daniel Liu
87455baf2e init genesis from source if flag --apothem 2023-04-20 16:52:35 +08:00
Daniel Liu
e00e34c79b remove duplicate common.TIPTRC21Fee assignment 2023-04-20 14:51:52 +08:00
Daniel Liu
3c21125da5 fix EmptyAddress 2023-03-16 11:47:39 +08:00
Daniel Liu
6a768b04f9
add enable-0x-prefix flag (#194) 2022-12-09 19:15:13 +08:00
Liam
f57e2c3577
Bug Fix on memory leak when doing send tx, block etc to peers (#212)
* resolve conflict

* update version number
2022-12-09 14:54:27 +08:00
Jerome
78e30c2637
remove unused travis stage (#202) 2022-10-27 20:48:09 +11:00
wgr523
7e32f6507b
Update version.go 2022-10-27 17:36:19 +08:00
Daniel Liu
42379f530f
internal/ethapi: EstimateGas and Call handle revert error(#173) (#200)
hot fix for EstimateGas and Call handle revert error https://github.com/XinFinOrg/XDPoSChain/issues/173
2022-10-27 17:25:25 +08:00
Daniel Liu
1b3386b60f cmd/XDC: remove redundant newline in bugcmd.go to pass make test 2022-10-18 15:44:02 +08:00
Anil Chinchawale
be3e9ebe05
Update README.md 2022-07-24 19:25:55 +05:30
Jerome
71fac75eec
Merge pull request #170 from XinFinOrg/update-readme
update README and include a logo photo
2022-07-24 21:45:59 +10:00
Jianrong
9d4fc6bfe7 update README and include a logo photo 2022-07-24 21:44:58 +10:00
Anil Chinchawale
7808840be0
Merge pull request #149 from XinFinOrg/address_prefix_fix
Fix Invalid address in XDC Console.
2021-12-27 13:01:43 +05:30
Jerome
69cadcc585
Merge pull request #153 from XinFinOrg/fix-block-write-read-race-condition
race condition caused by old eth bug where read before write. We fixi…
2021-12-22 14:47:39 +11:00
Gerui Wang
2969548f68 add warn for reorg 2021-12-21 16:06:16 +08:00
Anil Chinchawale
621555993e
Update version.go 2021-12-21 10:45:43 +04:00
Liam Lai
5061dd9841 add few comments in code 2021-12-21 08:47:23 +03:00
Gerui Wang
db58081b8d refine race condition solution 2021-12-21 10:19:17 +08:00
Jianrong
d901d1df6e race condition caused by old eth bug where read before write. We fixing it by passing down header in the snapshot to avoid touching ETH code. This is just a precaution to avoid undiscovered bugs in XDC as a result of fundmental ETH implementation change 2021-12-21 10:32:55 +11:00
Anil Chinchawale
72fb654a13
Update defaults.go 2021-12-05 11:50:15 +05:30
Anil Chinchawale
079e4e16d5
Fix Invalid address in XDC Console. 2021-12-05 11:47:31 +05:30
Anil Chinchawale
f9fa3a8a07
Merge pull request #145 from XinFinOrg/mainnet_test
missing ValidatorMapping update.
2021-11-16 11:09:20 +05:30
AnilChinchawale
5112dc7564 Set Network Upgrade BlockNumber and Version. 2021-11-15 19:34:07 +05:30
olumuyiwadad
afe58d79fc fix api trace block & Change option pending block. 2021-11-11 18:49:57 +05:30
olumuyiwadad
420a589599 ignoreSignerBlockList added. 2021-11-11 18:48:50 +05:30
olumuyiwadad
18bfb102b4 Update Test for blockchain.go
- TestBlocksHashCacheUpdate
- TestAreTwoBlocksSamePath

	Collection test for BlocksHashCache
	cases
		1. When init new chain
		2. when insertChain
		3. when insertFork
		4. When adding new block by mining
		5. When adding new block by syncing with other nodes
2021-11-08 15:41:13 +05:30
olumuyiwadad
adf071665a update version 1.4.2 2021-11-08 15:01:16 +05:30
olumuyiwadad
70e0496138 fetch data from StateDB instead of Contract. 2021-11-08 14:59:32 +05:30
olumuyiwadad
ff56f5e50f update Voter Delay Withdraw. 2021-11-08 14:58:04 +05:30
olumuyiwadad
1bfafade74 Revert XDCValidator. 2021-11-08 14:57:10 +05:30
olumuyiwadad
abee93984b Mainnet test sync. 2021-11-08 14:55:20 +05:30
olumuyiwadad
cca2a7d213 missing ValidatorMapping added. 2021-11-08 14:54:41 +05:30
olumuyiwadad
ac7b764207
Merge pull request #144 from XinFinOrg/dev-upgrade
fetch dev-upgrade.
2021-11-08 14:52:27 +05:30
olumuyiwadad
cbcd635377
Merge pull request #142 from XinFinOrg/statedb-utils-for-xinfin
make validatorReader.go correct
2021-11-08 14:50:34 +05:30
Gerui Wang
a1e6ae4152 make statedb_utils.go (XDCValidator reader) correct, add statedb utils test 2021-11-03 21:05:25 +08:00
Anil Chinchawale
2869165165
Merge pull request #138 from hash-laboratories-au/hashlab-master
Hashlab master
2021-11-03 16:13:36 +05:30
Jianrong
acc2e411a6 fix or skip tests due to PR-136 change 2021-10-20 20:17:47 +11:00
Jerome
a996c3a1a3
Merge pull request #12 from hash-laboratories-au/adaptor-config-setup-with-tests
Adaptor config setup with tests
2021-10-17 12:57:33 +11:00
Jianrong
ce4e16c7c3 replace c to x in XDPos pakage 2021-10-17 11:37:55 +11:00
Jianrong
e5a9a5ddbc replace consensus int config with string const 2021-10-17 11:31:49 +11:00
Jianrong
0eb2504db3 Add 1 test for adaptor to switch from v1 to v2 2021-10-17 11:20:57 +11:00
Jianrong
c8ee8e1936 add a simple test to verify DB is the same across different engine versions 2021-10-16 13:22:48 +11:00
Jianrong
ce106abffe fix tests related to consensus 2021-10-10 22:05:32 +11:00
Jianrong
e34311ff45 Remove unused consensus v1 methods 2021-10-10 16:04:34 +11:00