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

CHANGELOG: release 0.105.0 #3282

Merged
merged 2 commits into from
Dec 29, 2023
Merged

CHANGELOG: release 0.105.0 #3282

merged 2 commits into from
Dec 29, 2023

Conversation

AnnaShaleva
Copy link
Member

@AnnaShaleva AnnaShaleva commented Dec 28, 2023

Depends on #3265, #3274, #3281, #3260.
T5 states match:

anna@kiwi:~/Documents/GitProjects/nspcc-dev/neo-go$ go run scripts/compare-states/compare-states.go http://localhost:20332 http://seed1t5.neo.org:20332
at 0: 62fd8ff9b0543aea352257db5b00bbb01d1bc0d2cc665e1f24cf5de0d16ebc7b vs 62fd8ff9b0543aea352257db5b00bbb01d1bc0d2cc665e1f24cf5de0d16ebc7b
at 3243902: eb1080d5de43b4db4f1df860cb8f36e2a83e939300992d30f1f83fd7bdcbb5cd vs eb1080d5de43b4db4f1df860cb8f36e2a83e939300992d30f1f83fd7bdcbb5cd

Mainnet states match:

anna@kiwi:~/Documents/GitProjects/nspcc-dev/neo-go$ go run scripts/compare-states/compare-states.go http://localhost:10332 http://seed1.neo.org:10332
at 0: 58a5157b7e99eeabf631291f1747ec8eb12ab89461cda888492b17a301de81e8 vs 58a5157b7e99eeabf631291f1747ec8eb12ab89461cda888492b17a301de81e8
at 4646100: 632e3eaf39d51f926c2a7058dfbf71d6d38d5b712d207c8db398436f13813928 vs 632e3eaf39d51f926c2a7058dfbf71d6d38d5b712d207c8db398436f13813928

Mixed privnet works OK:

anna@kiwi:~/Documents/GitProjects/nspcc-dev/neo-bench$ make start.MixedFourNodesGoRPC50rate 
./runner.sh --nodes mixed -d "MixedGoRPC4x1" -m rate -q 50 -z 5m -t 30s
make[1]: Entering directory '/home/anna/Documents/GitProjects/nspcc-dev/neo-bench'
=> Stop environment
=> Generate configurations for single-node and four-nodes networks from templates
+ cd ./cmd
+ go run ./config/ --go-template go.protocol.template.yml --go-db leveldb --sharp-template sharp.protocol.template.yml --sharp-db LevelDBStore
creating: 166170469/go.protocol.template.yml
creating: 166170469/go.protocol.template.yml
creating: 166170469/sharp.protocol.template.yml
creating: 166170469/sharp.protocol.template.yml
make[1]: Leaving directory '/home/anna/Documents/GitProjects/nspcc-dev/neo-bench'
Creating network "neo_go_network" with the default driver
Creating neo-cli-node-two  ... done
Creating neo-cli-node-one  ... done
Creating neo_go_node_three ... done
Creating neo_go_node_four  ... done
Creating ir_healthy_1      ... done
Creating go-node           ... done
Creating ir_node_healthy_1 ... done
2023/12/29 13:19:42 Used [go-node:20331] rpc addresses
2023/12/29 13:19:42 Run benchmark for MixedGoRPC4x1 :: NEO-GO
2023/12/29 13:19:51 Read 3000000 txs from /dump.txs
2023/12/29 13:19:57 Done 6.009306936s
2023/12/29 13:19:57 Init worker with 50 QPS / 5m0s time limit (3000000 txs will try to send)
2023/12/29 13:19:57 Prepare chain for benchmark
2023/12/29 13:19:57 Determined validators count: 4
2023/12/29 13:19:57 Sending NEO and GAS transfer tx
2023/12/29 13:19:59 Contract hash: ceb508fc02abc2dc27228e21976699047bbbcce0
2023/12/29 13:19:59 Sending contract deploy tx
2023/12/29 13:19:59 Contract was persisted: false
2023/12/29 13:20:00 Contract was persisted: false
2023/12/29 13:20:00 Contract was persisted: false
2023/12/29 13:20:01 Contract was persisted: false
2023/12/29 13:20:01 CPU: 3.099%, Mem: 369.277MB
2023/12/29 13:20:01 Contract was persisted: false
2023/12/29 13:20:02 Contract was persisted: false
2023/12/29 13:20:02 Contract was persisted: false
2023/12/29 13:20:03 Contract was persisted: false
2023/12/29 13:20:03 Contract was persisted: false
2023/12/29 13:20:04 Contract was persisted: true
2023/12/29 13:20:04 fetch current block count
2023/12/29 13:20:04 Waiting for an empty block to be processed
2023/12/29 13:20:10 Started test from block = 8 at unix time = 1703856009086
2023/12/29 13:20:10 empty block: 8
2023/12/29 13:20:11 CPU: 7.124%, Mem: 378.711MB
2023/12/29 13:20:14 #9: 185 transactions in 5023 ms - 36.830579 tps
2023/12/29 13:20:19 #10: 252 transactions in 5016 ms - 50.239234 tps
2023/12/29 13:20:21 CPU: 15.885%, Mem: 394.863MB
2023/12/29 13:20:24 #11: 252 transactions in 5045 ms - 49.950446 tps
2023/12/29 13:20:29 #12: 255 transactions in 5075 ms - 50.246305 tps
2023/12/29 13:20:31 CPU: 16.616%, Mem: 433.992MB
2023/12/29 13:20:34 #13: 252 transactions in 5038 ms - 50.019849 tps
2023/12/29 13:20:39 #14: 253 transactions in 5062 ms - 49.980245 tps
2023/12/29 13:20:41 CPU: 15.272%, Mem: 415.125MB
2023/12/29 13:20:44 #15: 252 transactions in 5040 ms - 50.000000 tps
2023/12/29 13:20:51 #16: 336 transactions in 6731 ms - 49.918289 tps

@AnnaShaleva AnnaShaleva force-pushed the rel-0.105.0 branch 2 times, most recently from 8eceaf2 to d5c667a Compare December 29, 2023 13:14
Drop deprecated plans, add new ones.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
@AnnaShaleva AnnaShaleva force-pushed the rel-0.105.0 branch 2 times, most recently from 3b9bead to 1054b76 Compare December 29, 2023 13:24
@AnnaShaleva AnnaShaleva marked this pull request as ready for review December 29, 2023 13:25
CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
@AnnaShaleva AnnaShaleva merged commit d901697 into master Dec 29, 2023
1 check passed
@AnnaShaleva AnnaShaleva deleted the rel-0.105.0 branch December 29, 2023 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants