brendanzab/gl-rs 509
An OpenGL function pointer loader for Rust
A library that provides types and conversions for working with various color formats.
blas-lapack-rs/openblas-src 19
Source of BLAS and LAPACK via OpenBLAS
DEPRECATED - use https://github.com/netvl/rust-xml/ instead.
Source of BLAS and LAPACK via Netlib
Central repository for the Alexandria project
Git "mirror" of the BLAKE2 code package from blake2.net
A collection of various helpers to be used in C/C++.
fork emberian/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code
https://rust-lang.github.io/rust-clippy/
fork in 17 minutes
pull request commentMinaProtocol/mina
Specify that libp2p should listen on the libp2p_port
:scream:
comment created time in 16 days
issue closedretep998/wio-rs
Relicense under dual MIT/Apache-2.0
Why?
The MIT license requires reproducing countless copies of the same copyright header with different names in the copyright field, for every MIT library in use. The Apache license does not have this drawback, and has protections from patent trolls and an explicit contribution licensing clause. However, the Apache license is incompatible with GPLv2. This is why Rust is dual-licensed as MIT/Apache (the "primary" license being Apache, MIT only for GPLv2 compat), and doing so would be wise for this project. This also makes this crate suitable for inclusion in the Rust standard distribution and other project using dual MIT/Apache.
How?
To do this, get explicit approval from each contributor of copyrightable work (as not all contributions qualify for copyright) and then add the following to your README:
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be dual licensed as above, without any
additional terms or conditions.
and in your license headers, use the following boilerplate (based on that used in Rust):
// Copyright (c) 2015 t developers
// Licensed under the Apache License, Version 2.0
// <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT
// license <LICENSE-MIT or http://opensource.org/licenses/MIT>,
// at your option. All files in the project carrying such
// notice may not be copied, modified, or distributed except
// according to those terms.
And don't forget to update the license metadata in your Cargo.toml!
Contributor checkoff
- [x] @retep998
- [x] @cybergeek94
closed time in 16 days
emberianpush eventMinaProtocol/mina
commit sha 127db237f988112fe2e0a4ac41e80eaf411761c8
patch up db initialization test
push time in 18 days
push eventMinaProtocol/mina
commit sha 463146739aa510d725d87a2d6e6e98b3882eafae
Add additional logs to transition router
commit sha 52a9dfc3e7ccc4842941425da29d7b4218698770
Add additional timing logs to bootstrap algorithm
commit sha afab850be71188b805c2266dcfea70c46983058e
Merge branch 'develop' into feature/bootstrap-debug-logs
commit sha bd731c8b5c4d3e62105abef1a46df031bb53e565
announcement and navbar bugs
commit sha 5af08b44937e3c63020de7612b4f48a36e3b118e
fixed icon and nav mobile+tablet
commit sha a369bfc314ac9492e06f32f0c87c964fcda96335
Merge branch 'develop' into website/bugs
commit sha 89a12787477a84b55f1280c210e4f26be05fa877
add new photos for community page
commit sha 440927fba598d8301f25daf3d7f89bbe0d05dc21
font in testnet page
commit sha 6a357bf35ae4c9b271761b3d0118ef8116c19e8c
alignment in footer
commit sha c52c0f17f61464ceb5dd9a9f35ba98185b2ede49
fix genesis page
commit sha cfe7c8d64bd90b23c9d50441d86d395af3f7f396
fix map section
commit sha 3ec3a8e63c6a02ae6441e9cb6b0fb0af1e280976
add in how it works background
commit sha b26bdbabb832e6dee84d4b58f68cb0792f90836f
Merge branch 'develop' into feature/bootstrap-debug-logs
commit sha 88e8a59c3c6399d720c6e76570a3aa844cfd10ee
Update circleci workflow name
commit sha 1f575d66f76f4caf486ac70ed087d7cd42cadfe5
fix/circle-ci-mina Update git urls in scripts and dockerfiles
commit sha 8e42e5c88392d166d1f8a9976f8c3b351d946d36
rerender ci config
commit sha 6a10896bca9d49801bad5864db64e915d3c35a04
remove expired user_commands from pool; check for expiry before adding
commit sha cac8bcce28d7ba3d6f281fa90795b2c465599b19
add unit tests
commit sha bd82b731eee31e5c7070f11686dc2d607a4741d3
use time controller from coda_lib config
commit sha 468e4e290a18ff6d251f157e85aaaf8649c2a4ba
add a new map for transactions with an expiration
push time in 18 days
push eventMinaProtocol/mina
commit sha 1ab0e3ff084c6eeaef68a22587a06ed777815edb
fix the other two helm typos
push time in 18 days
push eventMinaProtocol/mina
commit sha a83341da1a02e627d71b606f451b6e5388f628db
last type errors
push time in 19 days
push eventMinaProtocol/mina
commit sha c8ff9682a8d3b6f120c382c2786ad80111dcf05d
fix typo
push time in 19 days
push eventMinaProtocol/mina
commit sha a2d4ebb2bbb75d419f6be312952ebdca5472e584
fix helm?
push time in 19 days
push eventMinaProtocol/mina
commit sha c8800ba2dc4d44590351e804302dbd4bce488ea1
initialize the gater state
commit sha 86931ec15d07db0a95fa90daa7777e18b69dc516
include a gating config at initialization
commit sha ff57bf65f35af3e469c8b6ab15cb00389c831506
don't race condition the gating config
push time in 19 days
push eventMinaProtocol/mina
commit sha 76dd86f160adabd2b99b891a27c9f7c3f9b744b2
name polymorphic thingy
commit sha 268ea47b0f684f19ac1c47e23d06f3cabe73b234
Merge branch 'feature/peer-exchange' of github.com:codaprotocol/coda into feature/peer-exchange
push time in 20 days
PR opened MinaProtocol/mina
Enables peer exchange, extended message validation, brings back flooding, and adds new direct peering! Direct peering are symmetric agreements to shuttle over messages.
Not tested yet. QA net planned.
Checklist:
- [ ] Document code purpose, how to use it
- Mention expected invariants, implicit constraints
- [ ] Tests were added for the new behavior
- Document test purpose, significance of failures
- Test names should reflect their purpose
- [ ] All tests pass (CI will check this if you didn't)
- [ ] Serialized types are in stable-versioned modules
- [x] Does this close issues? List them:
Closes #4369
pr created time in 20 days
push eventMinaProtocol/mina
commit sha 0f599393d08efa6cce08d0b45973ee37b765b466
bubble up validation troolean more
push time in 20 days
push eventMinaProtocol/mina
commit sha d3d3ea0c7cb84c8471bc5f78b7e5af745b3e3b8d
update tests
commit sha 764c81e70dd22dab9c94ec224d1ab9a196c453b6
validation troolean in coda_net2
push time in 20 days
push eventMinaProtocol/mina
commit sha b7620e3bec5038606f79a50bf8629ddb25f127a8
thank you @bkase :)
push time in 20 days
push eventMinaProtocol/mina
commit sha f04abaf20bf2522ba3740264702d065d38275042
progress
push time in 20 days
push eventCodaProtocol/coda
commit sha 888a82afdf2667540611817c23b58a3bfa22b142
replace ip filtering with connection gating
commit sha e52b8ce3e0ba773cb14141a6ca496f2a3aa5d0e9
expose connection gating config to graphql
commit sha 0e2a23f9e5c952df63ffe0cedb0197c1333a8dc4
Merge branch 'feature/connection-gater' of github.com:codaprotocol/coda into feature/connection-gater
push time in 25 days
issue openedCodaProtocol/coda
Document libp2p_helper <-> daemon communications
created time in 25 days
push eventCodaProtocol/coda
commit sha 82c56944cf2ce41e10ceb15b04046e6e765adeac
create an aux function in malleable errors
commit sha 50fd8decb68ef4bc7024b4bbd1ce0c7b6852617e
integrating into integration_test_lib and stack_driver_log_engine, does not fully compile
commit sha 24a0755a23224a6ad15c7dc4ee0c2290e1262867
errors in test executive
commit sha 8e863a9d4ea9fd80aedfdaac54d73c2fe753aa64
Fix type errors in test_executive
commit sha 6014e3cfedea6e9102f9c74e694abb9e83df9fd8
minor changes
commit sha 9ac889b898a69288b8fdb54e7da6b8e8744039a9
fix zexe submodule
commit sha 2c67a4b79bcf171f0b59eeb4594c4c08a47304f5
Fix malleable error unit tests
commit sha a071c7e50d4ab82b5df0596d98fa567ca940bf34
doing most of nathans suggestions
commit sha e7aa356073ba24b5105121bed4defdc2bbccad29
doing more suggestions
commit sha b2e8ee954e85e390755802513ac281ce8d1ea04d
try to fix zexe again
commit sha 5efa33c95f910eed6428dd2f37a506940010f703
re-adding zexe back in
commit sha efcf76c236616f17509fbbbb002ea96c1a152c05
put malleable_error list iteration funcs in a map submodule
commit sha bdf36412f03e0004f77b82f4fda32be919896c1d
Merge branch 'develop' into integrattion_test_new_error_reporting
commit sha c8e408aa71f46250fc4b5129444089a433a83a6b
Merge branch 'develop' into integrattion_test_new_error_reporting
commit sha a2779a52373cd4bb347d025f40278b4de7bf4bea
renaming things
commit sha 1120de3684e2a457bb432d506225b6c157aa5a58
Merge branch 'develop' into integrattion_test_new_error_reporting
commit sha 82f54016042b01d664f082bc647acc416c63ce1d
add small theme fixes
commit sha 99bfbf20d04ebfa45536e799d0a1f9a3c89fd074
lay down hero's text in new designs
commit sha afe0a86ecd4cf2e7e4ab2f25f947b82b7a9cbfef
Merge branch 'develop' into website-redesign/leaderboard-reskin
commit sha b02e41bb0d68d499c868cb139a1cc917ec53ac0c
Merge branch 'develop' into integrattion_test_new_error_reporting
push time in a month
push eventCodaProtocol/coda
commit sha d3a2211016e0f30d429d303d3533bb4af1d8f3e2
add archive node WIP docs page
commit sha 24e1b389487ca90647c999d1b16362a9e24b613b
increase size of last points column in member profile
commit sha 64acc81fc14b5f76798e3ab64fd152f8f4d7404c
add draft of docs
commit sha 76c30bcd69b9f1cb0047f6a1c1005ab62d40f099
incorporate changes from averys first pr
commit sha 0c4fd0c0850dec85381b9c206593c163074d3cce
updates: added a TODO for updating link to 3.3 release link
commit sha 9ebe4c8225bc97a7b708177ce013146df85f4cad
add in example queries and table explanations
commit sha 9d1da4dc7f73c8e50e185483295f1e162381330c
delete empty space, add small edits to bullets
commit sha 645f887bd5be2e543423c2c5b3183c9dd459a03d
Merge branch 'develop' into docs/archive-node
commit sha 52fa08043146665e16765d8e346cb92fe7ef66cf
Send payment integration test
commit sha ad11904ab91900b1e0d05cdf170bacb0b63c87e5
revert coda-automation location
commit sha c0e4bca08eddf7db0f43765267fc838a041c5d67
Revert go.mod
commit sha c433d491fe4dbddd6e03520a0da2fb18f80744d4
Use List.nth_exn
commit sha 54700061392e91307738d080b4d8ddd6c5ae62a8
just wait_for_init, not GraphQL
commit sha 4492285e38dabf64cdd554c42efe8d454fe7aa87
Merge branch 'develop' into feature/send-payment-integration-test
commit sha 2bcd0f3c2e0f6c0fef86de20ff9170a65a238176
Merge branch 'develop' into feature/send-payment-integration-test
commit sha 9f92ecbbe2f19734994ca3aa4ef20ca6c526c2bc
temp
commit sha 20f1c0de23a313e7ecabee508f664a374c4b6f34
Allow int test engines to provide custom cli args
commit sha a4392fe8020432f286ba5cf74351a45427551fa9
Add coda-daemon-puppeteered docker build to circleci
commit sha c86f56e64cedb554636b83bfde6b5e272646687b
Merge branch 'develop' into feature/puppeteered-docker-builds
commit sha 5e5852c36649740d585b248816b6ddca5a3ce1a3
Add missing service to release-docker
push time in a month
push eventCodaProtocol/coda
commit sha 7573a4837613cf3984f2eddc71d39a0182f63d4a
propagate trust system change further
commit sha 10b31e9ae20c0eb2236dbe5b93756e653b8a298f
support a list of trusted peer IDs
push time in a month
issue commentCodaProtocol/coda
Sentry node related libp2p changes -- Ember
We could possibly use this instead of manually forwarding at the coda rpc level?
https://godoc.org/github.com/libp2p/go-libp2p-pubsub#WithDirectPeers
comment created time in a month
issue commentCodaProtocol/coda
Archive Node Causes daemon crashes when blocks or messages are malformed
@bkase thinks this happens because minting a token with a supply > 2^63 crashes due to numeric type mismatches.
comment created time in a month
issue openedCodaProtocol/coda
Augment trace_task with monitors/exception handling
Right now many of our exceptions are reported without useful context. We already annotate many top-level asynchronous processes with trace_task. We should extend it to handle the exceptions via the Monitor API and include the task name. Non-scoped, unhandled top-level exceptions should become an error.
created time in a month
issue commentemberian/evdev
Add grab and ungrab methods for Device
hi! i no longer do software development as a hobby which has led to many of my crates such as this one falling by the wayside. i should figure out some succession, but in the meantime, if you send a PR i’ll merge it :)
On Mon, Sep 21, 2020, at 05:36, RastislavKish wrote:
Hello, I've read Evdev's documentation, and while I see the raw function for grabbing a device, there seems to be no safe abstraction. Would it be possible to add grab and ungrab methods to Device struct? It should take just few lines of code, and make grabbing significantly more ellegant.
Thanks!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/emberian/evdev/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFL56TX7Z7DEX7DFVOM62DSG4NCLANCNFSM4RUJ7WZA.
-- Ember they/them
comment created time in a month
issue commentCodaProtocol/coda
Daemon crash on startup, first time with config in daemon.json instead of commandline
@byrongibson that daemon.json is completely invalid, comments are not permitted in json.
comment created time in a month
issue closedCodaProtocol/coda
When I try to run the CODA daemon, it crashed you can check the crash report /home/jiten/.coda-config/coda_crash_report_2020-09-17_04-48-05.988265.tar.gz
closed time in a month
jiten123321issue commentCodaProtocol/coda
Probably fixed by #6036, attach the crash report to reopen the issue.
comment created time in a month
issue closedCodaProtocol/coda
Crash Report - Testnet 3.3 - CrisF#3405
Snarkworker and blockproducer running for 4+ hours. Just observing at the time of the crash. Many prints such as: coda_crash_report_2020-09-17_08-31-49.154225.tar.gz
2020-09-17 08:54:26 UTC [Info] validating a new pubsub message ...
2020-09-17 08:54:27 UTC [Info] why u fail to validate :(
2020-09-17 08:54:27 UTC [Info] why u fail to validate :(
2020-09-17 08:54:30 UTC [Info] starting refreshing cpl 0 with key CIQAAAMVU4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA (routing table size was 0)
2020-09-17 08:54:30 UTC [Info] failed when refreshing routing table
``` ```
2020-09-17 08:57:26 UTC [Info] would have validated but it's from us!
2020-09-17 08:57:26 UTC [Info] validated!
2020-09-17 08:57:26 UTC [Info] why u fail to validate :(
2020-09-17 08:57:26 UTC [Info] validated!
Crash report attached. coda_crash_report_2020-09-17_08-31-49.154225.tar.gz
closed time in a month
Cris-Fissue commentCodaProtocol/coda
Crash Report - Testnet 3.3 - CrisF#3405
One of the snark worker errors that should be fixed by #6036
comment created time in a month
issue closedCodaProtocol/coda
Crashing report - Testnet 3.3 - Docker - Ducca#5707
Launched Block Producer and Snark Worker in docker. VPS with 8 cores 16 RAM.
- The first error is that it cannot download the archive:
[Info] Could not download genesis ledger from $uri: $error
uri: "https://s3-us-west-2.amazonaws.com/snark-keys.o1test.net/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz"
error: "(monitor.ml.Error\n (\"Process.run failed\"\n ((prog curl)\n (args\n (--fail -o\n /tmp/s3_cache_dir/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz\n https://s3-us-west-2.amazonaws.com/snark-keys.o1test.net/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz))\n (exit_status (Exit_non_zero 22)) (stdout \"\")\n (stderr\n (\" % Total % Received % Xferd Average Speed Time Time Time Current\"\n \" Dload Upload Total Spent Left Speed\"\n \"\\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\"\n \"curl: (22) The requested URL returned error: 404 Not Found\" \"\"))))\n (\"Raised at file \\\"src/error.ml\\\" (inlined), line 9, characters 14-30\"\n \"Called from file \\\"src/or_error.ml\\\", line 72, characters 17-32\"\n \"Called from file \\\"src/deferred1.ml\\\", line 17, characters 40-45\"\n \"Called from file \\\"src/job_queue.ml\\\" (inlined), line 131, characters 2-5\"\n \"Called from file \\\"src/job_queue.ml\\\", line 171, characters 6-47\"))"
- And Crash 2 hours after starting:
2020-09-17 09:26:43 UTC [Error] Error verifying transaction snark: $error
error: "((rpc_error (Connection_closed (\"EOF or connection closed\")))\n (connection_description (\"Client connected via TCP\" (7aea31cfa2b4 38443)))\n (rpc_tag rpc_parallel_plain_0) (rpc_version 0))"
2020-09-17 09:26:43 UTC [Error] Error verifying transaction snark: $error
error: "((rpc_error (Connection_closed (\"EOF or connection closed\")))\n (connection_description (\"Client connected via TCP\" (7aea31cfa2b4 38443)))\n (rpc_tag rpc_parallel_plain_0) (rpc_version 0))"
2020-09-17 09:26:46 UTC [Info] starting refreshing cpl 0 with key CIQAAA44GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA (routing table size was 0)
2020-09-17 09:26:46 UTC [Info] failed when refreshing routing table
+ echo 'Coda process exited with status code 99'
Logs for 2 hour: crash.log
closed time in a month
icohighissue commentCodaProtocol/coda
Crashing report - Testnet 3.3 - Docker - Ducca#5707
I believe this was fixed by #6036
comment created time in a month
issue closedCodaProtocol/coda
testnet 3.3 ☠ Coda Daemon crashed. genesis_ledger_accounts download error.
- command
coda daemon -peer $SEED1
- version
~# coda version
Commit fdc283b on branch master
- error log
error: "(monitor.ml.Error\n (\"Process.run failed\"\n ((prog curl)\n (args\n (--fail -o\n /tmp/s3_cache_dir/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz\n https://s3-us-west-2.amazonaws.com/snark-keys.o1test.net/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz))\n (exit_status (Exit_non_zero 22)) (stdout \"\")\n (stderr\n (\" % Total % Received % Xferd Average Speed Time Time Time Current\"\n \" Dload Upload Total Spent Left Speed\"\n \"\\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\"\n \"curl: (22) The requested URL returned error: 404 Not Found\" \"\"))))\n (\"Raised at file \\\"src/error.ml\\\" (inlined), line 9, characters 14-30\"\n \"Called from file \\\"src/or_error.ml\\\", line 72, characters 17-32\"\n \"Called from file \\\"src/deferred1.ml\\\", line 17, characters 40-45\"\n \"Called from file \\\"src/job_queue.ml\\\" (inlined), line 131, characters 2-5\"\n \"Called from file \\\"src/job_queue.ml\\\", line 171, characters 6-47\"))"
- crash report coda_crash_report_2020-09-17_11-04-01.607135.tar.gz
closed time in a month
xiaoxin-cryptoissue commentCodaProtocol/coda
testnet 3.3 ☠ Coda Daemon crashed. genesis_ledger_accounts download error.
this error is not related to the crash. the actual crash is a dupe of #6001
comment created time in a month
issue commentCodaProtocol/coda
Snark Worker Crashed Twice Already
this might be due to the SNARK bug that was fixed with beta7 hotfix, there was a transaction going around the network that killed every snark worker it touched.
comment created time in a month
issue commentCodaProtocol/coda
SNARK Coordinator Crashing loses completed snark work
Implementing https://github.com/CodaProtocol/coda/issues/3044 would have this be less of an issue.
comment created time in a month
issue commentCodaProtocol/coda
Failed to find any peers during initialization (crashing because this is not a seed node)
@gsampathkumar was the SEED1 environment variable set when this command was run?
comment created time in a month
issue closedCodaProtocol/coda
Node crashed after some minutes and some operations
How to produce:
- use coda daemon -background to start the node
- wait for the synced status
- import private key
- send echo transaction
- set staking address
- set snark-worker
- After a while, node crashed
2020-09-19 02:48:59 UTC [Info] Using the compiled constraint constants 2020-09-19 02:48:59 UTC [Info] Ledger file $path does not exist path: "/var/lib/coda/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz" 2020-09-19 02:48:59 UTC [Info] Ledger file $path does not exist path: "/usr/local/var/coda/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz" 2020-09-19 02:48:59 UTC [Info] Ledger file $path does not exist path: "/tmp/s3_cache_dir/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz" 2020-09-19 02:48:59 UTC [Info] Ledger file $path does not exist path: "/tmp/coda_cache_dir/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz" 2020-09-19 02:48:59 UTC [Info] Ledger file $path does not exist path: "/var/lib/coda/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz" 2020-09-19 02:48:59 UTC [Info] Ledger file $path does not exist path: "/root/.coda-config/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz" 2020-09-19 02:49:00 UTC [Info] Could not download genesis ledger from $uri: $error uri: "https://s3-us-west-2.amazonaws.com/snark-keys.o1test.net/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz" error: "(monitor.ml.Error\n ("Process.run failed"\n ((prog curl)\n (args\n (--fail -o\n /tmp/s3_cache_dir/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz\n https://s3-us-west-2.amazonaws.com/snark-keys.o1test.net/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz))\n (exit_status (Exit_non_zero 22)) (stdout "")\n (stderr\n (" % Total % Received % Xferd Average Speed Time Time Time Current"\n " Dload Upload Total Spent Left Speed"\n "\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0"\n "curl: (22) The requested URL returned error: 404 Not Found" ""))))\n ("Raised at file \"src/error.ml\" (inlined), line 9, characters 14-30"\n "Called from file \"src/or_error.ml\", line 72, characters 17-32"\n "Called from file \"src/deferred1.ml\", line 17, characters 40-45"\n "Called from file \"src/job_queue.ml\" (inlined), line 131, characters 2-5"\n "Called from file \"src/job_queue.ml\", line 171, characters 6-47"))" 2020-09-19 02:49:04 UTC [Info] Creating genesis ledger tar file for $root_hash at $path from database at $dir root_hash: "3NLDMBjXomomCVeMu54X8qXYZDuCzKM4QJaezgdUX57yHWqNgjmM" path: "/root/.coda-config/genesis_ledger_f1c1b1bae67e1ec8ffdf91121ec34c7c97933fd86b727ebd8a5421b7f12a8ece.tar.gz" dir: "/tmp/coda_cache_dir/945bedab-6822-384d-11a0-dd797d393d39" 2020-09-19 02:49:04 UTC [Info] Linking ledger file $tar_path to $named_tar_path tar_path: "/root/.coda-config/genesis_ledger_f1c1b1bae67e1ec8ffdf91121ec34c7c97933fd86b727ebd8a5421b7f12a8ece.tar.gz" named_tar_path: "/root/.coda-config/genesis_ledger_release_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz" 2020-09-19 02:49:05 UTC [Info] Genesis proof file $path does not exist path: "/root/.coda-config/genesis_proof_09652a7d121c7d527f8ff665410f9ed65b362ea401720e8dc076be82caeff68d" 2020-09-19 02:49:05 UTC [Info] Found genesis proof file at $path path: "/var/lib/coda/genesis_proof_09652a7d121c7d527f8ff665410f9ed65b362ea401720e8dc076be82caeff68d" 2020-09-19 02:49:05 UTC [Info] Loaded ledger from $ledger_file and genesis proof from $proof_file ledger_file: "/root/.coda-config/genesis_ledger_release_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz" proof_file: "/var/lib/coda/genesis_proof_09652a7d121c7d527f8ff665410f9ed65b362ea401720e8dc076be82caeff68d" 2020-09-19 02:49:07 UTC [Fatal] Unhandled top-level exception: $exn Generating crash report exn: "(monitor.ml.Error (Failure "no seed or initial peer flags passed")\n ("Raised at file \"stdlib.ml\", line 33, characters 17-33"\n "Called from file \"src/app/cli/src/coda.ml\", line 737, characters 11-58"\n "Called from file \"src/deferred0.ml\", line 56, characters 64-69"\n "Called from file \"src/job_queue.ml\" (inlined), line 131, characters 2-5"\n "Called from file \"src/job_queue.ml\", line 171, characters 6-47"\n "Caught by monitor coda"))"
☠ Coda Daemon crashed. The Coda Protocol developers would like to know why!
Please:
Open an issue:
<https://github.com/CodaProtocol/coda/issues/new>
Briefly describe what you were doing and attach the crash report /root/.coda-config/coda_crash_report_2020-09-19_02-49-07.936014.tar.gz
closed time in a month
crackerliissue commentCodaProtocol/coda
Node crashed after some minutes and some operations
@crackerli like the error message says, you need to pass -peer argument.
comment created time in a month
issue commentCodaProtocol/coda
Ensure ListPeers is randomly selecting a list a peers
Still trying to reproduce this. I was able to manually peer with some testnet participants, but it doesn't seem that this extended to my own peer list growing beyond those few -peer arguments. However I also discovered that some of the participant nodes are not actually reachable on their libp2p ports, for example one in Digital Ocean was unreachable.
comment created time in a month
issue commentCodaProtocol/coda
:+1: I wonder if we can (partially?) generate this from the graphql descriptions.
comment created time in a month
issue closedCodaProtocol/coda
Testnet 3.3 unable to start the node after I run: coda daemon -peer $SEED1, Coda Daemon crashed
Testnet 3.3 unable to start the node
error: "(monitor.ml.Error\n ("Process.run failed"\n ((prog curl)\n (args\n (--fail -o\n /tmp/s3_cache_dir/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz\n https://s3-us-west-2.amazonaws.com/snark-keys.o1test.net/genesis_ledger_accounts_e7fd308899bca6956b093b635988ea06630adbf540e13d38dcd2f7ab629da53c_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz))\n (exit_status (Exit_non_zero 22)) (stdout "")\n (stderr\n (" % Total % Received % Xferd Average Speed Time Time Time Current"\n " Dload Upload Total Spent Left Speed"\n "\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0"\n "curl: (22) The requested URL returned error: 404 Not Found" ""))))\n ("Raised at file \"src/error.ml\" (inlined), line 9, characters 14-30"\n "Called from file \"src/or_error.ml\", line 72, characters 17-32"\n "Called from file \"src/deferred1.ml\", line 17, characters 40-45"\n "Called from file \"src/job_queue.ml\" (inlined), line 131, characters 2-5"\n "Called from file \"src/job_queue.ml\", line 171, characters 6-47"))" 2020-09-17 20:34:15 UTC [Info] Creating genesis ledger tar file for $root_hash at $path from database at $dir root_hash: "3NLDMBjXomomCVeMu54X8qXYZDuCzKM4QJaezgdUX57yHWqNgjmM" path: "/root/.coda-config/genesis_ledger_f1c1b1bae67e1ec8ffdf91121ec34c7c97933fd86b727ebd8a5421b7f12a8ece.tar.gz" dir: "/tmp/coda_cache_dir/426b989d-3def-346b-167e-124c4a88587a" 2020-09-17 20:34:15 UTC [Info] Linking ledger file $tar_path to $named_tar_path tar_path: "/root/.coda-config/genesis_ledger_f1c1b1bae67e1ec8ffdf91121ec34c7c97933fd86b727ebd8a5421b7f12a8ece.tar.gz" named_tar_path: "/root/.coda-config/genesis_ledger_release_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz" 2020-09-17 20:34:16 UTC [Info] Genesis proof file $path does not exist path: "/root/.coda-config/genesis_proof_4e3894c8dc5e2d9a6485cb766d38ab2006e71977175e18abfffceecefd992c74" 2020-09-17 20:34:16 UTC [Info] Found genesis proof file at $path path: "/var/lib/coda/genesis_proof_4e3894c8dc5e2d9a6485cb766d38ab2006e71977175e18abfffceecefd992c74" 2020-09-17 20:34:16 UTC [Info] Loaded ledger from $ledger_file and genesis proof from $proof_file ledger_file: "/root/.coda-config/genesis_ledger_release_f094d0eb814dbbff2f41f3f69c414331566f2c4a884c309944899ea59f101b9a.tar.gz" proof_file: "/var/lib/coda/genesis_proof_4e3894c8dc5e2d9a6485cb766d38ab2006e71977175e18abfffceecefd992c74" 2020-09-17 20:34:17 UTC [Info] Setting current protocol version to "0.1.0" from compile-time config 2020-09-17 20:35:11 UTC [Fatal] Unhandled top-level exception: $exn Generating crash report exn: "(monitor.ml.Error\n ((rpc_error (Connection_closed ("EOF or connection closed")))\n (connection_description\n ("Client connected via TCP" (m12386.contaboserver.net 45811)))\n (rpc_tag worker_init_rpc_1) (rpc_version 0))\n ("Raised at file \"src/error.ml\" (inlined), line 9, characters 14-30"\n "Called from file \"src/or_error.ml\", line 72, characters 17-32"\n "Called from file \"src/deferred1.ml\", line 17, characters 40-45"\n "Called from file \"src/job_queue.ml\" (inlined), line 131, characters 2-5"\n "Called from file \"src/job_queue.ml\", line 171, characters 6-47"))"
☠ Coda Daemon crashed. The Coda Protocol developers would like to know why!
Please:
Open an issue:
<https://github.com/CodaProtocol/coda/issues/new>
Briefly describe what you were doing and attach the crash report /root/.coda-config/coda_crash_report_2020-09-17_20-35-12.005070.tar.gz
closed time in a month
UbikCapitalissue commentCodaProtocol/coda
Testnet 3.3 unable to start the node after I run: coda daemon -peer $SEED1, Coda Daemon crashed
Closing as dupe
comment created time in a month
issue commentCodaProtocol/coda
rpc_parallel workers fail to start, leading to ugly daemon crash
The fact that switcing from ubuntu to debian is an effective workaround leads me to believe that this is related to library linkage, waiting on more logs from a testnet participant to confirm.
comment created time in a month
issue closedCodaProtocol/coda
Coda Daemon crashed - Testenet 3.3 Docker Crash Report
I sharing the crash report as suggested after the error, I was trying to run with the latest docker image:
docker run -d --name coda -p 8302:8302 -p 8303:8303 --restart always codaprotocol/coda-daemon:0.0.16-beta6 daemon -peer $SEED1
In macOS 10.15.4
closed time in a month
edsphinxissue commentCodaProtocol/coda
Coda Daemon crashed - Testenet 3.3 Docker Crash Report
Closing as a dupe
comment created time in a month
issue closedCodaProtocol/coda
Testnet 3.3 : Coda daemon crash
can not start coda daemon using command " coda daemon -peer $SEED1" coda_crash_report_2020-09-17_08-32-39.008848.tar.gz
closed time in a month
bidulemachinissue commentCodaProtocol/coda
Testnet 3.3 : Coda daemon crash
Closing as a dupe
comment created time in a month
issue closedCodaProtocol/coda
When coda daemon is started, crash happens. coda_crash_report_2020-09-17_03-51-11.748691.tar.gz
closed time in a month
StarLI-Trapdoorissue commentCodaProtocol/coda
Confirmed :+1: closing as a dupe
comment created time in a month
issue commentCodaProtocol/coda
UPnP or nodes otherwise behind home routers crash on the first RPC message
@lk86 this is unrelated to upnp or the libp2p networking. the exception is being raised by the rpc_parallel stack that communicates with the prover/verifier.
comment created time in a month
issue commentCodaProtocol/coda
Testnet v3.3: Can't disable snark working
@lesterli coda client status and coda client set-snark-worker use the daemon RPC and the GraphQL API respectively, does your setup block connections on port 3085 (perhaps in docker and you need to expose a port or something?)
comment created time in a month
push eventCodaProtocol/coda
commit sha fdc283bb0e66dd8540dc1f4051e1927ec5d576d3
find peers less often than always, degrade parse failure to debug from error
push time in a month
created tagCodaProtocol/coda
Coda is a new cryptocurrency with a constant size blockchain, improving scaling while maintaining decentralization and security.
created time in a month
push eventCodaProtocol/coda-automation
commit sha 26c3e6da2c187af2f3ce1e60639a8d1e235bdd1d
pickles2 disable seeds, bump container tag
push time in a month
push eventCodaProtocol/coda
commit sha 339b39e66b0ccb65c100a95a123c371c35bff8a6
tweak some helper logs (debug by default)
push time in a month
created tagCodaProtocol/coda
Coda is a new cryptocurrency with a constant size blockchain, improving scaling while maintaining decentralization and security.
created time in a month
push eventCodaProtocol/coda
commit sha 6f84f89c7e8a56035835f7235d3d3d5434b693c5
call FindPeers in the background, bump genesis
push time in a month
PR opened CodaProtocol/coda
This replaces a deprecated feature of libp2p (connection filters) with a more powerful one (connection gating). This lets us hook into connection lifetime before they are established, at several points, instead of only at the IP level and only at IP connection establishment.
This also includes "network isolation"
Checklist:
- [ ] Document code purpose, how to use it
- Mention expected invariants, implicit constraints
- [ ] Tests were added for the new behavior
- Document test purpose, significance of failures
- Test names should reflect their purpose
- [ ] All tests pass (CI will check this if you didn't)
- [ ] Serialized types are in stable-versioned modules
- [ ] Does this close issues? List them:
pr created time in a month
issue openedCodaProtocol/coda
Should the archive node schema be in a normal form?
Are there tools we can use to check this, as part of CI? Or tools to do the normalization? Is this important? Given that the database is approximately write-only I think some of the "update" problems that normalization is intended to prevent aren't relevant?
created time in a month
push eventCodaProtocol/coda-automation
commit sha 9125890fad28bd34f8c118ca6976465e7de19af4
thiccer memory limits
push time in a month
push eventCodaProtocol/coda-automation
commit sha d2bc0dd190ada7d23677ae0faa41ec468df9c28a
re-enable user agent, bump memory limits
commit sha 66223ff6e0a42b9bd0cee495b04d9fb52c7c496b
libp2p fixes tag
commit sha 2575ae553153fce2eb1da09eccca6c7da0439ac6
Merge branch 'release/pickles' of github.com:codaprotocol/coda-automation into release/pickles
push time in a month
push eventCodaProtocol/coda
commit sha 7f75e639f00812bbf9d5548dd2d3f4fcf1447edb
seed peer in coda_net2 tests
push time in 2 months
push eventCodaProtocol/coda
commit sha cdbb4ec5a36cf5ff5d7570d19a0abae4c2e8518d
type error
push time in 2 months
push eventCodaProtocol/coda
commit sha ab617048693b2b6e269b02675b21d09eb5eb3223
use the new dual DHT
push time in 2 months
Pull request review commentCodaProtocol/coda
[DO NOT MERGE] Debugging release/0.0.15-beta
func (ap *beginAdvertisingMsg) run(app *app) (interface{}, error) { discovered := make(chan peer.AddrInfo) app.P2p.DiscoveredPeers = discovered - foundPeer := func(who peer.ID) {- if who.Validate() == nil && who != app.P2p.Me {- log.Warn("found peer -- me: ", app.P2p.Me, ", who: ", who)- addrs := app.P2p.Host.Peerstore().Addrs(who)+ validPeer := func(who peer.ID) bool {+ return who.Validate() == nil && who != app.P2p.Me+ } - log.Warn("addrs: ", addrs)+ foundPeer := func(who peer.ID) {+ log.Warn("found peer -- me: ", app.P2p.Me, ", who: ", who)
maybe emit as an error, only when peer.Equal(app.P2p.Me, who)?
comment created time in 2 months
Pull request review commentCodaProtocol/coda
[RELEASE] hotfixes from the 0.0.15-beta release
func (ap *beginAdvertisingMsg) run(app *app) (interface{}, error) { // report local discovery peers go func() { for info := range l.FoundPeer {+ app.P2p.Host.Peerstore().AddAddrs(info.ID, info.Addrs, peerstore.ConnectedAddrTTL)
oof, this regression happened because the foundPeer handler no longer tries to make a new connection.
comment created time in 2 months
issue openedpaupino/rust-decimal
implement std conversion traits
as in the Rust API guidelines: https://rust-lang.github.io/api-guidelines/interoperability.html#conversions-use-the-standard-traits-from-asref-asmut-c-conv-traits
having to look up the crate docs to discover the special-sauce "FromPrimitive" trait i need to use to get from_f64 instead of using .into() is annoying.
created time in 2 months
Pull request review commentCodaProtocol/coda
[RELEASE] hotfixes from the 0.0.15-beta release
import ( "github.com/multiformats/go-multiaddr" ) +// a grow-only dynamically sized peer set (because generics are for nerds)
there's a peer.Set exposed that we can use: https://godoc.org/github.com/libp2p/go-libp2p-core/peer#Set
comment created time in 2 months
push eventCodaProtocol/coda
commit sha fea3f375d909353016ce685e8e9b54d5a6227ecd
SnarkFee Bug Fix (#5094) * Added docs and fix to filter metrics * fixed snark fee bug * removed unit return
commit sha eb55745eba508443bea26af39efbea3a6d3e6c69
Simplify Pcs_batch.num_bits (#5092) Co-authored-by: Izaak Meckler <[email protected]>
commit sha 1f85b55b67742598116490408322872b05b45b91
Implement iteri for masks (#5104)
commit sha 18a52a58c846ab8233d96cd4e2b86f88d09ba26c
Pickles: marlin checks (#5081) * marlin checks * remove from dune * add ppx version * add explanatory comment Co-authored-by: Matthew Ryan <[email protected]>
commit sha 3268898007e1c9ec9195f709308423510d372aca
Add ready-to-merge-into-develop (#5093)
commit sha d2bc319470719fceafa2f2280e16078836c40f04
Pickles: sponge stuff (#5090) * predecessor work * endo stuff * add ppx version * version domain * timer * "impls" and a few utility functions * time functiong * reformat * verification key * clean up * cache stuff * functionality related to the sponge * Remove repeated functor parameter Co-authored-by: mrmr1993 <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
commit sha 1171a4f69c89ed87ab229b54dc354aa218ea63e4
Leaderboard Phase 2 implement tablet and mobile responsiveness (#5096) * fix mobile and tablet styles * mobile style update * fix tablet and mobile styles * refactor to be summary component * fix alignment of hero left * fix button colors and tablet view * reformat Co-authored-by: Carey Janecka <[email protected]>
commit sha 992060f3544d0afcf16d800d762f5e7deffda942
Added block height to Leaderboard and small bug fix (#5101) * Added docs and fix to filter metrics * bug fix and block height implemented * changed blockHeight to totalBlocks Co-authored-by: Carey Janecka <[email protected]>
commit sha a82f5b3cf7ddd787208303ac4946718bd5256c53
Pickles: "inputs" (#5091) * predecessor work * endo stuff * add ppx version * version domain * timer * "impls" and a few utility functions * time functiong * reformat * verification key * clean up * cache stuff * functionality related to the sponge * the "inputs" files * Remove repeated functor parameter * fix bug * bump snarky Co-authored-by: mrmr1993 <[email protected]>
commit sha b7e7c1cc9a337b82e8235430f356eba8e682386b
[Website FAQ] Added Block Producer FAQ (#5111) * Added BP FAQ * Added answers for SNARKs * nit Co-authored-by: Gareth Davies <[email protected]> Co-authored-by: Gareth Davies <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
commit sha f90709d05226865e5b61d238986a63bb082d83b4
Pickles: random oracle convenience (#5116) * predecessor work * endo stuff * add ppx version * version domain * timer * "impls" and a few utility functions * time functiong * reformat * verification key * clean up * cache stuff * functionality related to the sponge * the "inputs" files * Remove repeated functor parameter * fix bug * bump snarky * ro Co-authored-by: mrmr1993 <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
commit sha b54094d17c5ccec8d893b9b4ec67c17aa9f8324e
Pickles: pairing acc (#5119) * predecessor work * endo stuff * add ppx version * version domain * timer * "impls" and a few utility functions * time functiong * reformat * verification key * clean up * cache stuff * functionality related to the sponge * the "inputs" files * Remove repeated functor parameter * fix bug * bump snarky * ro * pairing acc * add checked version Co-authored-by: mrmr1993 <[email protected]>
commit sha 2d2bbf561b66b5a080e483b92cbe324a2652161c
Pickles: dlog main functions (#5121) * predecessor work * endo stuff * add ppx version * version domain * timer * "impls" and a few utility functions * time functiong * reformat * verification key * clean up * cache stuff * functionality related to the sponge * the "inputs" files * Remove repeated functor parameter * fix bug * bump snarky * ro * pairing acc * add checked version * dlog main Co-authored-by: mrmr1993 <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
commit sha d5f9bac06434fb00cc71c23768e784d34dd56831
Pickles: pairing main functions (#5122) * predecessor work * endo stuff * add ppx version * version domain * timer * "impls" and a few utility functions * time functiong * reformat * verification key * clean up * cache stuff * functionality related to the sponge * the "inputs" files * Remove repeated functor parameter * fix bug * bump snarky * ro * pairing acc * add checked version * dlog main * pairing main functions Co-authored-by: mrmr1993 <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
commit sha 337b263d5fa5b46c3bade8380ba2cd9f5f5d4062
error message for duplicate account (#5110) * duplicate account error message * add 'not' Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Paul Steckler <[email protected]> Co-authored-by: Matthew Ryan <[email protected]>
commit sha 19bb3781744283fb8ca642cec8b05b32967ef56c
Website/Leaderboard - Implemented radio buttons for filtering (#5046) * added radio buttons * moved placement of radio buttons * Added docs and fix to filter metrics * minor css fixes * css fixes and renamed filter to toggle to match figma scheme * added key param * added toggle button file * reformat Co-authored-by: Carey Janecka <[email protected]>
commit sha e053b14793ce464332622a85e52ef4811287b4ce
Buildkite client sdk (#5067)
commit sha 31ce2479e3d8605b9f3783d955ee0075fc6f00ab
update expected local agent google-sdk search path
commit sha 6df7df67e9aacfb8db36a8dba8c7b3479dc4a086
Changed how snark fees are calculated to match the fact they are nano values in blocks (#5135) * Added docs and fix to filter metrics * changed the snark fees collected to match nano val * Added function to do conversion and round fairly * changed convertNanoToBase to use pipe first
commit sha 3df92ec5cfc84895d0005d127e70aac85c8dfd24
Pickles: plumbing (#5123) * predecessor work * endo stuff * add ppx version * version domain * timer * "impls" and a few utility functions * time functiong * reformat * verification key * clean up * cache stuff * functionality related to the sponge * the "inputs" files * Remove repeated functor parameter * fix bug * bump snarky * ro * pairing acc * add checked version * dlog main * pairing main functions * some plumbing types * IR comment * reformat * reformat, tweak comment Co-authored-by: mrmr1993 <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
push time in 2 months
push eventCodaProtocol/coda
commit sha 8d4d0d56eb8c0ae03c4b4022bd24f08a1cbb6672
hotfix: add coda user agent to libp2p host, change mplex version number
push time in 2 months
Pull request review commentCodaProtocol/coda
Rosetta/test build rosetta dockerfile in ci
esac echo "Publishing debs: ${DEBS}" set -x ${DEBS3} --codename "${CODENAME}" "${DEBS}"+set +x echo "Exporting Variables: "-# Export Variables for Downstream Steps++GITHASH=$(git rev-parse --short=7 HEAD)
we've had that number get out of sync before too
comment created time in 2 months
created tagCodaProtocol/coda
Coda is a new cryptocurrency with a constant size blockchain, improving scaling while maintaining decentralization and security.
created time in 2 months
push eventCodaProtocol/coda-automation
commit sha e369a90ef2e4f5b440e20a9420c0660167fdc5f2
Replace ipfs IDs to p2p ones This is needed for compatibility with CodaProtocol/coda#5532
commit sha 412485eafab0f05674f14a7da801758bf62dbb1a
fix-aws-policydoc Fix aws policydoc here to match the deployed one
commit sha b97328570b798c894a4b2979f9a98de29668bac1
fix-aws-policydoc Add wildcard resource in case it comes in handy later, if it doesnt then aws will disregard
commit sha 6be857c1bfbcec069f77af3bf705a39175c3c80c
fix-aws-policydoc Add DeleteObject
commit sha 269d6bfdcba0cbdcb56145fb855eeba6b62010f1
update snark coordinator flag and incr cpu
commit sha b78a72a42ac1c5f779ac147ce7205d51742a73a4
fix snark coordinator daemon config
commit sha a49b8137bc877b48ccfcee0ae453a76aa7790410
Merge remote-tracking branch 'origin/master' into fix-aws-policydoc
commit sha b91ef14a95736690f29e532f9be59726c4f65c3e
fix-aws-policydoc Fix policydoc format w/ delete and a bucket wildcard
commit sha 841260415ce4ce9764d2d000f7cf329f7ab45d3a
increase node diskspace (50gb -> 500gb) and ephemeral storage to 50gb for (x)large agents
commit sha 42b3e035ebd54d14c66f000be5dbddd1ea58a8f6
Merge remote-tracking branch 'origin/master' into feature/ipfs-to-p2p
commit sha fdce3b87baac856cc05ff9c20e965e34f16c2472
Merge pull request #407 from CodaProtocol/feature/ipfs-to-p2p Replace ipfs IDs with p2p ones
commit sha a1baeed0bf577ea18a5324e9832439929d7ecfbf
Merge remote-tracking branch 'origin/master' into fix-aws-policydoc
commit sha d01e7d97edbcb22a24620e69a189bfa28cc272b9
Merge pull request #415 from CodaProtocol/ephemeral_storage_updates increase node diskspace (50gb -> 500gb) and ephemeral storage to 50gb for (x)large agents
commit sha a4ae4f18e928275c15ea135a08d06b4f9bb5789f
Merge remote-tracking branch 'origin/master' into fix-aws-policydoc
commit sha a6f6c13aa56e39cb8359049ac55c75f71c4af0ab
add S3PutObjectAcl action to agent policydoc and remove resource glob pattern match
commit sha 1c6278ffbf0d0c9f4fed26ea6b66d6eda198b9d8
update buildkite agent GCS access policy provisioning logic
commit sha 06b8c06ea00ee45cae7c19e0516147f409b86079
fix agent module bucket iam binding object reference
commit sha 0e1a7d5403c2087f6e4e985a3c322a47ff89e1f8
Merge pull request #418 from CodaProtocol/fix_gcs_apply_perms add buildkite agent GCS access policy provisioning logic
commit sha 46318173fc0529db6e89015fe2b7627227e11901
fix-aws-policydoc Remove trailing comma
commit sha 660427b152bfbef0df27d1347649b14199d2bea5
Merge pull request #412 from CodaProtocol/fix-aws-policydoc Fix aws policydoc
push time in 2 months
created tagCodaProtocol/coda
Coda is a new cryptocurrency with a constant size blockchain, improving scaling while maintaining decentralization and security.
created time in 2 months
push eventCodaProtocol/coda-automation
commit sha a00e4602e8d9b711c2bf60a7ad1454f209fbad26
tokenland
push time in 2 months
created tagCodaProtocol/coda
Coda is a new cryptocurrency with a constant size blockchain, improving scaling while maintaining decentralization and security.
created time in 2 months
created tagCodaProtocol/coda
Coda is a new cryptocurrency with a constant size blockchain, improving scaling while maintaining decentralization and security.
created time in 2 months
push eventCodaProtocol/coda
commit sha d28db9e5deb1b6322129045d7bf9a18675e11b31
rosetta/dockerfile Add new dockerfile to build from scratch for rosetta, set up in stages so that individual stages can be used elsewhere in CI
commit sha 8a21b086a43b87f2d96adc5aa9d0b45d887a9ca1
rosetta/dockerfile Add file contents
commit sha c3ff04ef4345027976648eda3679c9c05cd5e4e4
rosetta/dockerfile Update dockerfile to use this branch and add new build-rosetta script
commit sha e249f0d1e1a8833c610f24033ec885cdb9685ff4
rosetta/dockerfile Update dockerfile to remove unused pieces and simplify CODA_DIR
commit sha fddff49ed3c2b583a4956ce1308615dd4ae06a16
rosetta/dockerfile simplify build-everything-rosetta to focus on the coda binary, refacotring out any /tmp/artifacts work from buildkite/scripts/build-artifacts.sh
commit sha 36f2d8d46e24f9fd163b4be40416fc6e4ce4f1f4
rosetta/dockerfile stop using build all script and manually specify build steps in docker for more layers and more visbility, simplify libp2p build, move more constants to earlier in the process
commit sha 94709aaf2864289c8c053e03c6792664622fd6b8
rosetta/dockerfile Remove build-everything script and further optimize the final build layers before the prod stage is added
commit sha 285d032b0daa6821ed939b7556417e1690b68663
rosetta/dockerfile Fix rm commands used to free up more build deps from this image in case it becomes useful in CI
commit sha 1bea3060c38ccce59ed3417b07755d8313ad15e1
rosetta/dockerfile Cut image size in half by removing most of _build
commit sha 4f3e7807633a38c37354c65bf57475205dcd78cf
rosetta/dockerfile Reformat plus final fixes and polish before combining into a final production stage with binaries and postgres
commit sha 361458f5acd7ab34204cb7b707ff8b316bdb95f5
rosetta/dockerfile Update start script for rosetta to support docker env
commit sha b8448b77f05cbea453ab11490b2a9f5ccd5cf835
Merge remote-tracking branch 'origin/develop' into rosetta/dockerfile
commit sha 82ab392cf3d01268a425a77fcf4c3c30a7535b1e
rosetta/dockerfile Pull the latest changes including circle-ci
commit sha 1f56a08320b91ccc57a07343e525eaf24c220977
rosetta/dockerfile Separate out opam install for uri
commit sha a81f35239028cba6ac9d59f50cb948501df4f3fc
rosetta/dockerfile Reset scripts back to original setup and avoid using run-demo.sh in docker
commit sha a1cec113ce0ec9bfae206defb08d068f68346bae
rosetta/dockerfile move opamyes
commit sha b6980c4cec3c0a119f68f73e61ab35f98b0e56b2
Merge remote-tracking branch 'origin/develop' into rosetta/dockerfile
commit sha 31bee0cd00499c1822065cfe28b3d97a15afa8cb
rosetta/dockerfile Update submodules
commit sha cf3f55dabb80087016fba2609ca1aa48d616df83
rosetta/dockerfile Fix submodules to match develop
commit sha 07567fd07ff456dfbe43453f26d9f67755aa0ac0
rosetta/dockerfile Fix submodules to match develop
push time in 2 months
issue closedCodaProtocol/coda
☠ Coda Daemon crash tracebacks don't get put in json
production logging using json won't capture the crash tracebacks.
closed time in 2 months
jkrauskaissue commentCodaProtocol/coda
☠ Coda Daemon crash tracebacks don't get put in json
this has been fixed
comment created time in 2 months