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: ERC725Alliance/ERC725
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7234484ba362a9ab67ca0296d1a6d8eeea207b2a
Choose a base ref
...
head repository: ERC725Alliance/ERC725
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4a95fcdf2a76152936cdbd248ea789a5050ecbc0
Choose a head ref
  • 18 commits
  • 11 files changed
  • 3 contributors

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    6b4fd21 View commit details
    Browse the repository at this point in the history
  2. Edited the tests

    YamenMerhi committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    3c66a04 View commit details
    Browse the repository at this point in the history
  3. Edited the docs

    YamenMerhi committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    fa28310 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. setData + getData Changes

    YamenMerhi committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    c7b55c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    923efd6 View commit details
    Browse the repository at this point in the history
  3. Edited the docs

    YamenMerhi committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    cca7f98 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Edited ERC725Y

    YamenMerhi committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    3b25d44 View commit details
    Browse the repository at this point in the history
  2. Added Tests

    YamenMerhi committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    c1ca57e View commit details
    Browse the repository at this point in the history
  3. Edited docs

    YamenMerhi committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    942bafb View commit details
    Browse the repository at this point in the history
  4. Update ERC-725.md

    YamenMerhi authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    c0a21ed View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Update ERC-725.md

    YamenMerhi authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    8db14e4 View commit details
    Browse the repository at this point in the history
  2. Update ERC-725.md

    YamenMerhi authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    cd5cd34 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #53 from YamenMerhi/master

    setData + getData functions
    frozeman authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    33ca829 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Update ERC-725.md

    YamenMerhi authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    47cf0b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Update ERC-725.md

    YamenMerhi authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    45439e4 View commit details
    Browse the repository at this point in the history
  2. Edit internal functions

    YamenMerhi authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    eccada3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Merge pull request #54 from YamenMerhi/master

    Update ERC-725.md
    frozeman authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    96f2e45 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. fix: ERC725X and ERC725Y inherit Ownable first

    this solves a solc compile error `TypeError: Linearization of inheritance graph impossible` by inheriting the "most base-like" contracts first to prevent errors from inheriting contract. See a similar fix here OpenZeppelin/openzeppelin-contracts#1128
    mattgstevens committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    4a95fcd View commit details
    Browse the repository at this point in the history
Loading