Commit Graph

  • 3681eeb66f
    Merge f178299438 into 0e922bd841 Gregg Juan Eduardo Palomo Herrera 2020-06-28 08:59:22 -0500
  • f178299438
    Merge pull request #2 from GreggJuanEduardoPH/revert-1-master Gregg Juan Eduardo Palomo Herrera 2020-06-28 08:58:40 -0500
  • 43be4e3ec5
    Revert "quórum-The-Peso-G:master" Gregg Juan Eduardo Palomo Herrera 2020-06-28 08:58:25 -0500
  • ea336c613e
    Merge pull request #1 from The-Peso-G/master Gregg Juan Eduardo Palomo Herrera 2020-06-28 08:58:19 -0500
  • 2cde2c8dae
    Merge 0e922bd841 into c058ddf7cb Gregg Juan Eduardo Palomo Herrera 2020-06-28 08:55:55 -0500
  • ac05b4253e
    Merge 0e922bd841 into c058ddf7cb Gregg Juan Eduardo Palomo Herrera 2020-06-28 08:54:45 -0500
  • 0e922bd841 Implement block reward contract feature master Kirill Fedoseev 2020-06-13 16:24:42 +0300
  • 75663f6a73 Added roundchange tests and updated docs and comments updated_ibft Jitendra Bhurat 2020-06-10 10:12:34 -0400
  • a55811a60f
    Bump websocket-extensions from 0.1.3 to 0.1.4 in /dashboard/assets dependabot/npm_and_yarn/dashboard/assets/websocket-extensions-0.1.4 dependabot[bot] 2020-06-06 13:36:53 +0000
  • 1d80555093
    When checking messages from higher round, only check messages from unique validators (#112) Jitendra Bhurat 2020-06-05 11:35:31 -0400
  • 164d32caf2 Running goimports gofmt, gosimple, uncovert to fix lint issues Jitendra Bhurat 2020-06-03 11:48:38 -0400
  • 26421dd4df
    Streamline call to newRoundChangeTimer() (#109) Jitendra Bhurat 2020-06-03 10:31:12 -0400
  • b58f1d326a
    Removing unused variable rcMsgSentInRound Jitendra Bhurat 2020-06-03 09:21:54 -0400
  • 56b684074d
    Not sending a roundchange message when receiving an invalid proposal in preprepare Jitendra Bhurat 2020-06-03 09:19:38 -0400
  • d205bdbda7
    Improve cache implementation and error handling for permissions (#961) Sai V 2020-06-03 08:14:50 +0800
  • 823a4eecb0 Returning true after iterating over prepared messages and comparing it against the proposal Jitendra Bhurat 2020-06-02 17:31:12 -0400
  • 1d8a952fa5 Added preprepareSent variable to roundstate so that preprepare message is sent only once and updated justifyRoundChange to not return false, if prepared value or round does not match the values in prepared messages part of round change messages Jitendra Bhurat 2020-06-02 11:45:37 -0400
  • 614e3d5b94 fixing the bug, where we were adding roundchange message and not preparedRound message to preparedMessages roundchangeset Jitendra Bhurat 2020-06-01 13:38:23 -0400
  • 240c69670f when justifying round change verify prepared messages part of round change messages Jitendra Bhurat 2020-06-01 12:39:21 -0400
  • e15137aa54 Sending prepared messages from the set of roundchange messages to preprepare message Jitendra Bhurat 2020-06-01 12:31:07 -0400
  • 8289a98f2a Moving start of new round timer to after validating the preprepare message Jitendra Bhurat 2020-06-01 11:31:05 -0400
  • d8f689ccdb
    Merge branch 'master' into permission-cache-impl permission-cache-impl Samer Falah 2020-06-01 08:40:11 -0400
  • c728a9694f Moving setting the consensus in the start instead of when getting a new backend Jitendra Bhurat 2020-05-29 15:14:25 -0400
  • dcab518e50
    update documentation to include maxCodeSizeConfig documentation. (#1006) Sai V 2020-05-29 21:17:40 +0800
  • 70ce552745 update documentation to include maxCodeSizeConfig documentation. docupdate-maxcodesize vsmk98 2020-05-29 16:00:48 +0800
  • 89fac8995a Legacy ibft should be used if qibftBlock is not defined in genesis Jitendra Bhurat 2020-05-28 16:15:34 -0400
  • 8044d33d40 qibft consensus and support for qibftBlock fork block Jitendra Bhurat 2020-05-28 11:39:30 -0400
  • 282b74045a
    Update running.md (#1000) Krish1979 2020-05-15 02:00:31 +0100
  • c058ddf7cb
    Merge branch 'master' into Fix-link Fix-link Krish1979 2020-05-14 21:54:15 +0100
  • 7ba16f5998
    Merge branch 'master' into permission-cache-impl Samer Falah 2020-05-14 15:12:26 -0400
  • b4d6527368
    Update links Samer Falah 2020-05-14 10:59:19 -0400
  • 88dec81fb3
    Update running.md Krish1979 2020-05-14 15:48:12 +0100
  • 68fb3977b8 resolving lint issues. vsmk98 2020-05-14 11:31:01 +0800
  • 72a4cf87b3 Merge branch 'master' into permission-cache-impl vsmk98 2020-05-14 10:52:49 +0800
  • 1c7901b11b
    Corrections to logged error messages. (#997) Satpal 2020-05-13 20:59:07 +0100
  • c8567843ab
    Fix broken link (#998) chris-j-h 2020-05-13 14:15:49 +0100
  • 17f98b117b
    Created special PTM for public-only mode. (#968) Peter Fox 2020-05-12 20:55:21 +0100
  • d6c2ee46e9
    Quorum Documentation Update (#996) Krish1979 2020-05-12 20:42:08 +0100
  • 72ad6db167
    raft: return error if block processing is aborted (#992) amalraj 2020-05-13 03:32:50 +0800
  • 3657b4bf37
    Merge branch 'master' into raft-fix-issue-990 raft-fix-issue-990 Samer Falah 2020-05-11 16:19:24 -0400
  • 3034c75403
    fix linting issues (#995) Trung Nguyen 2020-05-11 16:15:27 -0400
  • 2e9462ee20
    gha: automate release (#994) Trung Nguyen 2020-05-11 15:57:12 -0400
  • 80564d5f26
    added nil pointer check for args.Value to avoid a panic in estimate gas call (#989) Sai V 2020-05-09 11:10:14 +0800
  • 83403b9142 Merge branch 'master' into permission-cache-impl vsmk98 2020-05-09 08:51:56 +0800
  • 1d23f35b99
    raft: return error if block processing is aborted amalraj.manigmail.com 2020-05-08 16:51:09 +0800
  • c7750217a1
    added nil pointer check for args.Value to avoid a panic in estimate gas call fix/estimate-gas vsmk98 2020-05-06 12:08:54 +0800
  • 3ae914052f
    gha: add Github Actions workflows (#984) Trung Nguyen 2020-05-08 15:39:29 -0400
  • c116ba1842 update to refer to master branch of quorum acceptance tests in travis vsmk98 2020-05-05 13:20:14 +0800
  • 9339be03f9 Quorum v2.6.0 v2.6.0 jpmsam 2020-05-04 10:39:58 -0400
  • ea9d72a7e9
    travis: update go version (#983) Trung Nguyen 2020-05-04 10:02:27 -0400
  • 9878b522d4 Merge branch 'master' into permission-cache-impl vsmk98 2020-05-04 13:34:25 +0800
  • c04d1c8b10
    Tessera 0.10.5 (#977) Krish1979 2020-04-30 17:29:16 +0100
  • b4e2199ca1
    Enable networks to change maxCodeSize multiple times (#975) Sai V 2020-04-30 23:48:23 +0800
  • ed98041bdb
    Merge branch 'master' into max-code-size max-code-size Samer Falah 2020-04-30 11:08:32 -0400
  • 4c6727c959
    changes to set immutability threshold before freezer db is opened (#981) Sai V 2020-04-30 23:07:19 +0800
  • 0fd13d18ef changes to set immutability threshold before freezer db is opened immutability-threshold vsmk98 2020-04-30 14:56:35 +0800
  • 5cab3a794d
    parent c215989c10 author vsmk98 <vsaimk@gmail.com> 1585565614 +0800 committer Trung Nguyen <24930+trung@users.noreply.github.com> 1588174146 -0400 gpgsig -----BEGIN PGP SIGNATURE----- vsmk98 2020-03-30 18:53:34 +0800
  • c215989c10
    Quorum geth upgrade to 1.9.7 (#960) Sai V 2020-04-29 22:50:56 +0800
  • 5148c70b80 updated documentation. quorum-geth-upgrade-1.9.7 vsmk98 2020-04-29 18:11:07 +0800
  • 333bcb6bb8 changed error message to indicate the tessera version for storeraw to work vsmk98 2020-04-29 12:33:55 +0800
  • 342ee9daf7 Added license header for the file. vsmk98 2020-04-29 06:18:35 +0800
  • 9b004f2137 fixed unit test failure vsmk98 2020-04-28 14:45:02 +0800
  • 9c297eac12 Merge remote-tracking branch 'origin/quorum-geth-upgrade-1.9.7' into quorum-geth-upgrade-1.9.7 vsmk98 2020-04-28 14:32:12 +0800
  • 68f7f8d7ba ran goimport on files vsmk98 2020-04-28 14:24:54 +0800
  • bd3f303cf2 Merge remote-tracking branch 'remotes/origin/master' into quorum-geth-upgrade-1.9.7 vsmk98 2020-04-28 12:56:20 +0800
  • 818052dfa8 changes to address review comments. 1. used t.skipf to skip tests not applicable for quorum 2. removed unnecessary log messages 3. ran goimports vsmk98 2020-04-28 12:45:31 +0800
  • b9b1b5779f
    Updating Quorum inviter links (#976) fixanoid 2020-04-20 16:33:47 -0400
  • df243f9601 Updating Quorum inviter links inviter-links Felix Shnir 2020-04-20 16:10:04 -0400
  • f429be1dd8
    Update Tessera encryption & Privacy Manager docs (#972) chris-j-h 2020-04-18 18:24:34 +0100
  • 911c1acd9f
    Merge pull request #971 from jpmorganchase/cli-immutability-threshold Sai V 2020-04-17 10:43:02 +0800
  • bdf6931baf Ran go imports on all files. vsmk98 2020-04-15 21:40:57 +0800
  • 331d535fe5 Merge branch 'quorum-geth-upgrade-1.9.7' into cli-immutability-threshold vsmk98 2020-04-15 21:32:46 +0800
  • d326ecbfff recompiled permissions contract with --optimize option and regenerated the go binding code. vsmk98 2020-04-15 10:15:53 +0800
  • 17e82357c1 recompiled permissions contract with --optimize option and regenerated the go binding code. vsmk98 2020-04-15 10:15:53 +0800
  • 56b966c473 code change to make the quorum parameters local as they are not accessed directly. vsmk98 2020-04-15 09:49:42 +0800
  • c9e8488785
    Wizard docs (#973) Brad McDermott 2020-04-14 15:30:10 -0400
  • b2d9b6649c Fixed unit test failure for downloader. removed redundant code. vsmk98 2020-04-14 13:53:20 +0800
  • 7c799ed3ff allows immutability threshold to be passed as a cli flag when starting the geth node. vsmk98 2020-04-14 13:16:10 +0800
  • e01b15e6b4
    Adding qubernetes to quorum README.md / docs. (#970) libby kent 2020-04-10 13:57:01 -0400
  • 4c9740bfaa
    Add configurable threshold for 'future block' check for Istanbul & Clique (#800) Satpal 2020-04-08 14:34:02 +0100
  • a3efbfdf98
    travis: update VM to use JRE11 to fix acceptance tests failure for PR (#964) Trung Nguyen 2020-04-07 17:44:01 -0400
  • e73704db3a Corrected complete error handling across the package. vsmk98 2020-04-07 21:52:29 +0800
  • db836bf646 updated error handling vsmk98 2020-04-05 10:11:31 +0800
  • 734744f79a error handling to handle and propagate all errors encountered in cache population functions. updated unit test in line. vsmk98 2020-04-03 16:18:20 +0800
  • 186a62b185 handled unhandled error. vsmk98 2020-04-03 10:10:06 +0800
  • 0eca8e9373 Merge remote-tracking branch 'remotes/origin/master' into permission-cache-impl vsmk98 2020-04-03 10:06:13 +0800
  • 1afcf87a7f error handling in getSubOrgIndex from contract. fixed a unit test failure vsmk98 2020-04-03 09:46:05 +0800
  • f9677c8843 Added unit test cases for permissions cache implementation. Refactored permissions code for enabling unit tests with lower cache configuration vsmk98 2020-04-02 17:25:36 +0800
  • 5031e5b8ee handled errors in cache population functions. vsmk98 2020-03-31 10:20:03 +0800
  • b9e886c4e5
    plugin: change signature file name and add test case for Bintray signer (#957) Trung Nguyen 2020-03-27 17:01:45 -0400
  • 1b74c63b2e regeneration of binding code. vsmk98 2020-03-27 15:10:47 +0800
  • b756917487 removed redundant node data rebuild function vsmk98 2020-03-27 11:18:25 +0800
  • 75896d38bf Merge branch 'master' into permission-cache-impl vsmk98 2020-03-27 11:06:19 +0800
  • 884b230f14 Merge remote-tracking branch 'remotes/qeng/quorum-geth-upgrade-1.9.7' into quorum-geth-upgrade-1.9.7 vsmk98 2020-03-26 14:48:16 +0800
  • cfc124a713 rpc: raise limit in TestClientNotificationStorm to 25K to avoid test failure on catalina vsmk98 2020-03-26 08:59:59 +0800
  • f7c4f74a36
    Merge branch 'master' into quorum-geth-upgrade-1.9.7 Sai V 2020-03-26 08:22:32 +0800
  • 515c192500
    Updating Compatibility table & adding Quorum 2 geth map (#959) fixanoid 2020-03-25 10:46:55 -0400
  • dbbd6a011b update documentation for migration. vsmk98 2020-03-25 13:52:44 +0800
  • a20ca5fb07 remove osx build in travis for PR as per #958 in Quorum zzy96 2020-03-24 14:34:38 +0800
  • 1b7099d4f1 bring back missed ExpandPackagesNoVendor in build zzy96 2020-03-24 14:24:52 +0800