Commit Graph

31 Commits

Author SHA1 Message Date
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
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 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
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 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 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
Nguyen Kien Trung 308d9a04b7 Replace glide with go mod (#6) 2019-05-06 11:23:36 -04:00
fixanoid bafd246f3e Updating genesis items 2018-12-03 18:19:14 +00: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
mark.lin f3d42feed7 cmd/istanbul: remove unused debug logs 2017-11-24 11:02:25 +08:00
Alan Chen c20f34e309 Bump version to v1.0.0 2017-11-23 11:58:15 +08:00
mark.lin 8ff6abd0e7 cmd/istanbul, docker, genesis: add docker-compose and quorum flags 2017-11-22 11:59:56 +08:00
mark.lin ce4d048e2b cmd/istanbul: add save flag 2017-11-14 12:09:16 +08:00
Alan Chen ae0ee1de09 cmd/istanbul: rename genesis to setup 2017-11-13 15:25:11 +08:00
Alan Chen 4957968799 cmd/istanbul: add genesis subcommand 2017-09-28 10:29:57 +08:00
Alan Chen 0ffd9f3882 cmd/istanbul, container, genesis: add subcommand 'extra' 2017-08-31 17:30:02 +08:00
Alan Chen edde2c3210 Revert "Use send batch txs"
This reverts commit 7553121e98.
2017-08-11 16:46:12 +08:00
Edwin 69bda30e96 cmd/istanbul: refactor decode/encode function 2017-08-10 12:05:14 +08:00
Edwin 398b3b8562 cmd/istanbul: only using ethereum/go-ethereum package 2017-08-09 10:51:03 +08:00
Alan Chen 56b74e9278 Merge pull request #3 from getamis/batch_send_txs
cmd: add tool to batch send txs
2017-08-08 13:48:38 +08:00
Edwin e1f5f4c04a fix build fail 2017-08-01 15:41:07 +08:00
Edwin 90fb61c95f Support raw data as input for encode command 2017-07-19 16:55:53 +08:00
mark.lin 7553121e98 Use send batch txs 2017-07-11 15:41:32 +08:00
Miya Chen 1822929738 cmd: add tool to batch send txs 2017-06-30 06:50:21 +08:00
Edwin 0f3ae1ee34 rename Istanbul-tools to istanbul-tools 2017-06-26 15:24:54 +08:00
Edwin 836f391476 prints vanity under decode command 2017-06-26 15:24:42 +08:00
Edwin e9c98d1e0e fix pr comments 2017-06-26 15:14:26 +08:00
Edwin cd62e78370 add istanbul encoder/decoder tools 2017-06-23 17:21:00 +08:00