Skip to content

Commit 39b1609

Browse files
committed
cip system
1 parent 658fc67 commit 39b1609

24 files changed

+80
-10
lines changed

journals/2024_11_04.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- [[cyber improvement proposals]]
2+
- [[energy mint using curve]]

pages/black magic in consensus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
tags:: cip
2+
status:: draft
3+
4+
- dedicated to learningn rewards in consensus

pages/burn gas in H.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
tags:: cip
2+
status:: accepted
23

34
- proposal to improve [[cybernomics]] of [[fuel]]
45
- two possible of implementation vectors

pages/cip.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
alias:: cyber improvement proposal, cyber improvement proposals
1+
alias:: cyber improvement proposal
22

3-
- list of proposal relate to [[cyber]] protocol
4-
- {{query (page-tags [[cip]])}}
5-
query-properties:: [:page]
3+
- ## what is cip?
4+
- cyber improvement proposal
5+
- the process of implementing consensus wide changes in
6+
- [[go-cyber]]
7+
- [[cw-cyber]]
8+
- ## states
9+
- draft: not finished, open for discussion
10+
- accepted: finilized for implementation
11+
- rejected: discounted after discussion
12+
- testing: deployed to [[spacepussy]]
13+
- implemented: deployed to [[bostrom]]
14+
- ## [[list of cips]]

pages/cips.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
- {{query (page-tags [[cip]])}}
2-
query-properties:: [:page]
1+
alias:: cyber improvement proposals, list of cips
2+
3+
- ## what is [[cip]]?
4+
- ## implemented
5+
- {{query (and (page-tags [[cip]]) (page-property :status "implemented"))}}
6+
query-properties:: [:page]
7+
- ## tested
8+
- {{query (and (page-tags [[cip]]) (page-property :status "tested"))}}
9+
query-properties:: [:page]
10+
- ## accepted
11+
- {{query (and (page-tags [[cip]]) (page-property :status "accepted"))}}
12+
query-properties:: [:page]
13+
- ## draft
14+
- {{query (and (page-tags [[cip]]) (page-property :status "draft"))}}
15+
query-properties:: [:page]
16+
query-sort-by:: page
17+
query-sort-desc:: false
18+
- ## rejected
19+
- {{query (and (page-tags [[cip]]) (page-property :status "rejected"))}}
20+
query-properties:: [:page]

pages/collect fee on moving A and V.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
tags:: cip
2+
status:: draft
23

34
- add to 2 consensus [[params]]
45
- charge fee on every [[$A]] and [[$V]] transfer

pages/congress___audit.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
- [first multisig](https://github.com/cybercongress/cybercongress/commit/3498fddfddb71d2c66cda35ebdcbc64363ea3447#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R71) with gleb
2+
- ethereum: [0x9f4062F6153Ff4Dbf93F6A6F686eD3C906Bf0684](https://bloxy.info/address/0x9f4062F6153Ff4Dbf93F6A6F686eD3C906Bf0684)
3+
id:: 6709c7c0-e78e-45ca-b009-ff36b7a1d6d5
4+
- signers:
5+
- [0xfbb2a29dff113d518893c00387f6d5492898354e](https://bloxy.info/address/0xfbb2a29dff113d518893c00387f6d5492898354e)
6+
id:: 6709c7fd-42c2-4f41-a1d5-af84ed22ba57
7+
- [0x00B8Fe1A1A2b899418702e32A96E276Ff56A4D05](https://bloxy.info/address/0x00B8Fe1A1A2b899418702e32A96E276Ff56A4D05)
8+
id:: 6709c7fd-20d3-4e53-b65b-833d83693cd7
9+
- [0x00725D89a2A2FB3B21Fd1035B579cbCDE4a0991b](https://bloxy.info/address/0x00725D89a2A2FB3B21Fd1035B579cbCDE4a0991b)
10+
- second multisg with nick
11+
- ethereum: [0xE46c088b5DD483cDa2400EE70296baD4903fC845](https://bloxy.info/address/0xE46c088b5DD483cDa2400EE70296baD4903fC845)
12+
- current multisig
13+
- ethereum: [0xa0a55e68dc52b47f8a9d5d05329fab5bdabffb14](https://bloxy.info/address/0xa0a55e68dc52b47f8a9d5d05329fab5bdabffb14)
14+
- signers:
15+
- [0xb3aE2C46D2342e8c4e22bd12B08fF1545d2f36b7](https://bloxy.info/address/0xb3aE2C46D2342e8c4e22bd12B08fF1545d2f36b7)
16+
- ...
17+
- bostrom: [QmZHBdeWb7E7UQ82PXLVU15mCzoN3s7tZNfBT64wmcEDvp](https://cyb.ai/oracle/ask/QmZHBdeWb7E7UQ82PXLVU15mCzoN3s7tZNfBT64wmcEDvp)

pages/create cyberlink twice.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
tags:: cip
2+
status:: accepted
23

34
- in current [[go-cyber]] implementation there is one property
45
- which significantly limits utility of [[cybergraph]]

pages/cybernet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
icon:: 🍄
2-
tags:: cyber
2+
tags:: cyber, cip
3+
status:: tested
34

45
- experimental [[learning incentives]] layer for [[cyber]] using [[cosmwasm]] [[progs]]
56
- effort to incentivize [[soft3]] learning
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
tags:: cip
2+
status:: rejected
23

4+
- reason for rejection: better alternative [[energy mint using curve]]
5+
-
36
- new [[mint]] function of [[will]] and [[attention]]
47
- every day [[english auction]] starts
58
- [[neurons]] burn [[$A]] or [[$V]]
69
- suggested to start first cycle at 00:00 utc after upgrade
710
- in the end of the day [[neurons]] receive [[$A]] or [[$V]]
811
- depending on
912
- how many [[$A]] or [[$V]] neurons wish to [[burn]]
10-
- how many [[$A]] or [[$V]] is allocated for an hour
13+
- how many [[$A]] or [[$V]] is allocated for an hour
14+
-

0 commit comments

Comments
 (0)