Hi all. Grate on the launch. I’ve already started hacking in new stuff
Please check out https://github.com/matter-labs/zinc
Hello~ Is the Redshift zk proof open sourced, or will it be open sourced in the future? Thank you
Find it. https://github.com/matter-labs/bellman/tree/recursive_plonk/src/redshift
error: aborting due to 127 previous errors; 16 warnings emitted
Some errors have detailed explanations: E0277, E0698.
For more information about an error, try rustc --explain E0277
.
error: could not compile zksync_storage
To learn more, run the command again with --verbose.
Error: Child process exited with code 101
error: error returned from database: database "plasma" does not exist
--> core/lib/storage/src/chain/operations/mod.rs:286:21
|
286 | sqlx::query!("SELECT max(id) from pending_withdrawals",)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error: error returned from database: database "plasma" does not exist
--> core/lib/storage/src/chain/operations/mod.rs:295:9
|
295 | / sqlx::query!(
296 | | "INSERT INTO pending_withdrawals (id, withdrawal_hash)
297 | | VALUES ($1, $2)
298 | | ON CONFLICT (id)
... |
302 | | hash.as_ref().tovec(),
303 | | )
| |__^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
and facing following error:
error[E0432]: unresolved imports proc_macro
, getrandom
--> /Users/leoanbarasanm/.cargo/registry/src/github.com-1ecc6299db9ec823/const-random-macro-0.1.11/src/lib.rs:2:5
|
1 | use getrandom;
| ^^^^^^^^^
2 | use proc_macro::*;
| ^^^^^^^^^^ use of undeclared type or module proc_macro
error[E0433]: failed to resolve: use of undeclared type or module TokenTree
--> /Users/leoanbarasanm/.cargo/registry/src/github.com-1ecc6299db9ec823/const-random-macro-0.1.11/src/lib.rs:17:5
|
17 | TokenTree::from(Ident::new(ident, Span::call_site())).into()
| ^^^^^^^^^ use of undeclared type or module TokenTree
error[E0433]: failed to resolve: use of undeclared type or module Ident
--> /Users/leoanbarasanm/.cargo/registry/src/github.com-1ecc6299db9ec823/const-random-macro-0.1.11/src/lib.rs:17:21
|
17 | TokenTree::from(Ident::new(ident, Span::call_site())).into()
| ^^^^^ use of undeclared type or module Ident
error[E0433]: failed to resolve: use of undeclared type or module Span
--> /Users/leoanbarasanm/.cargo/registry/src/github.com-1ecc6299db9ec823/const-random-macro-0.1.11/src/lib.rs:17:39
|
17 | TokenTree::from(Ident::new(ident, Span::call_site())).into()
| ^^^^ use of undeclared type or module Span
error[E0433]: failed to resolve: use of undeclared type or module TokenTree
--> /Users/leoanbarasanm/.cargo/registry/src/github.com-1ecc6299db9ec823/const-random-macro-0.1.11/src/lib.rs:23:17
|
23 | "u8" => TokenTree::from(Literal::u8_suffixed(gen_random())).into(),
| ^^^^^^^^^ use of undeclared type or module TokenTree
error[E0433]: failed to resolve: use of undeclared type or module Literal
--> /Users/leoanbarasanm/.cargo/registry/src/github.com-1ecc6299db9ec823/const-random-macro-0.1.11/src/lib.rs:23:33
|
23 | "u8" => TokenTree::from(Literal::u8_suffixed(gen_random())).into(),
| ^^^^^^^ use of undeclared type or module Literal
error[E0433]: failed to resolve: use of undeclared type or module TokenTree
--> /Users/leoanbarasanm/.cargo/registry/src/github.com-1ecc6299db9ec823/const-random-macro-0.1.11/src/lib.rs:24:18
|
24 | "u16" => TokenTree::from(Literal::u16_suffixed(gen_random())).into(),
| ^^^^^^^^^ use of undeclared type or module TokenTree
error[E0433]: failed to resolve: use of undeclared type or module Literal
--> /Users/leoanbarasanm/.cargo/registry/src/github.com-1ecc6299db9ec823/const-random-macro-0.1.11/src/lib.rs:24:34
|
24 | "u16" => TokenTree::from(Literal::u16_suffixed(gen_random())).into(),
| ^^^^^^^ use of undeclared type or module Literal