Commit Graph

84 Commits (fdc82bc49e5d8406bc29b7b94b07ed604a93fa3e)

Author SHA1 Message Date
Leo Chen 24a7922970 [p2p] use right client group for communication 6 years ago
Leo Chen d31ee7d366 [cleanup] remove peers variable from consensus New function 6 years ago
Leo Chen 147ce51a76 [wallet] send getFreeToken calls to all shards 6 years ago
Leo Chen dc113de26d [wallet] fix fetch balance error 6 years ago
Leo Chen b7d72a6fd9 [wallet] add cli -p profile to wallet 6 years ago
johnwhitton 6e5c3e7264 Handle NewMask errors 6 years ago
Leo Chen 7a70dc82c7 [wallet] update rpcserver for testnet launch 6 years ago
Rongjian Lan f72cb43b83 make 1+3 sharded network work locally with deploy.sh 6 years ago
Leo Chen 6d44a1aa71 [txgen] wait longer before sending tx to network 6 years ago
Leo Chen 971364638c [wallet] update rpc nodes IP/port for testnet 6 years ago
Richard Liu 496d4e4fde
update balance output (#647) 6 years ago
Leo Chen 2de6693dc3 [wallet] update rpc server IP for testnet 6 years ago
Richard Liu a32d89769f update balance output 6 years ago
Leo Chen 957fdf0eac [wallet] support rpc server using environment variable 6 years ago
Eugene Kim 5272d0cba0 Use IntrinsicGas instead of duplicating its logic 6 years ago
Eugene Kim 82c4ffd2f7 Fix gas calculation 6 years ago
chao 1bedd7dc85 change archival node as a validator; it's more secure for archival node to validate before accept the blocks; 6 years ago
Eugene Kim c063a6c50a Pay data gases (#633) 6 years ago
Leo Chen d08bcc150c [wallet] adjust wallet with new testnet launch 6 years ago
Leo Chen da1967dca1 [wallet] clean up on excessive os.Exit call 6 years ago
Leo Chen 9d629855a0 [cleanup] remove unused wallet library 6 years ago
Leo Chen 7f04ddb917 [wallet] return to sync mode 6 years ago
Leo Chen d1646b2765 [wallet] simply the wallet code by hardcode IP of RPC servers 6 years ago
Minh Doan beaa0a84fe clean up technical debt 6 years ago
Leo Chen c01bc303a7 [wallet] fix transfer not working 6 years ago
Rongjian Lan 1dbb1a9250 remove validator IDs 6 years ago
Rongjian Lan 655bd9f73e Use genesis BLS key for beacon chain nodes 6 years ago
Leo Chen 53d631cf29 [test] wait less in txgen for connection 6 years ago
Eugene Kim 39fcb1a3e6 Teach wallet to include optional Tx input data 6 years ago
Eugene Kim 67eac97cde Move cmd libraries to internal/ 6 years ago
Leo Chen cecf53ae0e [wallet] enable logging using the --verbose flag at the end 6 years ago
Leo Chen af696dfbab [log] disable logging for wallet 6 years ago
Chao Ma 5496d697da combine wallet/txgen into light client node; 6 years ago
Chao Ma 84fa99008c wallet v2 fix 6 years ago
chao 51d42cc86c fix wallet not working issue 6 years ago
chao a0a7b3a8c4 remove unnecessary leader map 6 years ago
Minh Doan 9a2cfb9080 change BlsPubKey to ConsensusPubKey and remove unnecessary log 6 years ago
Minh Doan a4d3c13a18 rename PubKey to BlsPubKey 6 years ago
Leo Chen 6a97a6a2f2 fix goimports errors 6 years ago
Leo Chen 742eb6d08e save role of node in nodeconfig module 6 years ago
Leo Chen a55cec221f shorten the waiting time on txgen 6 years ago
Leo Chen f3ffc65401 [cleanup] remove libp2p unicast support 6 years ago
Leo Chen 074480ea1e add ClientNode role for txgen/wallet 6 years ago
Leo Chen 6f2016b324 consolidate functions in node.go 6 years ago
Leo Chen ba4d27db6f txgen send/recv tx/block to beacon shard 6 years ago
Leo Chen f8e3da4ee4 modify txgen using libp2p 6 years ago
Leo Chen a3ef1d8a96 fix command parameter in wallet 6 years ago
Leo Chen 3ea7fdc87f nit: change output format of address/key to make it easier to parse 6 years ago
Leo Chen 94be80920d load both pub/priv p2p keys 6 years ago
Minh Doan e74788d6ef fix missing places 6 years ago