Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Solratic/decodex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.4
Choose a base ref
...
head repository: Solratic/decodex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.5
Choose a head ref
  • 4 commits
  • 13 files changed
  • 1 contributor

Commits on Sep 11, 2023

  1. - feat(translate.py): add support for ContractCreation action type

    - feat(action_type.py): add ContractCreation action type
    - feat(base.py): add base Action class and EventHandleFunc type
    - feat(tx_type.py): update actions field in TaggedTx to accept List[Action]
    alan890104 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c2a1fe1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. - fix(installer.py): add logic to check if file already exists and is…

    … up to date before downloading
    
    - chore(installer.py): add support for saving checksum of downloaded file
    alan890104 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e5c8738 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. feat: add auto installation

    - feat(decodex): add support for downloading tags and signatures for Ethereum chain
    - Add installer module with download_github_file function
    - Add constant module with DECODEX_DIR constant
    - Add download_github_file function to download tags and signatures for Ethereum chain
    - Add callbacks module with BaseBeforeCallback, BasePostCallback, GithubRawBeforeCallback, GithubLFSBeforeCallback, GzipPostCallback, and ChecksumPostCallback classes
    - Add utils module with get_github_url, get_github_api_url, and get_github_rawfile_url functions
    - Update __init__.py to import installer module and constant module
    - Update __main__.py to import download_github_file function from decodex.installer module
    - Update cli function in __main__.py to add download command with chain argument and verify-ssl option
    - Add clean command to remove downloaded tags and signatures for a chain
    alan890104 committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    df8187a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from Solratic/feature/checksum

    Feature/checksum
    alan890104 authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    0760217 View commit details
    Browse the repository at this point in the history
Loading