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

[EVM] Bridged account balance function #5098

Merged
merged 18 commits into from
Dec 11, 2023
Merged

Commits on Dec 1, 2023

  1. add contract balance

    sideninja committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e6627e7 View commit details
    Browse the repository at this point in the history
  2. add balance to address

    sideninja committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    bcb30ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1de70a8 View commit details
    Browse the repository at this point in the history
  4. use ufix value directly

    sideninja committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c739bcb View commit details
    Browse the repository at this point in the history
  5. add test for balance

    sideninja committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    9611186 View commit details
    Browse the repository at this point in the history
  6. add access modifier

    sideninja committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    239dad3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e2db9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a75b6d View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/janez/unify-core-contracts' into…

    … gregor/evm/account-get-balance
    
    # Conflicts:
    #	fvm/fvm_bench_test.go
    #	fvm/fvm_test.go
    #	fvm/transactionInvoker.go
    #	go.mod
    #	integration/go.mod
    #	integration/go.sum
    sideninja committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    41acbfa View commit details
    Browse the repository at this point in the history
  10. resolve merge

    sideninja committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    93daaf4 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. return balance type

    sideninja committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    999c677 View commit details
    Browse the repository at this point in the history
  2. add comment

    sideninja committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    02299b6 View commit details
    Browse the repository at this point in the history
  3. tidy

    sideninja committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c47cd13 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into gregor/evm/account-get-balance

    # Conflicts:
    #	fvm/fvm_bench_test.go
    #	fvm/fvm_test.go
    #	fvm/transactionInvoker.go
    #	integration/go.mod
    #	integration/go.sum
    sideninja committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    bf4b74b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20d26ce View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. fix variable dec

    sideninja committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4472290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d1fc80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    074d623 View commit details
    Browse the repository at this point in the history