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

CI for Develop Branch #199

Closed
hackfisher opened this issue Dec 26, 2019 · 5 comments
Closed

CI for Develop Branch #199

hackfisher opened this issue Dec 26, 2019 · 5 comments
Assignees

Comments

@hackfisher
Copy link
Contributor

https://travis-ci.org/darwinia-network/darwinia/builds/629607549?utm_source=github_status&utm_medium=notification

@AurevoirXavier
Copy link
Member

try fix: #201

@AurevoirXavier AurevoirXavier changed the title CI Build is not working CI Build for Develop Branch Dec 26, 2019
@AurevoirXavier
Copy link
Member

AurevoirXavier commented Dec 26, 2019

Require: CI for Develop Branch

@freehere107

@AurevoirXavier AurevoirXavier changed the title CI Build for Develop Branch CI for Develop Branch Dec 26, 2019
@freehere107
Copy link
Contributor

fix #204

@hackfisher
Copy link
Contributor Author

The latest commit didn't build, and the travis link is pointing to AurevoirXavier's repository?

image:https://travis-ci.org/AurevoirXavier/darwinia.svg[Build Status (Travis CI),link=https://travis-ci.org/AurevoirXavier/darwinia]

@AurevoirXavier
Copy link
Member

I'll update it

boundless-forest pushed a commit that referenced this issue Aug 1, 2023
* Sketch the basic structure

* optimize transaction count

* remove outdated todo

* update more comments

* Refactor to use existing RuntimeApi trait

* Delete commented code

* F we won't be able to re-use the runtimeAPI trait after all that.

* revert last three. Sharing the runtime API trait seems itwon't work. I guess to implement one runtime API my type must implement the core ones too.

* Comment summarizing why re-using the runtime trait won't work.

* Copy more functions from runtime api trait

* wip

* optimize gas price

* optimize balance

* optimize storage at

* optimize block by hash

* optimize block by number

* optimize block transaction counts

* optimize code at

* optimize transaction by *

* optimize transaction receipts

* wip

* match style for author

* rename to overrides

* Make author consistent with other methods

* need to think more carefully about the return types.

* Move trait and straighten out result types

* Migrate more functions. Close to compiling. Need to resolve option stuff.

* Fix options and some warnings

* remove override of gas price. Properly override author.

* don't override account_basic

* Remove outdated comment

* install optimization in node

* Add doc comment

* remove commented code

* Initilize the schema storage

* Simplify error handling. This seems less elegant, but it compiles.

* fix final test

* revert changes to tests

* restructure

* Start attempting well known key

* Fix confusing and aparently unrelated compile error

* Implement wrapper

* Install fallback and clean author method

* clean more methods

* clean more methods
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