Skip to content

speedup import block processing#1093

Closed
laizy wants to merge 9 commits into
ontio:wasm-releasefrom
laizy:speedimport
Closed

speedup import block processing#1093
laizy wants to merge 9 commits into
ontio:wasm-releasefrom
laizy:speedimport

Conversation

@laizy
Copy link
Copy Markdown
Contributor

@laizy laizy commented Oct 11, 2019

No description provided.

@laizy laizy closed this Oct 11, 2019
@laizy laizy reopened this Oct 11, 2019
rongyi and others added 7 commits October 17, 2019 11:45
* fixed int128::min() loose precion bug

* Update vm/neovm/params_builder.go

Co-Authored-By: laizy <laizy@users.noreply.github.com>
* update ontid with new features:

1. controller
2. new recovery design

* update events and fix bugs

* add methods of revoking ONT ID

* update GetDDO and registered methods

* update delete attributes

* fix bug in getController

* add copyrights

* fix bugs and add tests

* add copyright

* update serialization

* update checkWitness in ontid

* fix bugs

* fix bugs in using revoked key

* error handling

* add limitations

* limit attribute number

* update

* change limit to owner keys

* fix bugs

* limit total size of owner's keys
* save empty block

* handle empty block

* clear code

* fix merkletreeroot check

* fix some bug

* fix emptyblockamount bug

* fix some bug
Comment thread cmd/import_cmd.go Outdated
if err != nil {
return fmt.Errorf("read block data height:%d error:%s", i, err)
var readErr error
blockes := make(chan *types.Block, 10)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blocks?
or blockC?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace and fixed in pr- #1112

@laizy
Copy link
Copy Markdown
Contributor Author

laizy commented Oct 28, 2019

replaced by #1112 to change branch back to master

@laizy laizy closed this Oct 28, 2019
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.

6 participants