Commit Graph

334 Commits

Author SHA1 Message Date
Alexander Kolotov 1128b8e7a7 Docker file to build and distribut istanbul tools 2020-06-24 23:02:01 +03:00
Trung Nguyen a80ca18518
use xcode 10.3 (#19)
to fix the issue when running in MacOS 10.13
2020-05-21 14:50:45 -04:00
Trung Nguyen b11b31f7e8
simplify Github Actions 'build' workflow (#18)
* Clean up unnecessary steps
* Cache go dependencies to reduce time
* Remove notification for pull request
2020-04-09 15:29:43 -04:00
Trung Nguyen 20322dbf13
replace travis with github actions (#17)
* replace travis with github actions
* add support extract address from public key
2020-04-08 17:17:31 -04:00
fixanoid 8357dda6fb
Merge pull request #16 from trung/release-automation
github-actions: automate release to bintray
2020-04-08 12:22:59 -04:00
Trung Nguyen 2d952db1d7
automate release binary to bintray and add docs 2020-04-08 11:27:24 -04:00
Trung Nguyen 1ed67b5c57
add 'address' command to extract validator address from node key hex (#15)
Validator address is Keccak256(public key). This address is used in Istanbul consensus network.
This tool compliments 'extra' commannd when generating extradata value for genesis file

Some go mod clean up
2020-04-07 15:37:56 -04:00
fixanoid c8e3c10fd2
Merge pull request #13 from jbhurat/ceil2nby3block
Ceil2nby3block
2020-01-06 14:36:47 -05:00
Jitendra Bhurat ff8b5a44a3 Updated quorum version to 2.4.0 2019-12-16 15:15:12 -05:00
Jitendra Bhurat e12d15dd8b Supporting ceil2Nby3Block config in genesis 2019-12-13 14:56:57 -05:00
fixanoid 2a19796eca
Merge pull request #12 from trung/add-download-badge
readme: add download badge
2019-09-12 11:10:16 -04:00
Trung Nguyen 95d6e79cf8
readme: add download badge 2019-09-12 11:04:58 -04:00
fixanoid ff99ffeb75
Merge pull request #11 from SatpalSandhu61/add-command-line-options-for-node-ip-and-port
Adding command line flags for node IP and port
2019-09-06 10:54:44 -04:00
fixanoid fda1f21aa1
Merge pull request #10 from SatpalSandhu61/fix-travis-build
Code changes to fix travis build
2019-08-29 11:04:13 -04:00
SatpalSandhu61 9de6f03911 Adding command line flags for node IP and port, to reduce need for manual editing of static-node.json 2019-08-29 12:53:57 +01:00
SatpalSandhu61 eaa369d176 Updates to go.sum 2019-08-19 15:27:44 +01:00
SatpalSandhu61 825c0c09fc Recreated go.sum to fix checksums 2019-08-19 13:53:17 +01:00
SatpalSandhu61 5bdc7e7307 Merge remote-tracking branch 'origin/fix-travis-build' into fix-travis-build 2019-08-19 13:33:47 +01:00
SatpalSandhu61 05eccd2c06 Corrections to module dependencies 2019-08-19 13:33:33 +01:00
Satpal 853ad1d197
Merge branch 'master' into fix-travis-build 2019-08-19 12:23:18 +01:00
SatpalSandhu61 403146bb52 Fixing issues that were causing the Travis build to fail. 2019-08-19 12:07:39 +01:00
Satpal e67998140f Add homestead and constantinople flags (#9)
* Restore the homestead flag which was incorrectly removed previously when byzantium was enabled.
Impact of having it disabled is that a number of homestead features are not enabled; for example, if child contract creation runs out of gas then contract address is returned instead of error “contract creation code storage out of gas”.

* Added the Constantinople flag and upgraded to work with quorum v2.2.4.
Also restored the homestead flag that was incorrectly removed previously when byzantium was enabled.

* Fixed TransactionSizeLimit, added IsQuorum and changed flags to start at block zero.
2019-08-02 10:16:47 -04:00
SatpalSandhu61 5d1b42533c Fixed TransactionSizeLimit, added IsQuorum and changed flags to start at block zero. 2019-08-02 11:39:30 +01:00
SatpalSandhu61 3a46922e01 Added the Constantinople flag and upgraded to work with quorum v2.2.4.
Also restored the homestead flag that was incorrectly removed previously when byzantium was enabled.
2019-08-01 16:37:26 +01:00
SatpalSandhu61 881ddc942c Restore the homestead flag which was incorrectly removed previously when byzantium was enabled.
Impact of having it disabled is that a number of homestead features are not enabled; for example, if child contract creation runs out of gas then contract address is returned instead of error “contract creation code storage out of gas”.
2019-08-01 15:21:08 +01:00
Nguyen Kien Trung ffc2a6f88f go get won't work with go mod replace directive (#7)
Updating quickstart to reflect this
2019-06-11 09:42:38 -04:00
Nguyen Kien Trung 308d9a04b7 Replace glide with go mod (#6) 2019-05-06 11:23:36 -04:00
fixanoid b9349b066a
Update .travis.yml 2018-12-03 17:35:53 -05:00
fixanoid 434bc39405
Update .travis.yml 2018-12-03 17:35:13 -05:00
fixanoid bafd246f3e Updating genesis items 2018-12-03 18:19:14 +00:00
fixanoid e9ace97377 Updating vendor deps 2018-12-03 18:18:24 +00:00
fixanoid 616f857538
Adding quick start 2018-11-29 16:47:54 -05:00
Jitendra Bhurat 10f7056e6c Upgrade images (#2)
* Fixing Imports
* Updating Quorum and Constellation Images
2018-11-05 16:12:05 -05:00
Chang Yang Jiao c1f8d1ab55 [Feature Added] Recreate genesis file using existing node key information (#1)
- This patch removes package info
2018-06-20 10:30:50 -04:00
Yuren Ju (yurenju) ed7063cf2d
Merge pull request #106 from getamis/add-license-1
Create LICENSE
2018-05-24 05:05:32 -05:00
Yuren Ju (yurenju) 2b6f1319a4
Create LICENSE 2018-05-24 17:58:03 +08:00
Miya Chen 773b4362fc
Merge pull request #102 from getamis/add-qourum-load-test
Add qourum load test
2017-12-20 21:45:13 +08:00
Miya Chen 7dd9c16a63 update README.md 2017-12-20 17:01:08 +08:00
Miya Chen 6c1d60d919 charts, k8s, test/load: add isQourum flag for running qourum node 2017-12-20 16:57:08 +08:00
Miya Chen 728f6b0c54 common: set gas price as 0 and use HomesteadSigner by default 2017-12-20 16:54:09 +08:00
Miya Chen e5f026a6d6 charts, k8s: add wait and timeout flag for helm chart install 2017-12-20 16:49:12 +08:00
Miya Chen 8cd2d8ed22
Merge pull request #101 from getamis/fix-k8s-docker-image-option
k8s: fix typo
2017-12-13 10:21:18 +08:00
Miya Chen 37c35ed210 k8s: fix typo 2017-12-12 22:22:28 +08:00
Alan Chen 3b7f4317ea
Merge pull request #100 from getamis/release/v1.0.0
Release v1.0.0
2017-11-24 14:26:08 +08:00
Alan Chen 7e3e077519
Merge pull request #99 from getamis/feature/travis-release
travis: use build stages and publish release automatically
2017-11-24 14:20:34 +08:00
Alan Chen 2762348654 travis: use build stages and publish release automatically 2017-11-24 11:53:12 +08:00
Alan Chen eb1de77d75
Merge pull request #98 from getamis/feature/remove_logs
cmd/istanbul: remove unused debug logs
2017-11-24 11:12:25 +08:00
mark.lin f3d42feed7 cmd/istanbul: remove unused debug logs 2017-11-24 11:02:25 +08:00
Alan Chen f2c92e4861
Merge pull request #96 from getamis/release/v1.0.0
Release v1.0.0
2017-11-23 12:03:41 +08:00
Alan Chen 597fa3dd55
Merge pull request #95 from getamis/feature/add-version
Bump version to v1.0.0
2017-11-23 12:00:34 +08:00