mdhackmdkakao

@mdhackmdkakao

Joined on Sep 7, 2019

  • What is Ethcon Korea 2023? Ethcon Korea 2023 is not just a hackathon. It's the beating heart of our vibrant community, a collective pursuit of innovation where every mind, every idea counts. With a $79 ticket, you get a lot more than just an event pass. Your $79 Ethcon Ticket Your Ethcon ticket is similar to a deposit. Instead of simply covering the cost of participation, the $79 goes directly into the Quadratic Funding (QF) prize pool. This pool represents a collective effort, where every participant's contribution helps shape the event's outcome. Quadratic Funding: The Power of Your Vote With Quadratic Funding, you have a say in the distribution of the prize pool. Each participant gets to vote on the projects they find most impactful, adding a democratic layer to the hackathon. Potential Returns: More Than Just Money
     Like  Bookmark
  • manual: Bump the version automated: Publish package(s) to NPM Bump the version Maintainer bump the version of sub-package(s). Versioning should follow semver. Method lerna version is handy tool to bump sub-pakcage(s)
     Like  Bookmark
  • target packages contracts subgraph Scenario Regular release cycle Create PR; /dev branch into /main branch
     Like  Bookmark
  • Contracts package When pull reqeust opened or code is pushed to a specific branch (main, dev) or any tags are pushed, it triggers GitHub Actions. Then GitHub Actions runs three parallel CI jobs to get the test result early as possible. The tests are: Unit test and linting QV test QF test Coverage Every code pushed to main branch trigger to generate code coverage.
     Like  Bookmark
  • QFI Repository CI pipeline of QFI with linting and testing will be shipped step by step; considering the current repository status. It is intended to adopt earlier as possible to prevent accumulated errors which are cumbersome to fix it. Contracts package CI Flow Current Status Lint fails in Solidity codes Lint fails in Typescript codes
     Like  Bookmark