Skip to content

Commit

Permalink
Merge pull request #2 from aave/update-1
Browse files Browse the repository at this point in the history
code refactoring
  • Loading branch information
mpsc0x authored Aug 23, 2024
2 parents 52a4fc9 + 5adf602 commit 78738da
Show file tree
Hide file tree
Showing 174 changed files with 19,357 additions and 9,633 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -409,4 +409,4 @@ clean-all:

# fmt & lint all directories
fmt-all:
movefmt --config-path=./movefmt.toml --emit "files" -v
movefmt --config-path=./movefmt.toml --emit "overwrite" -v
2 changes: 1 addition & 1 deletion aave-core/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aave_pool = '_'
[dev-addresses]

[dependencies]
AptosFramework = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/aptos-framework/", rev = "main" }
AptosFramework = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/aptos-framework/", rev = "mainnet" }
AaveAcl = { local = "./aave-acl" }
AaveConfig = { local = "./aave-config" }
AaveMath = { local = "./aave-math" }
Expand Down
2 changes: 1 addition & 1 deletion aave-core/aave-acl/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ aave_acl = '_'
[dev-addresses]

[dependencies]
AptosFramework = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/aptos-framework/", rev = "main" }
AptosFramework = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/aptos-framework/", rev = "mainnet" }

[dev-dependencies]
527 changes: 352 additions & 175 deletions aave-core/aave-acl/doc/acl_manage.md

Large diffs are not rendered by default.

Loading

0 comments on commit 78738da

Please sign in to comment.