Commit Graph

92 Commits (04ff6cdffabd2681772dd9fa0caeea3bb2aa0adc)

Author SHA1 Message Date
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
Leo Chen c01bc303a7 [wallet] fix transfer not working 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
Leo Chen f3ffc65401 [cleanup] remove libp2p unicast support 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
Minh Doan e74788d6ef fix missing places 6 years ago
Minh Doan 22b47dafc0 change func naming 6 years ago
Minh Doan 3c2ca578b7 introduce lib for wallet 6 years ago
Minh Doan e8a0828702 fix func names 6 years ago
Minh Doan 71b3080d45 refactor wallet code 6 years ago
Leo Chen c56c85a7e7 add peer of leader to wallet node 6 years ago
Leo Chen 8b7766de6f encode PeerID using IDB58 6 years ago
Leo Chen fe06318d04 add PeerID in beacon chain RPC message 6 years ago
Eugene Kim fb4792bc9f goimports 6 years ago
Leo Chen c112ffb414 generate private key outside of host creation 6 years ago
Leo Chen 2253096b7f support add peer in cmd/* programs 6 years ago
Eugene Kim 6fcb627af8 Use our own stdout log handler 6 years ago
Leo Chen c283155c94 add dummy host IP/Port for wallet using libp2p 6 years ago
Rongjian Lan f0c69d4f37 Update and add more READMEs 6 years ago
Rongjian Lan 7495fef5a3 Add basic tests for wallet 6 years ago
Leo Chen 7b2d36fde7 move client to api/client 6 years ago
Leo Chen f3825e5537 move client/wallet to cmd/client/wallet 6 years ago