/lang/mtasc/

> index : go-tangerine
Tangerine full node (https://github.com/tangerine-network/go-tangerine)
aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core: validate DKG set with correct nodeset in round-2 (#19)Wei-Ning Huang2019-04-094-32/+63
* core: vm: Optimize evm (#13)Jimmy Hu2019-04-095-18/+282
* core: push height of round 0 in genesis block (#17)Sonic2019-04-092-8/+11
* dex: return correct pending nonce (#14)Wei-Ning Huang2019-04-091-2/+11
* params: fix genesis block config and use testnet for test (#10)Wei-Ning Huang2019-04-091-3/+3
* core: fix staked calculation in genesis (#8)Jimmy Hu2019-04-091-4/+0
* core: vm: expose governance contract ABI (#5)Wei-Ning Huang2019-04-091-2/+2
* core: blockchain: fix NewBlockChainWithDexonValidator (#4)Wei-Ning Huang2019-04-091-1/+1
* core: genesis: make ToBlock() compatible with legacy ethereum code (#3)Wei-Ning Huang2019-04-091-28/+36
* app: fix core testBJ42019-04-097-37/+144
* core: vm: governance: add node infoWei-Ning Huang2019-04-096-10/+149
* core: validate roundHeight mapping in governance contractWei-Ning Huang2019-04-095-4/+43
* core: GenerateChainWithRoundChange for testingSonic2019-04-093-0/+598
* app: lock by chain correctly and remove old core in vendorBJ42019-04-091-46/+49
* core: vm: governance: remove maxIntervalWei-Ning Huang2019-04-091-32/+0
* core: vm: add nodesLengh method for reading nodeSet sizeWei-Ning Huang2019-04-091-0/+20
* Rename import due to dexon-consensus renameWei-Ning Huang2019-04-093-18/+18
* dex: minor refactorWei-Ning Huang2019-04-091-6/+5
* app: add lock to prevent concurrent map read writeBojie Wu2019-04-091-0/+3
* core: tx_pool: remove transactions on BlockConfirmed eventWei-Ning Huang2019-04-094-41/+53
* dex: add block gas limit into governanceWei-Ning Huang2019-04-091-0/+35
* app: using lock correctly to use map safelyBojie Wu2019-04-091-56/+86
* app: fix concurrent map read write issue and accept fail transaction when rou...Bojie Wu2019-04-091-1/+7
* core: fix blockReward serializationWei-Ning Huang2019-04-092-37/+28
* app: add cache mechanism to increase performanceBojie Wu2019-04-093-152/+136
* core: set correct balance for governance contractWei-Ning Huang2019-04-092-1/+7
* dex: return round in get block rpc outputWei-Ning Huang2019-04-092-4/+5
* app: fix concurrent read write issue with mapBojie Wu2019-04-091-0/+6
* dex: remove uneeded info from block headerWei-Ning Huang2019-04-093-90/+87
* core: types: fix header marshal jsonSonic2019-04-092-34/+72
* vendor: sync consensus core and fix conflictWei-Ning Huang2019-04-091-7/+8
* app: correct process pending block logicBojie Wu2019-04-091-126/+111
* dex: fix missing randomness assignmentWei-Ning Huang2019-04-091-1/+1
* dex: fix DKG round switchingWei-Ning Huang2019-04-091-6/+18
* dex: fix round switching and initialize dMoment correctlyWei-Ning Huang2019-04-091-1/+2
* dex: misc fixesWei-Ning Huang2019-04-091-3/+3
* app: check nonce and balance in prepare payloadBojie Wu2019-04-092-5/+3
* core: included Dexcon metadata in blockWei-Ning Huang2019-04-091-2/+3
* Remove reference of Rinkeby network.Wei-Ning Huang2019-04-092-26/+1
* core: populate genesisAlloc in source code with DEXON genesis dataWei-Ning Huang2019-04-093-15/+46
* dex: use RLP to encode contract payload dataWei-Ning Huang2019-04-091-6/+6
* app: implement verify block logicBojie Wu2019-04-092-1/+51
* consensus: dexcon: fetch config from stateWei-Ning Huang2019-04-091-19/+22
* core: vm: add blockReward to governanceWei-Ning Huang2019-04-092-4/+39
* dex: fix public key parsing due to changes in consensus coreWei-Ning Huang2019-04-091-1/+4
* core: set governance owner in genesisWei-Ning Huang2019-04-091-1/+3
* params: load blockReward from genesis JSON fileWei-Ning Huang2019-04-091-0/+1
* app: fixup message formatWei-Ning Huang2019-04-091-3/+3
* app: implement new insert blocks logicBojie Wu2019-04-093-18/+246
* test: create account storage for governance contractWei-Ning Huang2019-04-091-1/+1
* core/dex: fix governance contract implementationWei-Ning Huang2019-04-091-19/+13
* core: vm: implement RAND opcode supportWei-Ning Huang2019-04-099-0/+45
* dex/core: misc bug fixesWei-Ning Huang2019-04-092-2/+3
* app: correct dexon application logicBojie Wu2019-04-092-48/+37
* core: fix nil map initializationWei-Ning Huang2019-04-091-0/+7
* app: init mapBojie Wu2019-04-091-15/+17
* core: setup stake in order so genesis block is deterministicWei-Ning Huang2019-04-091-1/+26
* core: vm: modify dkg thresholdJimmy Hu2019-04-091-1/+1
* core: vm: add GovernanceStateHelper testWei-Ning Huang2019-04-092-0/+98
* core: populate genesis CRS in genesis stateWei-Ning Huang2019-04-091-0/+5
* dex: bug fix to allow running geth without crashingWei-Ning Huang2019-04-092-9/+1
* dex: implement sendTx related governance methodsWei-Ning Huang2019-04-091-0/+5
* core: vm: validate if mpk, complaint, finalize is in DKG setWei-Ning Huang2019-04-091-36/+62
* core: vm: allow other people to stake for a nodeWei-Ning Huang2019-04-091-6/+0
* dex: implement some governance interface functionsWei-Ning Huang2019-04-091-213/+342
* dex: governance: implement governance interfaceWei-Ning Huang2019-04-092-11/+23
* app: implement new interface methodBojie Wu2019-04-091-0/+56
* core: populate dexon configuration in SetupGenesisBlockWei-Ning Huang2019-04-092-31/+28
* dex: implement dexon application interfaceBojie Wu2019-04-091-0/+4
* core: add stake and public key to genesis account infoWei-Ning Huang2019-04-094-46/+95
* core: vm: check pk ownership in stake()Wei-Ning Huang2019-04-091-1/+12
* core: vm: expose nodes as publicWei-Ning Huang2019-04-091-14/+52
* core: vm: add eventlog for governance contractWei-Ning Huang2019-04-091-41/+98
* core: vm: refactor and add DKGFinalizeds related implementationsWei-Ning Huang2019-04-091-94/+300
* dex: redesign p2p network topologySonic2019-04-091-0/+7
* core: vm: implement the rest of governance contract methodsWei-Ning Huang2019-04-091-132/+275
* core: vm: check if caller already staked when adding dkg mpkJimmy Hu2019-04-091-0/+7
* core: vm: fix bug and add gas usageWei-Ning Huang2019-04-092-22/+55
* core: vm: finish implementing state helperWei-Ning Huang2019-04-091-23/+206
* core: vm: update governance contract ABIWei-Ning Huang2019-04-091-9/+75
* core: vm: implement governance contract methodsWei-Ning Huang2019-04-091-51/+218
* core: vm: add governance contract skeletonWei-Ning Huang2019-04-092-0/+495
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-0995-333/+333
* core: minor code polishes + rebase fixesPéter Szilágyi2019-04-082-41/+54
* core: re-omit new log event when logs rebirthrjl4934564422019-04-082-9/+224
* all: simplify timestamps to uint64 (#19372)Martin Holst Swende2019-04-089-31/+28
* cmd, core, params: add support for GoerliPéter Szilágyi2019-02-192-1/+13
* core: fix pruner panic when importing low-diff-large-sidechainPéter Szilágyi2019-02-103-86/+44
* core: repro #18977Martin Holst Swende2019-02-102-1/+104
* core: fix error in block iterator (#18986)Martin Holst Swende2019-02-102-11/+3
* core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486)Martin Holst Swende2019-01-303-2/+9
* core, eth: fix database version (#18429)gary rong2019-01-112-8/+16
* Merge pull request #18371 from jeremyschlatter/patch-1Péter Szilágyi2019-01-041-1/+1
|\
| * core/types: update incorrect commentJeremy Schlatter2018-12-291-1/+1
* | vendor, crypto, swarm: switch over to upstream sha3 packageDave McGregor2019-01-043-8/+8
|/
* core: sanitize more TxPoolConfig fields (#17210)Jordan Krage2018-12-202-1/+21
* core/state: rename 'new' variable (#18301)Shuai Qi2018-12-141-2/+2
* Comment error (#18303)qd-ethan2018-12-141-1/+1
* cmd/geth, core, eth: implement Constantinople override flag (#18273)Martin Holst Swende2018-12-111-0/+6
* cmd/evm, core/vm, eth: implement api methods to do stdjson dump to local file...Martin Holst Swende2018-12-101-0/+83
* core, internal, eth, miner, les: Take VM config from BlockChain (#17955)Paweł Bylica2018-12-061-0/+5
* tests, core: update tests and make STATICCALL cause touch-delete (#18187)Martin Holst Swende2018-11-291-0/+6
* core: more detailed metrics for block processing (#18119)Martin Holst Swende2018-11-281-1/+12
* fix mixHash/nonce for parity compatible network (#18166)Jaynti Kanani2018-11-262-12/+12
* core: return error if repair block failed (#18126)mr_franklin2018-11-231-1/+5
* Merge pull request #17973 from holiman/splitter2Péter Szilágyi2018-11-223-157/+368
|\
| * core: polish side chain importer a bitPéter Szilágyi2018-11-213-294/+328
| * core: better side-chain importingMartin Holst Swende2018-11-201-96/+273
* | core: better printout of receipts in bad block reports (#18156)Martin Holst Swende2018-11-221-2/+4
* | core: fix comment typo (#18144)mr_franklin2018-11-211-1/+1
|/
* core, eth/downloader: fix ancestor lookup for fast syncPéter Szilágyi2018-11-162-2/+20
* cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-152-11/+24
* core: fix default trie cache limit (#17860)gary rong2018-11-131-1/+1
* rawdb: remove unused parameter for WritePreimages func (#18059)Corey Lin2018-11-093-5/+4
* core/state: remove lock (#18065)Felix Lange2018-11-091-6/+0
* Merge pull request #17982 from holiman/polish_contantinople_extcodehashPéter Szilágyi2018-11-081-1/+6
|\
| * core/vm: check empty in extcodehashMartin Holst Swende2018-10-261-1/+6
* | core/vm, eth/tracers: use pointer receiver for GetRefund (#18018)Corey Lin2018-11-081-1/+1
* | eth/downloader: speed up tests by generating chain only once (#17916)Felix Lange2018-11-071-16/+28
* | core, eth/downloader: fix validation flaw, fix downloader printout flaw (#17974)Martin Holst Swende2018-11-071-6/+6
|/
* core/state: simplify proof methods (#17965)Felix Lange2018-10-242-17/+13
* core/vm: adds refund as part of the json standard trace (#17910)Martin Holst Swende2018-10-233-36/+50
* core: fix a typo (#17941)Wuxiang2018-10-191-1/+1
* EIP-1186 eth_getProof (#17737)Simon Jentzsch2018-10-192-0/+30
* core/types: fix comment for func SignatureValues (#17921)Smilenator2018-10-161-1/+1
* core/vm: add shortcuts for trivial exp cases (#16851)Martin Holst Swende2018-10-161-4/+16
* core/asm: Use hexadecimal addresses in assembly dumps (#17870)Guillaume Ballet2018-10-091-4/+4
* core/types: Log.Index is the index in block, not receipt (#17866)Wenbiao Zheng2018-10-081-1/+1
* core/vm: reuse Keccak-256 hashes across opcode executions (#17863)Péter Szilágyi2018-10-083-6/+48
* core/vm : fix failing testcase (#17852)Martin Holst Swende2018-10-061-1/+2
* core/vm: SHA3 word cost for CREATE2 (#17812)Martin Holst Swende2018-10-052-0/+87
* core/vm: faster create/create2 (#17806)Martin Holst Swende2018-10-046-52/+145
* core: use ChainHeadEvent subscription in the chain indexer (#17826)Felföldi Zsolt2018-10-031-6/+6
* core: fix unnecessary ancestor lookup after a fast sync (#17825)Péter Szilágyi2018-10-031-5/+5
* core, internal/ethapi: add and use LRU cache for receipts (#17610)Ryan Schneider2018-09-301-6/+18
* core/types: make tx signature values optional in JSON (#17742)reinerRubin2018-09-302-12/+23
* core/types: fix typos (#17762)thumb84322018-09-301-2/+2
* all: fix various comment typos (#17748)Liang ZOU2018-09-252-2/+2
* Merge pull request #17383 from holiman/eip1283Péter Szilágyi2018-09-218-138/+164
|\
| * core, params: polish net gas metering PR a bitPéter Szilágyi2018-09-189-218/+138
| * core,state: finish implementing Eip 1283Martin Holst Swende2018-09-186-16/+41