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

Implement all that is necessary to enable autocomplete for CLI input across ledger data. #120

Merged
merged 1 commit into from
Jun 29, 2019

Conversation

iwasaki-kenta
Copy link
Contributor

graph, ledger, index: index completed transactions by their ids concurrently, create a Find() method that searches through both AVL tree and trie indices for account/smart contract/transaction ids
ledger, api: rename and document send quota token bucket-related methods for rate limiting a nodes ability to create transactions
store, cmd/wavelet: make wavelet by default use leveldbs in-memory database rather than an in-memory skiplist as a database
mod: add dependency on github.com/dghubble/trie

…rrently, create a Find() method that searches through both AVL tree and trie indices for account/smart contract/transaction ids

ledger, api: rename and document send quota token bucket-related methods for rate limiting a nodes ability to create transactions
store, cmd/wavelet: make wavelet by default use leveldbs in-memory database rather than an in-memory skiplist as a database
mod: add dependency on github.com/dghubble/trie
@iwasaki-kenta iwasaki-kenta added the enhancement New feature or request label Jun 29, 2019
@iwasaki-kenta iwasaki-kenta self-assigned this Jun 29, 2019
@iwasaki-kenta iwasaki-kenta merged commit 9059f0b into master Jun 29, 2019
@iwasaki-kenta iwasaki-kenta deleted the autocomplete branch June 29, 2019 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant