Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List transactions #41

Open
rubenaraujo opened this issue Jan 24, 2019 · 6 comments
Open

List transactions #41

rubenaraujo opened this issue Jan 24, 2019 · 6 comments

Comments

@rubenaraujo
Copy link

Nice work guys, but is there any way i can list the transactions for a wallet? thanks

@askmish
Copy link
Owner

askmish commented Jan 25, 2019

@rubenaraujo You can list all sawtooth transactions using the command sawtooth transaction list

@rubenaraujo
Copy link
Author

@askmish please correct me if i'm wrong, but i belive that with that command i'll get all transactions on sawtooth not just all the transactions from and to that specific wallet. :X

@paparent
Copy link

That's a part I miss too in blockchain technology.. It seems that it's very nice at writing, but we never talk about reading the blockchain :( some example (like the supply chain one) use another DB (RethinkDB).. but then, why would we use a blockchain ! I know it's hard to query, because you have to replay everthing, but then, what's the benefit of doing only write and forget, never validate :)

Thanks !

@rubenaraujo
Copy link
Author

rubenaraujo commented Jan 25, 2019

I thought about that and i have the same opinion though i'll just continue to search for a good way to do it. Anyway, great work. Thanks

@askmish
Copy link
Owner

askmish commented Feb 19, 2019

@rubenaraujo @paparent All blockchains mimic the traditional pen and paper ledger. The information is sorted in a specific sequence and can only be read in the same sequence it was written. A blockchain is not a replacement of database or designs/functionalities based on a database. For search/sort functionalities you'll need to use a 3rd party app(like rethinkdb).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants