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

Make payment periods a linked list #1673

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
961 changes: 961 additions & 0 deletions contracts/0.1.7/chatroom-slim.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions contracts/0.1.7/chatroom.0.1.7.manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"head":{"manifestVersion":"1.0.0"},"body":"{\"version\":\"0.1.7\",\"contract\":{\"hash\":\"21XWnNSbTzDVk7QNPYi5n1C8w34ivhT2Xp91CWz1itVdhNjFqX\",\"file\":\"chatroom.js\"},\"authors\":[{\"cipher\":\"algo\",\"key\":\"<pubkey from deploy-key.json>\"},{\"cipher\":\"algo\",\"key\":\"<pubkey from alex.json>\"}],\"contractSlim\":{\"file\":\"chatroom-slim.js\",\"hash\":\"21XWnNN7LxitcRpsam5GmmsBJtwY7eekM5cBEdLUJNGCwPXnPE\"}}","signature":{"key":"<which of the 'authors' keys was used to sign 'body'>","signature":"<signature>"}}
10,063 changes: 10,063 additions & 0 deletions contracts/0.1.7/chatroom.js

Large diffs are not rendered by default.

Loading