-
Notifications
You must be signed in to change notification settings - Fork 87
Comparing changes
Open a pull request
base repository: rust-bitcoin/rust-wallet
base: master
head repository: LightningPeach/rust-wallet
compare: master
Commits on Nov 24, 2018
-
implement synchronization with blockchain via bitcoind's rpcclient (#4)
* implement synchronization with blockchain via bitcoind's rpcclient * implement transaction creation, signing and broadcasting * added grpc server, cli, rocksdb, block synchronization via bitcoind's ZMQ * enhance API, enable CI, follow some rust's guidelines * refactored communications with database * temporary disable grpc, move bitcoind communication in separate module, cut-off dependencies * created workspace, moved bitcoin core communication in separate crate * created separate crate rust-wallet-grpc
Configuration menu - View commit details
-
Copy full SHA for 246e0fa - Browse repository at this point
Copy the full SHA 246e0faView commit details -
amended copyright to "rust-wallet developers" and added NOTICE file w…
…ith contributors.
Configuration menu - View commit details
-
Copy full SHA for ff156fa - Browse repository at this point
Copy the full SHA ff156faView commit details
Commits on Dec 7, 2018
-
* cleanup server code * added simple cli * Improved help for cli
Configuration menu - View commit details
-
Copy full SHA for a4484bd - Browse repository at this point
Copy the full SHA a4484bdView commit details
Commits on Dec 15, 2018
-
initial efforts for electrumx client integration (#6)
* initial efforts for electrumx client integration * made code more flexible; avoided code duplication in tests * avoided boilerplate code in tests with test's macro * now GrpcServer aggregates Wallet interface instead of certain implementation; added Electrumx + Grpc mode functional tests * added electrumx param to cli
Configuration menu - View commit details
-
Copy full SHA for 0ef5f38 - Browse repository at this point
Copy the full SHA 0ef5f38View commit details
Commits on Mar 6, 2019
-
evgeniy.scherbina authored and Vladislav Melnik committed
Mar 6, 2019 Configuration menu - View commit details
-
Copy full SHA for b2ec846 - Browse repository at this point
Copy the full SHA b2ec846View commit details
Commits on Mar 14, 2019
-
add error case for wallet decrypt if no wallet exist
Vladislav Melnik committedMar 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 9b2317f - Browse repository at this point
Copy the full SHA 9b2317fView commit details -
Vladislav Melnik committed
Mar 14, 2019 Configuration menu - View commit details
-
Copy full SHA for c469633 - Browse repository at this point
Copy the full SHA c469633View commit details
Commits on Mar 21, 2019
-
rename client to walletcli, update README.md
Vladislav Melnik committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for c2c498b - Browse repository at this point
Copy the full SHA c2c498bView commit details -
Vladislav Melnik committed
Mar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for c777a2c - Browse repository at this point
Copy the full SHA c777a2cView commit details -
Vladislav Melnik committed
Mar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for e5866ed - Browse repository at this point
Copy the full SHA e5866edView commit details
Commits on Mar 26, 2019
-
Vladislav Melnik committed
Mar 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 0c7cd40 - Browse repository at this point
Copy the full SHA 0c7cd40View commit details -
update to edition 2018, use bitcoin 0.18, update some other deps
Vladislav Melnik committedMar 26, 2019 Configuration menu - View commit details
-
Copy full SHA for df2e717 - Browse repository at this point
Copy the full SHA df2e717View commit details -
update grpc to edition 2018, use bitcoin 0.18, update some other deps
Vladislav Melnik committedMar 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 7c5577d - Browse repository at this point
Copy the full SHA 7c5577dView commit details -
added explicit dyn to Box type declaration
Vladislav Melnik committedMar 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 53c0889 - Browse repository at this point
Copy the full SHA 53c0889View commit details -
Vladislav Melnik committed
Mar 26, 2019 Configuration menu - View commit details
-
Copy full SHA for d134dc6 - Browse repository at this point
Copy the full SHA d134dc6View commit details
Commits on Mar 29, 2019
-
Vladislav Melnik committed
Mar 29, 2019 Configuration menu - View commit details
-
Copy full SHA for b7c4de6 - Browse repository at this point
Copy the full SHA b7c4de6View commit details -
Vladislav Melnik committed
Mar 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 70e75e9 - Browse repository at this point
Copy the full SHA 70e75e9View commit details
Commits on Apr 1, 2019
-
make error handling more verbose
Vladislav Melnik committedApr 1, 2019 Configuration menu - View commit details
-
Copy full SHA for ccaa79f - Browse repository at this point
Copy the full SHA ccaa79fView commit details -
add proper blockchain io error handling
Vladislav Melnik committedApr 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 6644fdb - Browse repository at this point
Copy the full SHA 6644fdbView commit details
Commits on Apr 8, 2019
-
improve error message, fix LNP-1200
Vladislav Melnik committedApr 8, 2019 Configuration menu - View commit details
-
Copy full SHA for e80bd96 - Browse repository at this point
Copy the full SHA e80bd96View commit details
Commits on Apr 9, 2019
-
Vladislav Melnik committed
Apr 9, 2019 Configuration menu - View commit details
-
Copy full SHA for f4ec299 - Browse repository at this point
Copy the full SHA f4ec299View commit details
Commits on Apr 15, 2019
-
refactor, simplify, specify error type
Vladislav Melnik committedApr 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 1edae61 - Browse repository at this point
Copy the full SHA 1edae61View commit details -
Vladislav Melnik committed
Apr 15, 2019 Configuration menu - View commit details
-
Copy full SHA for a1f2a6f - Browse repository at this point
Copy the full SHA a1f2a6fView commit details
Commits on Aug 7, 2019
-
remove bitcoin_core_io; fix tests; change dependencies; update bitcoi…
…n_rpc_client; fix warnings
Vladislav Melnik committedAug 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 1af5d0c - Browse repository at this point
Copy the full SHA 1af5d0cView commit details
Commits on Aug 8, 2019
-
Vladislav Melnik committed
Aug 8, 2019 Configuration menu - View commit details
-
Copy full SHA for e31ff32 - Browse repository at this point
Copy the full SHA e31ff32View commit details -
increased delay to pass tests, TODO: rewrite tests
Vladislav Melnik committedAug 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 43c4728 - Browse repository at this point
Copy the full SHA 43c4728View commit details
Commits on Aug 12, 2019
-
Vladislav Melnik committed
Aug 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 69c5620 - Browse repository at this point
Copy the full SHA 69c5620View commit details
Commits on Aug 19, 2019
-
implement store and get address
Vladislav Melnik committedAug 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 1eda1b4 - Browse repository at this point
Copy the full SHA 1eda1b4View commit details
Commits on Aug 26, 2019
-
Vladislav Melnik committed
Aug 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 0b842cd - Browse repository at this point
Copy the full SHA 0b842cdView commit details
Commits on Sep 24, 2019
-
add coinbase test, currently it fails
Vladislav Melnik committedSep 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 422e097 - Browse repository at this point
Copy the full SHA 422e097View commit details
Commits on Sep 25, 2019
-
fix context for run on clear database
Vladislav Melnik committedSep 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 77dd759 - Browse repository at this point
Copy the full SHA 77dd759View commit details
Commits on Sep 26, 2019
-
make electrs address configurable
Vladislav Melnik committedSep 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 7b36e40 - Browse repository at this point
Copy the full SHA 7b36e40View commit details -
Vladislav Melnik committed
Sep 26, 2019 Configuration menu - View commit details
-
Copy full SHA for f7a348c - Browse repository at this point
Copy the full SHA f7a348cView commit details -
Vladislav Melnik committed
Sep 26, 2019 Configuration menu - View commit details
-
Copy full SHA for c7b018a - Browse repository at this point
Copy the full SHA c7b018aView commit details -
Vladislav Melnik committed
Sep 26, 2019 Configuration menu - View commit details
-
Copy full SHA for a7a3f60 - Browse repository at this point
Copy the full SHA a7a3f60View commit details -
add method to extract wallet from context
Vladislav Melnik committedSep 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 4f78a2d - Browse repository at this point
Copy the full SHA 4f78a2dView commit details -
rewrite wallet binary with
structopt
and new environmentVladislav Melnik committedSep 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 298699c - Browse repository at this point
Copy the full SHA 298699cView commit details
Commits on Sep 27, 2019
-
Vladislav Melnik committed
Sep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for f57660d - Browse repository at this point
Copy the full SHA f57660dView commit details -
Vladislav Melnik committed
Sep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 24eaddb - Browse repository at this point
Copy the full SHA 24eaddbView commit details -
try to fix ci, remove obsolete dependencies
Vladislav Melnik committedSep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for f0982cd - Browse repository at this point
Copy the full SHA f0982cdView commit details -
Vladislav Melnik committed
Sep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for b9885ac - Browse repository at this point
Copy the full SHA b9885acView commit details -
Vladislav Melnik committed
Sep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 6014ff0 - Browse repository at this point
Copy the full SHA 6014ff0View commit details -
Vladislav Melnik committed
Sep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 0a4ae9e - Browse repository at this point
Copy the full SHA 0a4ae9eView commit details -
Vladislav Melnik committed
Sep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 9b2642c - Browse repository at this point
Copy the full SHA 9b2642cView commit details -
Vladislav Melnik committed
Sep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 26e4f6d - Browse repository at this point
Copy the full SHA 26e4f6dView commit details -
Vladislav Melnik committed
Sep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 34d584f - Browse repository at this point
Copy the full SHA 34d584fView commit details
Commits on Sep 28, 2019
-
Vladislav Melnik committed
Sep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 192f11d - Browse repository at this point
Copy the full SHA 192f11dView commit details -
Vladislav Melnik committed
Sep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for fdbef98 - Browse repository at this point
Copy the full SHA fdbef98View commit details
There are no files selected for viewing