Commit graph

9564 commits

Author SHA1 Message Date
AnilChinchawale
4e3cb79ff2 Refine code using log error when create tx sign. 2018-09-02 17:32:33 +05:30
parmarrushabh
9551a39a97 Fixed move method getBlockSingers by blockNumber to utils of contact … 2018-08-31 16:37:52 +05:30
MestryOmkar
f0b6c70a8e Refine code and fixed send tx sign for block signer. 2018-08-28 16:07:53 +05:30
MestryOmkar
0d2b47e4ae Remove unused Dockerfile 2018-08-24 15:49:58 +05:30
parmarrushabh
6855e21c0b Add Dockerfile 2018-08-22 15:38:42 +05:30
parmarrushabh
8b71594e11 Fixed send tx sign to smart contract for block signer. 2018-08-19 15:29:11 +05:30
parmarrushabh
a710ab8c68 Hot fixed for bug can't deploy smart contract to master node. 2018-08-16 14:51:17 +05:30
parmarrushabh
78787916b0 Fixed calculate reward for whole block checkpoint reward number. 2018-08-13 14:45:03 +05:30
MestryOmkar
eb8922c652 staking instead of mining 2018-08-12 14:41:12 +05:30
parmarrushabh
bbd132c1a3 Refine comments for feature add reward to validators and signers block. 2018-08-09 14:24:16 +05:30
MestryOmkar
831626de23 Add reward for signers and validators for reward checkpoint. 2018-08-04 14:11:24 +05:30
MestryOmkar
b1abaff88e add validator voting smart contract 2018-08-02 12:22:27 +05:30
parmarrushabh
f5316ee18b Refine code for test coverage. 2018-07-29 10:15:42 +05:30
parmarrushabh
dd9a1bbbf0 Fixed go lint. 2018-07-27 17:02:20 +05:30
parmarrushabh
a88d49b1a8 Fixed only send tx sign for validators. 2018-07-24 16:54:17 +05:30
parmarrushabh
3f1c3839c9 Add feature send tx sign (validator block) from coinbase to smart con… 2018-07-22 16:39:59 +05:30
AnilChinchawale
d7f57b92e3 updated backend.go 2018-07-18 17:16:14 +05:30
AnilChinchawale
8fd30116d5 updated main.go 2018-07-18 17:09:38 +05:30
AnilChinchawale
371faaa2e5 updated .gitmodules 2018-07-15 16:50:30 +05:30
AnilChinchawale
80d66cb264 Fixed minor warning of go lint and rename checkpoint config parameter. 2018-07-15 16:47:41 +05:30
AnilChinchawale
1e59069d3a reuse Clique voting strategy for now, leave header.Coinbase empty 2018-07-12 16:24:50 +05:30
AnilChinchawale
2fb2d7404d block 1 - all masternodes race to create 2018-07-10 16:20:55 +05:30
AnilChinchawale
2a878bb7a7 golint fix 2018-07-07 16:14:53 +05:30
AnilChinchawale
91aa7c65ef masternode takes turn (circle) to propose block 2018-07-07 16:11:13 +05:30
AnilChinchawale
38975a48d4 FIX-IMPORT-CYCLE 2018-07-04 15:47:37 +05:30
AnilChinchawale
5f79d00d04 FIX UNITTESTS 2018-06-30 15:07:40 +05:30
AnilChinchawale
f7fac4ec91 updated VALIDATOR_TEST.GO 2018-06-28 14:43:02 +05:30
AnilChinchawale
6e4c9d9387 added DYNAMIC-VALIDATOR 2018-06-24 14:29:24 +05:30
AnilChinchawale
2cde3e9fe8 added MINING PERMISSION EVERY EPOCH BLOCK +1 2018-06-22 14:14:13 +05:30
AnilChinchawale
d06703c251 added NON-ZERO COINBASE IN BLOCK HEADER 2018-06-20 10:53:31 +05:30
AnilChinchawale
2a089900f5 added MINER-VALIDATOR 2018-06-18 10:46:57 +05:30
AnilChinchawale
0cb82cf94f added CHAIN, HEADER PARAMS 2018-06-14 10:28:02 +05:30
AnilChinchawale
5e63e39cc3 updated CORRECT TEST LOG 2018-06-12 17:35:08 +05:30
AnilChinchawale
aa511fb523 add BLOCK REWARD TO CLIQUE CONFIG 2018-06-09 17:20:53 +05:30
AnilChinchawale
77a41fcc7d updated MAKEFILE 2018-06-06 16:55:00 +05:30
AnilChinchawale
ea8fb76452 added GOFMT TO MAKEFILE 2018-06-06 16:51:06 +05:30
AnilChinchawale
03cd215f38 updated ADDED VALIDATOR CONTRACT 2018-06-04 16:39:47 +05:30
AnilChinchawale
c095cc3e6f FIX TYPO 2018-05-28 16:17:11 +05:30
AnilChinchawale
dd02e14d42 updated MAKEFILE 2018-05-24 15:53:49 +05:30
AnilChinchawale
797cddd01f updated FLAGS.GO 2018-05-24 15:52:03 +05:30
AnilChinchawale
88fe0a6d9d updated USAGE.GO 2018-05-24 15:48:47 +05:30
AnilChinchawale
9b96842bfe updated TESTDATA 2018-05-24 15:46:50 +05:30
AnilChinchawale
a686a3dc05 updated RUN_TEST.GO 2018-05-24 15:44:23 +05:30
AnilChinchawale
5e07884497 updated MONITORCMD.GO 2018-05-24 15:39:43 +05:30
AnilChinchawale
840fcb171c updated MISCCMD.GO 2018-05-24 15:35:58 +05:30
AnilChinchawale
875820f769 updated MAIN.GO 2018-05-24 15:32:23 +05:30
AnilChinchawale
deb0903922 updated GENESIS_TEST.GO 2018-05-24 15:28:59 +05:30
AnilChinchawale
bd58746a7e updated CONSOLECMD.GO 2018-05-24 15:21:10 +05:30
AnilChinchawale
19c8fa1aad updated DAO_TEST.GO 2018-05-24 15:17:31 +05:30
AnilChinchawale
bf041d1d7b updated CONSOLECMD_TEST.GO 2018-05-24 15:13:39 +05:30