Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golos.worker implementation #1

Merged
merged 51 commits into from Dec 10, 2018
Merged

golos.worker implementation #1

merged 51 commits into from Dec 10, 2018

Commits on Oct 22, 2018

  1. Initial commit

    Denis Vashchuk committed Oct 22, 2018
    Copy the full SHA
    745a8f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Review fixes

    Denis Vashchuk committed Oct 25, 2018
    Copy the full SHA
    1b6732e View commit details
    Browse the repository at this point in the history
  2. Remove a flag final in poststatus aciton. Remove unneeded state in pr…

    …oposal_t
    Denis Vashchuk committed Oct 25, 2018
    Copy the full SHA
    1a16158 View commit details
    Browse the repository at this point in the history
  3. Add transfer_args

    Denis Vashchuk committed Oct 25, 2018
    Copy the full SHA
    d3537ae View commit details
    Browse the repository at this point in the history
  4. Refactor transfer_args

    Denis Vashchuk committed Oct 25, 2018
    Copy the full SHA
    f0b18a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Add payment_interval

    Denis Vashchuk committed Oct 27, 2018
    Copy the full SHA
    611597e View commit details
    Browse the repository at this point in the history
  2. add ability to revote

    Denis Vashchuk committed Oct 27, 2018
    Copy the full SHA
    4b78d05 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Copy the full SHA
    f9d93a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Copy the full SHA
    f36aa03 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Copy the full SHA
    64d5fdf View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. remove get_proposals()

    Denis Vashchuk committed Nov 21, 2018
    Copy the full SHA
    716cb8c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Switch to eosio.cdt 1.4

    Denis Vashchuk committed Nov 22, 2018
    Copy the full SHA
    9c022dd View commit details
    Browse the repository at this point in the history
  2. Refactor tables

    Denis Vashchuk committed Nov 22, 2018
    Copy the full SHA
    d6c7051 View commit details
    Browse the repository at this point in the history
  3. Refactor indexes names

    Denis Vashchuk committed Nov 22, 2018
    Copy the full SHA
    74a513b View commit details
    Browse the repository at this point in the history
  4. Initial testing code

    Denis Vashchuk committed Nov 22, 2018
    Copy the full SHA
    53d9ebf View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. Fix template issues

    Denis Vashchuk committed Nov 23, 2018
    Copy the full SHA
    009a1b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2018

  1. Add golos.worker_tests.cpp

    Denis Vashchuk committed Nov 24, 2018
    Copy the full SHA
    276377a View commit details
    Browse the repository at this point in the history
  2. Add abi generation

    Denis Vashchuk committed Nov 24, 2018
    Copy the full SHA
    8c4b3aa View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Add tester::worker_contract, tester::token_contract

    Denis Vashchuk committed Nov 29, 2018
    Copy the full SHA
    4ec9336 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Add ux_flow_1 test

    Denis Vashchuk committed Nov 30, 2018
    Copy the full SHA
    8222993 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Fix aggregated structes initialization

    Denis Vashchuk committed Dec 2, 2018
    Copy the full SHA
    1e10c76 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Fix ram payer account in golos.worker::transfer

    Denis Vashchuk committed Dec 3, 2018
    Copy the full SHA
    4404a3d View commit details
    Browse the repository at this point in the history
  2. Finish 1st UX flow test

    Denis Vashchuk committed Dec 3, 2018
    Copy the full SHA
    08611dd View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Add sponsored_fund test

    Denis Vashchuk committed Dec 4, 2018
    Copy the full SHA
    c94f4d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Add developed_feature unit test

    Denis Vashchuk committed Dec 6, 2018
    Copy the full SHA
    74c12a2 View commit details
    Browse the repository at this point in the history
  2. Test few proposals

    Denis Vashchuk committed Dec 6, 2018
    Copy the full SHA
    0b30dd4 View commit details
    Browse the repository at this point in the history
  3. Add vote_t::id

    Denis Vashchuk committed Dec 6, 2018
    Copy the full SHA
    97a343a View commit details
    Browse the repository at this point in the history
  4. Add revoting

    Denis Vashchuk committed Dec 6, 2018
    Copy the full SHA
    2fdcd19 View commit details
    Browse the repository at this point in the history
  5. update submodule

    Denis Vashchuk committed Dec 6, 2018
    Copy the full SHA
    b21b967 View commit details
    Browse the repository at this point in the history
  6. update readme.md

    Denis Vashchuk committed Dec 6, 2018
    Copy the full SHA
    f752839 View commit details
    Browse the repository at this point in the history
  7. Add cancel work tests

    Denis Vashchuk committed Dec 6, 2018
    Copy the full SHA
    38a0487 View commit details
    Browse the repository at this point in the history
  8. Add technical specificaition application CUD test

    Denis Vashchuk committed Dec 6, 2018
    Copy the full SHA
    21c86fd View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Use autoincrement for vote.id

    Denis Vashchuk committed Dec 7, 2018
    Copy the full SHA
    9e5db2b View commit details
    Browse the repository at this point in the history
  2. Check proposal_t::state at addtspec, deltspec

    Denis Vashchuk committed Dec 7, 2018
    Copy the full SHA
    a95b923 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. Review fixes. Remove a technical specification duplicate in the propo…

    …sal_t::tspec. Remove unused headers.
    Denis Vashchuk committed Dec 8, 2018
    Copy the full SHA
    a24bfcb View commit details
    Browse the repository at this point in the history
  2. add remove all comments

    Denis Vashchuk committed Dec 8, 2018
    Copy the full SHA
    6f7901a View commit details
    Browse the repository at this point in the history
  3. Delete all comments and votes assigned to the proposal

    Denis Vashchuk committed Dec 8, 2018
    Copy the full SHA
    7ae80a1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    eb6756f View commit details
    Browse the repository at this point in the history
  5. Delete all technical specifications

    Denis Vashchuk committed Dec 8, 2018
    Copy the full SHA
    531abf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Fix proposal_t serialization. Add state checking

    Denis Vashchuk committed Dec 9, 2018
    Copy the full SHA
    48682be View commit details
    Browse the repository at this point in the history
  2. Extend proposal_CUD test

    Denis Vashchuk committed Dec 9, 2018
    Copy the full SHA
    1e4b3f1 View commit details
    Browse the repository at this point in the history
  3. Check the tspecs table rows in the technical specification applicatio…

    …ns CUD test
    Denis Vashchuk committed Dec 9, 2018
    Copy the full SHA
    7b3d3ef View commit details
    Browse the repository at this point in the history
  4. Check proposalsc table in the comment CUD test

    Denis Vashchuk committed Dec 9, 2018
    Copy the full SHA
    c58ad9f View commit details
    Browse the repository at this point in the history
  5. Expect STATE_CLOSE in the closed tests

    Denis Vashchuk committed Dec 9, 2018
    Copy the full SHA
    c2fc87c View commit details
    Browse the repository at this point in the history
  6. Check proposal state to the application_fund test

    Denis Vashchuk committed Dec 9, 2018
    Copy the full SHA
    4ec824c View commit details
    Browse the repository at this point in the history
  7. Check proposal state in the sponsored_fund test

    Denis Vashchuk committed Dec 9, 2018
    Copy the full SHA
    982586d View commit details
    Browse the repository at this point in the history
  8. Check proposal state in the developed_feature test

    Denis Vashchuk committed Dec 9, 2018
    Copy the full SHA
    f233cb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Require equal fund quantity to app fund supply

    Denis Vashchuk committed Dec 10, 2018
    Copy the full SHA
    aa4ae71 View commit details
    Browse the repository at this point in the history
  2. Check fund states

    Denis Vashchuk committed Dec 10, 2018
    Copy the full SHA
    f11899a View commit details
    Browse the repository at this point in the history
  3. Add proposal_removal test

    Denis Vashchuk committed Dec 10, 2018
    Copy the full SHA
    ed0b90e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    92dfb81 View commit details
    Browse the repository at this point in the history