8000 Tags · raiden-network/microraiden · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Tags: raiden-network/microraiden

Tags

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #448 from pcppcp/bump_version

Bump version: 0.2.4 → 0.2.5

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #431 from pcppcp/bump_version

Bump version: 0.2.3 → 0.2.4

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #420 from pcppcp/bump_version

Bump version: 0.2.2 → 0.2.3

v0.2.2

Toggle v0.2.2's commit message
Bump version: 0.2.1 → 0.2.2

v0.2.0

Toggle v0.2.0's commit message
Microraiden Bug Bounty Main Net Release 0.2.0

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #397 from pcppcp/pypi_version_bump

bump pypi maintenance version

v0.1.0

Toggle v0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
LefterisJP Lefteris Karapetsas
Microraiden Bug Bounty Main Net Release 0.1.0

We are happy to announce the first Microraiden release with smart contracts deployed on the main net. This allows developers to start building Microraiden-based applications now.

The focus of this release is testing and receiving feedback from developers who plan to integrate Microraiden into their product.

Restrictions of the Bug Bounty Release

This is a bug bounty main net release. We recommend using only small amounts of RDN as channel deposits. To that end, we have limited the maximum deposit to 100 RDN.

We plan for subsequent release without this restriction after thorough public testing and feedback. Note, that the protocol may change, as the used signing format as proposed in [EIP712 is not finalized yet](#227).

Smart Contract Deployment

The RaidenMicroTransferChannels contract has been deployed on the main net: https://etherscan.io/address/0x4d6e0922e6b703f0fdf92745343a9b83eb656402

The following parameters were used:
token_address: 0x255aa6df07540cb5d3d297f0d0d4d84cb52bc8e6
challenge_period: 8640 (blocks, rough equivalent of 36 hours)

There have been internal and external audits of above contract. That being said:
All contracts are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use at your own risk.

For all intended usage, please refer to the [MIT license](https://github.com/raiden-network/microraiden/blob/master/LICENSE) used for this project.

Microraiden can be used off-the-shelf with RDN tokens or can be configured to work with any ERC20 or ERC223 compatible tokens in independent deployments. Please check out our repository documentation: https://github.com/raiden-network/microraiden.
0