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

Feat: retry handle message #72

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 20, 2022

  1. add cap as storage service to eth_proxy

    Federico authored and Federico committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    6b969be View commit details
    Browse the repository at this point in the history
  2. add cap storage service for claimable message on dip20_proxy

    Federico authored and Federico committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    b609899 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. upgrade cap_cdk and use insert_sync on eth_proxy

    Federico authored and Federico committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    05942ac View commit details
    Browse the repository at this point in the history
  2. upgrade cap_cdk and use insert_sync on dip20_proxy

    Federico authored and Federico committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0d16aac View commit details
    Browse the repository at this point in the history
  3. rename trait ToEvent to ToCapEvent

    Federico authored and Federico committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d618c7d View commit details
    Browse the repository at this point in the history
  4. remove claimable_assets candid methods from dip20_proxy

    Federico authored and Federico committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d769dba View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. use archive() fn on upgrade

    Federico authored and Federico committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    f9450c4 View commit details
    Browse the repository at this point in the history
  2. use archive() fn on upgrade eth_proxy

    Federico authored and Federico committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    db17315 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. eth_proxy: add caller to claimable message

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c19a962 View commit details
    Browse the repository at this point in the history
  2. dip20_proxy: add caller to claimable message

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    69c0b08 View commit details
    Browse the repository at this point in the history
  3. add eth_contract_address to withdraw payload

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    f6cc64c View commit details
    Browse the repository at this point in the history
  4. add claimable_asset in withdraw for dip20_proxy

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    bb5b837 View commit details
    Browse the repository at this point in the history
  5. add claimable_asset in withdraw for eth_proxy

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    3281179 View commit details
    Browse the repository at this point in the history
  6. use eth address as principal to keep balance

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    cebc5e8 View commit details
    Browse the repository at this point in the history
  7. return Ok(balance) on eth_proxy.withdraw

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    230b663 View commit details
    Browse the repository at this point in the history
  8. add withdrawable struct to eth_proxy

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b7fa4ce View commit details
    Browse the repository at this point in the history
  9. add withdrawable struct to dip20_proxy

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b56a20c View commit details
    Browse the repository at this point in the history
  10. remove token_id from withdrawable balance on eth_proxy

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    9f82039 View commit details
    Browse the repository at this point in the history
  11. Fix typo TokendId -> TokenId

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    eca1bfa View commit details
    Browse the repository at this point in the history
  12. dip20_proxy: replace Vec for hashmap to store usertx

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5af4f7e View commit details
    Browse the repository at this point in the history
  13. eth_proxy: replace Vec for hashmap to store usertx

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    a810f52 View commit details
    Browse the repository at this point in the history
  14. dip20_proxy: add operation failure on burn and withdraw

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    1889726 View commit details
    Browse the repository at this point in the history
  15. eth_proxy: add operation failure on burn and withdraw

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c933397 View commit details
    Browse the repository at this point in the history
  16. dip20_proxy: refactor pending balance logic

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    ec846e3 View commit details
    Browse the repository at this point in the history
  17. eth_proxy: refactor pending balance logic

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c312ecf View commit details
    Browse the repository at this point in the history
  18. add caller to claimable message on withdraw

    Federico authored and Federico committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    44d66f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. chore: out going message store (#38)

    * add max limit to remove_messages
    
    * add outgoing messages max limit
    
    * increase MAX_REMOVE_MESSAGES upto 10_000
    
    * add payload size validation to inspect_message
    
    * remove MAX_REMOVE_MSG limit
    fcavazzoli authored and Federico committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    8f32e39 View commit details
    Browse the repository at this point in the history
  2. add account contract (#68)

    fcavazzoli authored and Federico committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0f3e67e View commit details
    Browse the repository at this point in the history
  3. starknet: increase max fee (#70)

    fcavazzoli authored and Federico committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    a2d95dc View commit details
    Browse the repository at this point in the history
  4. core: add nonce_exist candid method

    Federico authored and Federico committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    8342d37 View commit details
    Browse the repository at this point in the history
  5. dip20_proxy: add message_exist candid method query

    Federico authored and Federico committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f674f32 View commit details
    Browse the repository at this point in the history
  6. dip20_proxy: update candid file

    Federico authored and Federico committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    756fbf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. solve master conflicts

    Federico authored and Federico committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    0b896dd View commit details
    Browse the repository at this point in the history
  2. fix upgrade with Option<>

    Federico authored and Federico committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    91b35b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. resolve merge conflict

    Federico authored and Federico committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    fbc0b7f View commit details
    Browse the repository at this point in the history