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

Rc/poc 11 #7

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
40bb41d
feat(network): Reduce unnessacery identify_protocol query
jjyr Nov 6, 2018
131d7e1
fix: relay_compact_block_with_one_tx random failure
zhangsoledad Nov 2, 2018
4c9b05f
test: Relay unit test
quake Nov 2, 2018
488f2af
feat: adjust get_cells_by_redeem_script_hash rpc with more data
xxuejie Nov 7, 2018
d74cee0
chore: rename github org name.
doitian Nov 7, 2018
d248885
feat: build info version
zhangsoledad Nov 8, 2018
143960d
feat: Introduce a maximum size for locators
zhangsoledad Nov 9, 2018
820d62a
feat: Add new type script to CellOutput
xxuejie Nov 8, 2018
b0aaaae
refactor: Service-like arch for main modules
TheWaWaR Oct 22, 2018
99be228
feat: vm syscall adjustments
xxuejie Nov 12, 2018
66fa932
chore: Use license MIT
doitian Sep 29, 2018
9b37750
doc: Cleanup doc
quake Nov 14, 2018
77dcbf7
chore: Cleanup makefile
quake Nov 14, 2018
c01efd3
chore: Add contributing guidelines and issue templates
doitian Nov 13, 2018
5032495
refactor: Service arch follow-up
TheWaWaR Nov 12, 2018
b957d2b
feat: relay msg to peers and network tweak
quake Nov 13, 2018
024177d
fix: remove redundant debug lines
xxuejie Nov 15, 2018
765ea25
feat: add a new VM syscall to allow printing debug infos from contract
xxuejie Nov 19, 2018
8a28fd8
fix: chain index
zhangsoledad Nov 15, 2018
2ab0d7f
output network external_url
jjyr Nov 14, 2018
83824d5
feat(network): use yamux to do multiplex
jjyr Nov 15, 2018
52441df
feat(network): use snappy to compress data in ckb protocol
jjyr Nov 15, 2018
324488c
feat: add uncles_count to Header
zhangsoledad Nov 17, 2018
81037b6
refactor(network): reduce unnessacery Arc::clone
jjyr Nov 18, 2018
3a25dc6
chore: ignore tags
Nov 19, 2018
3438cc8
doc: update COPYING
Nov 19, 2018
380386d
feat: relay block to peers after compact block reconstruction
quake Nov 19, 2018
d279f34
feat: unify config format with `json`
zhangsoledad Nov 19, 2018
946a8fc
doc: Policy updates
Nov 19, 2018
ea42b45
chore: Recover conflicted files
doitian Nov 19, 2018
c40a19f
doc: Fix link in README (#1)
doitian Nov 19, 2018
0db50a4
doc: fix links in SECURITY.md (#3)
Nov 19, 2018
280df57
refactor: remove redundant alias
zhangsoledad Nov 19, 2018
a42b2fa
fix: Revert block builder (#2)
quake Nov 20, 2018
2b25aa5
Merge branch 'develop' into zhangsoledad/remove_alias
zhangsoledad Nov 20, 2018
a3a16ae
Merge pull request #4 from nervosnetwork/zhangsoledad/remove_alias
zhangsoledad Nov 20, 2018
3620f9c
Use multi-thread executor to execute network futures (#5)
zhangsoledad Nov 20, 2018
6fcc0ff
fix: temporarily give up timeout
zhangsoledad Nov 20, 2018
7c2626a
Merge pull request #6 from nervosnetwork/zhangsoledad/fix_protocol_co…
jjyr Nov 20, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment**
- OS: [e.g. Ubuntu]
- Version [e.g. v0.1.0]

**Additional context**
Add any other context about the problem here.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ admintool/example/
*.iml
# mac stuff
.DS_Store
# ctags
tags

# vagrant file
.vagrant
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "vm"]
path = vm
url = ssh://git@github.com/NervosFoundation/ckb-vm.git
url = ssh://git@github.com/nervosnetwork/ckb-vm.git
104 changes: 104 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
# Contributing

When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the community before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

### Report Issue

* **Do not open up a GitHub issue to report security vulnerabilities**. Instead,
refer to the [security policy](SECURITY.md).

* Search existing issues to see whether others had already posted a similar issue.

* When creating a new issue, be sure to include a title and clear description. It is appreciated that if you can also attach as much relevant information as possible, such as version, environment, reproducing steps, samples.

* If possible, use the relevant bug report templates to create the issue.

### Fix Bug

* Open a new GitHub pull request with the patch.

* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

### Propose new features

See [Nervos Network RFCs Process](https://github.com/nervosnetwork/rfcs).

## Code of Conduct

### Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.

### Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

### Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

### Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

### Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at hello@nervos.org. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

### Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
22 changes: 22 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
The MIT License (MIT)

Copyright (c) 2018 Nervos Foundation

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading