Commit Graph

10222 Commits

Author SHA1 Message Date
Samer Falah af38cd133d
Merge pull request #636 from jpmorganchase/txn-size-limit-genesis
Adding support for transaction size limit via genesis
2019-03-07 11:28:37 -05:00
Samer Falah 0a57640e95
Merge pull request #648 from trung/solc-specific-version
Use solc 0.5.4 when running acceptance tests against pull requests
2019-03-06 22:49:59 -05:00
Trung Nguyen f6e5aa67f4
grant executable to solc 2019-03-06 15:55:21 -05:00
Trung Nguyen e9f2596e19
use solc 0.5.4 2019-03-06 15:50:24 -05:00
Samer Falah d4ff7f1fdd
Merge pull request #647 from QuorumEngineering/raft-doc-update
Update Raft doc and log messages
2019-03-06 15:30:44 -05:00
fixanoid dadd8b0f30
Update BUILDING, adding Windows info 2019-02-25 12:39:46 -05:00
amalraj 9a3184ba19 travis: run quorum-acceptance-tests for pull requests (#637)
* update travis to enable running acceptance test for raft, istanbul and clique consensus when a PR is raised
2019-02-22 16:24:15 -05:00
chris-j-h bfa7dcfbc3 Raft doc and log message updates 2019-02-15 16:36:11 +00:00
fixanoid 0f68921124 Renaming to TransactionSizeLimit for clarity 2019-02-14 09:01:22 -05:00
Samer Falah 212b25c566
Merge pull request #539 from jbhurat/impossible-reorg-fix-v1
consensus/istanbul: Race condition causing "Impossible reorg" error
2019-02-12 18:51:25 -05:00
fixanoid cca2e84c18 Transaction size limit support via genesis 2019-02-12 17:23:59 -05:00
Jitendra Bhurat 1ddf595c34 Using NewBlockMsg constant instead of hardcoded 0x07 2019-02-12 15:36:05 -05:00
fixanoid 918aaa83a9 Merge branch 'txn-size-limit-cli' into txn-size-limit-genesis 2019-02-12 11:45:54 -05:00
Samer Falah 07c76cc137
Merge pull request #595 from SatpalSandhu61/fix-for-bad-block-on-gas-limit
Fix for BAD BLOCK caused by "gas limit reached" for private contracts
2019-02-12 10:40:35 -05:00
Samer Falah bb0261036b
Merge pull request #619 from drequinox/master
Fixes for Go 11
2019-02-05 12:21:01 -05:00
Jitendra Bhurat 65c89d5409
Merge branch 'master' into master 2019-02-05 11:23:45 -05:00
Samer Falah b5920e005c
Merge pull request #616 from jpmorganchase/quorum-node-info
Adding Quorum version into node info
2019-02-04 12:00:52 -05:00
Samer Falah 70e07d6e10
Merge pull request #621 from QuorumEngineering/raft-sync-greater-height
Raft: process sync data in parallel to download
2019-02-04 11:35:58 -05:00
Samer Falah e8458c028d
Merge pull request #618 from SatpalSandhu61/print-vm-failure-reason-to-log
Print vm failure reason to log
2019-01-23 15:11:42 -05:00
Nguyen Kien Trung be5f333767 Binaries distribution to Bintray (#623)
distribute binaries to bintray when tagging
2019-01-23 15:10:09 -05:00
Nguyen Kien Trung a4580fc22e Minor update to README (#622)
* Added full logo link
* Added download link
2019-01-16 16:19:44 -05:00
fixanoid c6f0ae4e29 Quorum version bump 2019-01-16 17:28:01 +00:00
Imran Bashir 0b849799ab fixgo11 2019-01-14 15:14:41 +00:00
SatpalSandhu61 895947de48 Currently, we can't tell the reason for evm failure, so change log message for EVM failure reason from Debug to Info. This is helpful to users and makes analysis of issues much easier. 2019-01-10 13:54:38 +08:00
SatpalSandhu61 f69ae6c19a Merge branch 'master' of https://github.com/jpmorganchase/quorum 2019-01-09 12:04:11 +08:00
Felix Shnir db34314a9a Updating test 2019-01-07 17:05:56 +00:00
Felix Shnir 54f9a8ef13 Adding Quorum info into nodeInfo 2019-01-07 15:54:17 +00:00
Samer Falah d77cb778ca
Merge pull request #563 from Puneetha17/private_rawtx
Do not reset V value if the tx is already set to private
2019-01-07 09:22:20 -05:00
Peter Fox 126d051943 Added comment to explain the change 2019-01-07 10:00:50 +00:00
Samer Falah c090cea617
Merge pull request #591 from QuorumEngineering/feature/support-private-sendRawTransaction-merge
feature/support private sendRawTransaction
2019-01-04 15:18:15 -05:00
namtruong 01a8a5ec80 minor documentation update 2019-01-04 19:32:17 +00:00
namtruong e92052b3a4 return error when sendRawPrivateTransaction is called to submit public transaction (privateFor list empty) 2019-01-03 15:26:42 +00:00
Peter Fox 569719975f Allow processing of sync content whilst it is being downloaded when
using a bounded sync
2019-01-03 10:00:07 +00:00
Samer Falah decb4c76b4
Merge pull request #592 from trung/staticcall-dual-state
added dual state implementation to StaticCall
2019-01-01 13:59:13 +00:00
Samer Falah 1092eac015
Merge pull request #597 from jpmorganchase/fd-limit-max-out
Maxing out fdlimit per go-ethereum#18211
2018-12-13 15:27:59 -05:00
Samer Falah 004dd53a68
Merge pull request #598 from jbhurat/miner-setcoinbase
Prevent deadlock when miner.setEtherbase is called for Istanbul consensus
2018-12-13 15:19:45 -05:00
Jitendra Bhurat aea11d53a8 calling unlock using defer, preventing deadlock when miner.setEtherbase() returns an error 2018-12-13 12:31:50 -05:00
Felix Shnir bd558eff27 Cherrypicking go-ethereum#18211 pull 2018-12-13 16:32:48 +00:00
SatpalSandhu61 7deea65847 Merge branch 'master' of https://github.com/jpmorganchase/quorum 2018-12-13 11:50:11 +00:00
jpmsam 8f678278aa quorum version update 2018-12-12 15:27:29 -05:00
Trung Nguyen 67c9b4332f
staticcall does not modify states so no need to push to stack 2018-12-11 16:54:18 -05:00
Samer Falah df03a37833
Merge pull request #585 from jbhurat/estimate-gas
Fixing high estimate gas issue
2018-12-11 16:47:37 -05:00
Trung Nguyen 1007ea93e2
fixed unit test 2018-12-11 11:28:26 -05:00
Trung Nguyen 85d3c4d031
merged from upstream/master 2018-12-11 10:43:48 -05:00
SatpalSandhu61 50da8eaf0d Fix for issue 576 where private transactions can cause block gas limit to be exceeded, leading to BAD BLOCK. 2018-12-10 15:30:28 +00:00
SatpalSandhu61 5af110984a Fix for issue 576 where private transactions can cause block gas limit to be exceeded, leading to BAD BLOCK. 2018-12-10 09:58:16 +00:00
Jitendra Bhurat 7803a2f7ef Setting the private state to public state if contract address is not present in the private state 2018-12-06 11:02:12 -05:00
Michael Gu 8ca92333f3
Merge branch 'master' into photic-tx-size-limit 2018-12-05 22:53:18 +02:00
Trung Nguyen 089841e036
added dual state implementation to StaticCall 2018-12-05 13:47:01 -05:00
namtruong c49a833eb9 add support for private sendRawTransaction - merge with latest quorum 2018-12-05 14:30:42 +00:00