Releases: cybercongress/go-cyber
Euler-5-RC1
This happens
v0.1.4
Changelog
d8d5419 #138 Custom links storage. Add file write atomicity
b3b037b #138 Custom links storage. No atomicity implementation
3b28308 #138 Custom links storage. Recover storage file on initalizing
0c56dd8 #288 Move debug code to x/debug
aefaf54 #290 Enable send
5e8a26d #293 Handle bank delegation method in inmem index update mechanism
84f3ccc #78 Dev Env docs
cf4b6a6 Launch euler-4
cca60ab Merge remote-tracking branch 'origin/master'
e73d606 Update cosmos-sdk
4d8e6a8 Update to cosmos 0.33
5134c1e add --help feature using
84b239d add call to validators port forwarding guide
53b0478 add new cli guide
cfc0a3c add toc for docs
b6ef673 correct typos
aef199f fix header
514bcb8 fix picture and add toc to wiki
v0.1.3
v0.1.2
euler-1
Closed issues:
- Mass testing of cyberd-testnet 0.1.1 #219
- Export 0.1.1 genesis from 0.1.0 testnet. #215
- Setup 0.1.1 chain params for staking, distr, slashing, mint modules. #201
- Fix typos #207
- Update landing for 0.4 whitepaper #204
- Update to tendermint v29.0 #187
- Change Bandwidth Price to Average for 24h Sliding Window #179
- High bandwidth cost for create validator msg #178
- Bandwidth Specification Change #177
- Add rpc endpoint to submit signed link and send messages #173
- Tx size reduction: switch to more compact links tx encoding. #171
- index entities count endpoint #165
- Add ipfs hashes to release #161
- Change token name from CBD to CYB in the testnetwork #157
- Add more issues templates. #153
- Add trust-node by default in cli #151
- Numerous small fixes in whitepaper #89
- Cyberd landing make up #36
- Whitepaper 0.4 #25
Fixed bugs:
- Error on replay with wrong app hash calculation (block #914381) #197
- Link msg bandwidth cost doesn't take into account links count #216
- Fix validator manual #189
- Change mint module to default cosmos module #181
- Current Bandwidth do not respect price #168
- negative bandwidnt #164
- Wrong CYB allocation in Genesis #156
- Update docker with 0.1.0 version #154
- Move import_private command to keys subcomand #152
- Handle import of ethereum privkeys with 0x #150
Merged pull requests:
- Euler 0.1.1 #223 (arturalbov)
- Fix import reader #222 (arturalbov)
- Landing update #220 (asadovka)
- DISCUSS: Chain params for 0.1.1 network #202 (hleb-albau)
- #215 Fix pou distribution uses share not percentage #221 (hleb-albau)
- #215 Fix gentx commands. #218 (hleb-albau)
- CI: testnet ipfs files hashes #217 (arturalbov)
- WIP: CI Cyberd docker image building. Include genesis file #214 (arturalbov)
- #197 Error on replay with wrong app hash calculation #213 (hleb-albau)
- Links exporter #210 (arturalbov)
- R4R #181 Constant Block Reward #209 (hleb-albau)
- 157 change token protocol name #208 (hleb-albau)
- Fix typos get_CYB.md #206 (serejandmyself)
- R4R: #156 Add Missing euler tokens cmd #200 (hleb-albau)
- Update to cosmos-sdk v0.30.0 #198 (hleb-albau)
- Tx size reduction: switch to more compact links tx encoding #192 (arturalbov)
- Fix rank calculation context data #191 (hleb-albau)
- Important fixes in validators manual #190 (xhipster)
- Change Bandwidth Price to Average for 24h Sliding Window #188 (arturalbov)
- R4R Update cosmos to latest develop #186 (hleb-albau)
- #153 Add more issues templates. #183 (hleb-albau)
- #178 #168 Bandwidth price + Msg cost for non link txes #182 (hleb-albau)
- #173 Add rpc endpoint to submit signed link and send messages #174 (hleb-albau)
- Technical notes on euler release #169 (xhipster)
- Handle import of ethereum privkeys with 0x. Trust node by default #167 (arturalbov)
- #164 fix rpc negative bw #165 add index entities count endpoint #166 (hleb-albau)
- Move import_private command to keys subcomand #159 (arturalbov)
euler
Changelog
386c26e Add information on how to get CYB tokens
0c806bd Add instruction on how to import Ethereum private key
e851a88 Better than WTFPL
34595e2 Circle CI: Update Changelog
2a0fbe8 Circle CI: Update Changelog
8cf66c4 Create description on how to get CYB and CBD
4d1da9c Typo in license
7994aaa Update LICENSE
3be9248 Update License badge
6567ac8 #101 Calculate rank in ||, post results each 600 blocks. Fix rank channel
aa14103 #101 Calculate rank in ||, post results each 600 blocks. Handle node failure, errors check
f463f0b #101 Calculate rank in ||, post results each 600 blocks. In memory storages refactoring.
ff3bb4a #101 Calculate rank in ||, post results each 600 blocks. Initial implementation
0480312 #101 Calculate rank in ||, post results each 600 blocks. Small fixes
1243919 #101 Copy state before index creation
8b53dac #103 Index transactions by signers.
04cd2d8 #114 Add bandwidth rpc endpoint
921a9bc #114 Write bw specification
8bbf19d #122 Simple go cyberd client
c28dadb #126 Update to cosmos 29
be4a0ef #128 Go mod Ci dependency error
4255643 #133 CID rank merkle proofs. Merkle tree base impl
f0244d7 #133 CID rank merkle proofs. Merkle tree improvements
04e54a1 #133 CID rank merkle proofs. Merkle tree proofs fixes
8cf6666 #133 CID rank merkle proofs. Merkle tree tests
80bc163 #133 CID rank merkle proofs. Merkle tree. Full/short tree
05bdb39 #133 CID rank merkle proofs. Merkle tree. Rank merkle hash
7c746d9 #133 CID rank merkle proofs. Merkle tree. Wiki home flag
7ea31b6 #139 Index out of range for cids with not calculated rank yet.
ed9df7f #146 Cli: Add possibility to restore acc from priv keys
937f2c5 #92 Populate state with random addresses
64195f0 #99 Add coin transfer hook.
ef45429 #99 Add coin transfer hook. Fix naming. Add comments.
020cf03 #99 Rename bandwidth handler -> bandwidth meter.
2437210 #99 Rename handler.go -> meter.go
5d6bbfd #99 Rework bandwidth handler.
93457c0 Add docker ce as run requrement
386c26e Add information on how to get CYB tokens
0c806bd Add instruction on how to import Ethereum private key
65a8098 Add node about nvidia docker runtime installation
e851a88 Better than WTFPL
82d1d36 Clean up folders
8cf66c4 Create description on how to get CYB and CBD
2999e44 Delete OLD_README.md
a9c4d63 Delete ROADMAP.md
9b85bc4 Delete docker_build_run.sh
254a862 Delete run_testnet.md
e703b5b Fix container name for different testnets
cba1064 Fix http client and rank logs
36627e8 Merge branch 'master' into refactoring
e3fdb2d No more need change chain-id
9705fcf Remove chain-id
16fa779 Setup bw params
4d1da9c Typo in license
7994aaa Update LICENSE
3be9248 Update License badge
1a4f422 Update config.yml
e0b8a9b Update cyberd.yml
a47e7e8 Update readme.md
5008457 Update run_validator.md
d5a8caf Update stake index every block
c42912d Various bug fixes
ff4e726 [Validators Guide] Add --restart always flag
30d8b99 [euler-dev1] Change chain-id
44b14e4 [euler-dev1] Update gentx
f44e36a [euler-dev2] Launch.
229bca7 [euler-dev3] New testnet
1225ef1 [euler] Launch euler testnet
euler-dev0
Changelog
5c3566c #1 Build basic economic model
2d218cc #104 Make docker container based on nvidia-gpu image
3d42ace #21 Add H-Significance Test, beta estimate.
0e21662 #21 Add Traces into account
b664209 #21 Add rank calculation precession
3b6ab63 #21 Add try catch for bad blocks
322dc5f #21 Edit matplotlib
03fce2f #21 Fix IPC connection timeout
851f573 #21 Fix Python path
cd5e8e2 #21 Fix Web3 Transport
61182a7 #21 Fix violation calculation performance
42ac121 #21 Save png image for rank significance
e87da08 #21 Update dependencies
9834fa3 #21 Update web3
70dcb20 #21 Use sum of lns as weight function
95af6f6 #39 Remove 'cosmosaccaddr' prefix from cyberd address
700c8da #74 Activate gpu rank computation
b722337 #74 Add gpu flag to cyberd
f6950c5 #74 Add iterations diff calculation function
494c79f #74 Add rank calculation tracing
ea32356 #74 Add rank calculation tracing. Fix cpu build
41da77e #74 Add simple test
65c361c #74 Add single rank iteration
0ee277f #74 Building daemon with cuda
553873b #74 Calculate compressed in links
3f42f37 #74 Calculate compressed in links count for each cid
65a2b6b #74 Define go -> cgo -> cuda interface
8e668a4 #74 Enable gpu ||
349a273 #74 Fix GPU startup flag
abb71a9 #74 Full rank implementation
45bdc37 #74 Make gpu and cpu calculation consistency
3017c72 #74 Migrate to double
c9bda91 #74 More tests
8beea4f #75 Add possibility to join for new validators. Gaia implementation integrated.
7744626 #75 Add possibility to join for new validators. Move hooks in separate file.
a3a1da0 #75 Add possibility to join for new validators. Small fixes
09d4b24 #77 Add bandwidth by stake.
9aa495c #77 Add bandwidth by stake. Add tx cost calculation
1702a8a #77 Add bandwidth by stake. Bug fixes
355741f #77 Add bandwidth by stake. Genesis. Update stake handler
c61ab53 #77 Add bandwidth by stake. New design
1798eab #77 Add bandwidth by stake. Periodical price adjustment
e0f7116 #78 Add guide How to join network as validator
(#105)
8635dfc #79 Update cosmos-sdk version to 0.26.1
8f02772 #93 Cid validation
43d3e49 Change go package to github.com/cybercongress/cyberd
d4ebba2 Update cosmos to 0.27.0
v0.0.7
Changelog
7b3b25e #37 Create cyberd PoC based on Cosmos SDK
e99a088 #37 Create cyberd PoC based on Cosmos SDK
68ea9e9 #37 Create cyberd PoC based on Cosmos SDK
539ae54 #64 Claim service: increment tx sequence manually
c132b76 #66 Non-deterministic rank calculation
7f68343 #66 Non-deterministic rank calculation
dd520cc #67 Proxy service. Search request with spaces fails
bf9eded #69 Proxy service. Add search pagination
ac047cd #71 Create basic wiki cyberd indexer
00a9537 Remove old zeronet. Update README