Code Monkey home page Code Monkey logo

aztec-2-bug-bounty's Introduction

THIS IS AN OLD BOUNTY PROGRAM, see the updated code and program here:
https://github.com/AztecProtocol/aztec-connect

https://immunefi.com/bounty/aztecnetwork/

Aztec 2 Bug Bounty

This repo includes a snapshot of the Aztec 2 code base that is being used in the upcoming main-net launch of our ZkZkRollup.

We invite all interested parties to read / tinker and use the code. If any bugs are found please report issues responsibly via email to [email protected].

Important files

  1. contracts/RollupProcessor.sol
  2. contracts/verifier/TurboVerifier.sol
  3. barrentenberg/src/aztec/rollup/proofs/*

A draft protocol specification can be found below, and will be updated to be more detailed over the coming days.

https://hackmd.io/@aztec-network/ByzgNxBfd

** Some bugs have already been fixed. See https://github.com/AztecProtocol/barretenberg for description of these fixes and updated code **

aztec-2-bug-bounty's People

Contributors

arielgabizon avatar joeandrews avatar zac-williamson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

aztec-2-bug-bounty's Issues

Barretenberg library build problem

There are some problems with building a library Barretenberg. I run the "./bootstrap.sh" as described in the build instruction and received several CMake's build problems. Full log are here - CMakeBuildProblem.log
Seems that the problem is that several directories and files don't exist in repository. Missing directories and files are:

  1. barretenberg/src/aztec/crypto/ecdsa
  2. barretenberg/cmake/build.cmake
  3. barretenberg/src/aztec/stdlib/hash/mimc
  4. barretenberg/src/aztec/stdlib/encryption/ecdsa
  5. barretenberg/src/aztec/noir

If I update CMakeLists files with problems (just by deleting the lines where the error occurs) I will receive several C++ build problem. Full log are here - C++BuildProblem.log. Seem that the problem occurred due to missing cpp-header files. E.g. barretenberg/src/aztec/plonk/proof_system/types/program_settings.hpp try to include barretenberg/src/aztec/plonk/proof_system/widgets/transition_widgets/mimc_widget.hpp (which does not exist) and we receive an error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.