-
Notifications
You must be signed in to change notification settings - Fork 584
Testnet Log
This page is meant to be a living log of coda testnet deployments, tests and results.
Current Known Issues:
- snark assertions when using pos
Ongoing work:
- Migrate to postake testing and deprecate posig
Upcoming Work:
- presentation of work tree to track transactions and snarks as they happen Viva
- testsuite driven tests
- weekly/nightly results report
Newest First (changelog style)
Date: Week of 1/28-2/1/2019
Most work done using closet server.
Alternating between high speed (fast hash, no snark, sub second intervals) and slow speed (full snark, 60s intervals) code bases.
High speed is meant to stress/validate proof of stake, epoch bonadaries, etc.
Slow speed is mean to stress full code.
Current best slow speed: 1460 blocks (~24 hours), gives NTP sync error (bizarre on localhost)
Date: 2019-01-25 Friday
- Code: 0.1.31902-CI
- CI: https://circleci.com/gh/CodaProtocol/coda/31902
- PR: https://github.com/CodaProtocol/coda/pull/1528
- Settings: CODA_BLOCK_DURATION=60000 OMP_NUM_THREADS=16
- Hardware: closet
RESOLVED: num_accounts bug NEW: Variable name changes, initial stake testing, stake snark assert crash
Found bug with number_of_accounts tracking
Automated transaction verification for existing and new accounts.
Date: 2019-01-17 Thursday
- Code: 0.1.28496-CI
- CI: https://circleci.com/gh/CodaProtocol/coda/28496
- PR: https://github.com/CodaProtocol/coda/pull/xxxx
- Settings: CODA_PROPOSAL_INTERVAL=60000 OMP_NUM_THREADS=16
- Hardware: closet
Date: 2019-01-11 Friday
Wrote some simple wrappers to test/validate transactions (using python wrapper lib)
actual output:
Block Count: 1436
Sending 85 to KLo3BGRsLEtxj3db3DRkd3u2EUPCyrU61XVr86vqu3PmZcfuQfgAAAAB
Running: coda client send-payment -amount 85 -privkey-path /home/jkrauska/testfu/secrets/high -receiver KLo3BGRsLEtxj3db3DRkd3u2EUPCyrU61XVr86vqu3PmZcfuQfgAAAAB
Result: Successfully enqueued payment in pool
Receipt_chain_hash: KG1jZrQVKmaMaFjMdds1ZfvVEAFac/ABmX46yOoDuRaadqJRRjcAAAA=
Previous balance: 50
Expected balance: 135
...
Found: 135
Time Elapsed: 00:01:27
Block Count: 1438
- Code: 0.1.27630-CI
- https://circleci.com/gh/CodaProtocol/coda/27630
Awesome new CLI output: coda client snark-job-list shows current state of snark pool.
Date: 2019-01-10 Thursday
- Code: 0.1.27058-CI
- CI: https://circleci.com/gh/CodaProtocol/coda/27058
- PR: https://github.com/CodaProtocol/coda/pull/1391
- Settings: CODA_PROPOSAL_INTERVAL=60000 OMP_NUM_THREADS=16
- Hardware: closet
Ran for over an hour. Added ~20 accounts, no lost transactions.
Observation:
- ordering in get-public-keys changes when new accounts added. (newest on top) 1429
Fixed:
excess uuid ledgerdbs
Remaining:
- rocksdb dynamic