This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dennis.won@mp-dennisw-ml2:~/go/src/github.com/harmony-one/harmony/internal/configs/sharding (txs_throttle) $ go test --cover | |
PASS | |
coverage: 17.1% of statements | |
ok github.com/harmony-one/harmony/internal/configs/sharding 0.080s | |
dennis.won@mp-dennisw-ml2:~/go/src/github.com/harmony-one/harmony/node (txs_throttle) $ go test --cover | |
wait 5 seconds to terminate the process ... | |
ok github.com/harmony-one/harmony/node 10.933s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dennis.won@mp-dennisw-ml2:~/go/src/github.com/harmony-one/harmony (r3_txs_throttle) $ ./scripts/travis_checker.sh | |
Checking go.mod... | |
go.mod stayed the same as in the repository. | |
Running golint... | |
golint passed. | |
Running goimports... | |
goimports passed. | |
Running go generate... | |
go generate FAILED! | |
--- BEGIN go generate --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go generate FAILED! | |
--- BEGIN go generate --- | |
api/client/service/proto/client.go | |
protoc client.proto --go_out=plugins=grpc:. | |
protoc-gen-go: program not found or is not executable | |
--go_out: protoc-gen-go: Plugin failed with status code 1. | |
api/client/service/proto/client.go:3: running "protoc": exit status 1 | |
api/proto/message/message.go | |
protoc message.proto --go_out=plugins=grpc:. | |
protoc-gen-go: program not found or is not executable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
079e1a96 - Merge pull request #1427 from chaosma/master (3 days ago) <Leo Chen> | |
|\ \ \ | |
| |/ / | |
| * | 7bf08eec - add processingHeader debug information (3 days ago) <Chao Ma> | |
* | | 1a8ebafa - Merge pull request #1426 from chaosma/master (3 days ago) <Leo Chen> | |
|\ \ \ | |
| |/ / | |
| | / | |
| |/ | |
|/| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 78846365 - (HEAD) Merge pull request #1419 from LeoHChen/master_merge_from_r3 (5 days ago) <Dennis JongHyuck Won> | |
|\ | |
| * 92171da5 - [log] replace old log with zerolog (5 days ago) <Leo Chen> | |
| * 7bd399fe - [test] fix go test failure (5 days ago) <Leo Chen> | |
| * a9a0e76f - [merge] merge r3-20190822.0 to master (6 days ago) <Leo Chen> | |
| |\ | |
| | * acbe3d9a - (tag: r3-20190822.0) Merge pull request #1407 from xChickens/cp_wallet_ini_r3 (7 days ago) <Christopher Liu> | |
| | |\ | |
| | | * 5ab241bf - [Pangaea] Fix wallet_stress gogenerate error (7 days ago) <Chris> | |
| | | * 9f358eb3 - [Pangaea] Update wallet.ini bootnodes (#1406) (7 days ago) <Christopher Liu> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* eb761340 - Merge cross-shard into master (7 days ago) <Rongjian Lan> | |
|\ | |
| * b4c9a326 - (tag: pangaea-20190822.0) [Pangaea] Update wallet.ini bootnodes (#1406) (8 days ago) <Christopher Liu> | |
| * 460c76bd - [Pangaea] New bootnode servers (#1405) (8 days ago) <Christopher Liu> | |
| * cbce10b9 - Merge pull request #1385 from john-harmony/local_with_explorer (8 days ago) <Leo Chen> | |
| |\ | |
| | * 6f15fbd8 - add explorer configuartion for local (9 days ago) <john-harmony> | |
| * | d21bc08e - Merge pull request #1388 from harmony-ek/fix_kill_node (8 days ago) <Leo Chen> | |
| |\ \ | |
| | * | edef0987 - Use kill_node.sh for killing nodes (9 days ago) <Eugene Kim> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zerolog-validator-127.0.0.1-9110.log:{"level":"warn","port":"9110","ip":"127.0.0.1","error":"rpc error: code = DeadlineExceeded desc = context deadline exceeded","IP":"127.0.0.1","Port":"6004","caller":"/Users/dennis.won/harmony/api/service/syncing/syncing.go:698","time":"2019-08-31T12:19:51.161641-07:00","message":"[Sync]GetBlockChainHeight failed"} | |
zerolog-validator-127.0.0.1-9110.log:{"level":"error","port":"9110","ip":"127.0.0.1","error":"leveldb: not found","caller":"/Users/dennis.won/harmony/node/node_cross_shard.go:70","time":"2019-08-31T12:19:51.295978-07:00","message":"[ProcessingHeader] ReadCrossLink cannot read previousLink with number 11, shardID 1"} | |
zerolog-validator-127.0.0.1-9110.log:{"level":"error","port":"9110","ip":"127.0.0.1","error":"leveldb: not found","caller":"/Users/dennis.won/harmony/node/node_cross_shard.go:70","time":"2019-08-31T12:19:51.29602-07:00","message":"[ProcessingHeader] ReadCrossLink cannot read previousLink with number 11, shardID 1"} | |
zerolog-validator-127.0.0.1-9110.log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package syncing | |
import ( | |
"bytes" | |
"encoding/hex" | |
"fmt" | |
"reflect" | |
"sort" | |
"strconv" | |
"sync" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package syncing | |
import ( | |
"bytes" | |
"encoding/hex" | |
"fmt" | |
"reflect" | |
"sort" | |
"strconv" | |
"sync" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
async sendTransaction(contractAddress, privateKey, from, to, amount, callback) { | |
let sendAmount = web3.utils.toWei(amount.toString(), 'ether') | |
const consumerContract = new web3.eth.Contract(config.erc20ABI, contractAddress); | |
const myData = consumerContract.methods.transfer(to, sendAmount).encodeABI(); | |
const gasPriceGwei = 3; | |
const gasLimit = 3000000; |
OlderNewer