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

Release/3.0.x #175

Merged
merged 37 commits into from
Jun 15, 2020
Merged

Release/3.0.x #175

merged 37 commits into from
Jun 15, 2020

Conversation

Frank-AFN
Copy link

Change Description

Add account query db, link to EOSIO feature. resolve: #159

Consensus Changes

API Changes

$ curl http://127.0.0.1:8888/v1/chain/get_accounts_by_authorizers -d '{"keys":["EOS..."]}' 2>/dev/null | jq '[.accounts[].account_name] | unique'
$ curl http://127.0.0.1:8888/v1/chain/get_accounts_by_authorizers -d '{"accounts":["alice"]}' 2>/dev/null | jq '[.accounts[].account_name] | unique'

Documentation Additions

--enable-account-queries

default: false

Boolean that indicates whether the Account Query DB should be initialized at start-up and maintained for the life of this instance. if set to true then the RPC endpoint for /v1/chain/get_accounts_by_authorizers will be registered otherwise it will not be present and requests to that endpoint will return 404 errors.

Thaipanda and others added 30 commits May 1, 2020 13:26
Fix: state history plugin issues
update connected lib channels of plugins
* check llvm version >= 7 and install automatically

* Remove bytes in flight

* Upgrade: name apply context transaction context and plugins

* FIX: unittests

* fix a potential crash in fetching lib.

* emit lib in ascending order.

* fix a potential crash in fetching lib.

* emit lib in ascending order.

* Change abi-serializer-max-time-us to abi-serializer-max-time-ms

* Fix: TODO

* Fix: mongodb plugin

* Fix: cleos name issue

* Fix: tests

* Add back get block detail in history plugin

* update connected lib channels of plugins

* Fix: state history plugin issues

* Change: applied transaction channel for statehistory plugin

* fix: exclude invalid cert; shuffle view changes before generation; add debug functions in pbft api plugin

* Fix: state history get block from forkdb null

* reset docker file

* prepare v3.0.8

Co-authored-by: Frank-AFN <[email protected]>
Co-authored-by: oldcold <[email protected]>
@Frank-AFN Frank-AFN requested a review from Thaipanda June 15, 2020 06:58
@Thaipanda Thaipanda merged commit c93f014 into develop Jun 15, 2020
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

Successfully merging this pull request may close these issues.

2 participants