Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Auto calculate fee #330

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
34c8d50
feat: start refactor
ericnordelo Nov 30, 2022
e8a2251
feat: add simulate to Transaction
ericnordelo Dec 1, 2022
a4b7d51
feat: finish refactor v0.0.1
ericnordelo Dec 1, 2022
b57e36c
feat: improve estimate_fee output
ericnordelo Dec 1, 2022
10da1a3
feat: work on tests
ericnordelo Dec 4, 2022
2f731cb
Merge branch 'main' of github.com:OpenZeppelin/nile into feat/add-que…
ericnordelo Dec 14, 2022
fdabba5
feat: separate transaction into subclasses
ericnordelo Dec 14, 2022
b43f497
feat: add new files
ericnordelo Dec 14, 2022
384c09d
feat: refactor existing tests
ericnordelo Dec 15, 2022
6410397
feat: linter and format
ericnordelo Dec 15, 2022
fbf17a7
refactor: improve utils structure
ericnordelo Dec 15, 2022
6c8b7f1
feat: revert file reorganization
ericnordelo Dec 16, 2022
d940ed2
feat: format files
ericnordelo Dec 16, 2022
168ee30
feat: add files
ericnordelo Dec 16, 2022
7086dee
Merge branch 'main' of github.com:OpenZeppelin/nile into feat/add-que…
ericnordelo Dec 16, 2022
dbf7823
feat: delete debug
ericnordelo Dec 16, 2022
0ef1828
feat: add 100 percent coverage to transactions
ericnordelo Dec 21, 2022
d69d36a
fix: linter
ericnordelo Dec 21, 2022
bd6ce38
feat: add coverage to tx wrappers
ericnordelo Dec 22, 2022
2a7c546
feat: increase coverage
ericnordelo Dec 22, 2022
72d9cdc
fix: lint
ericnordelo Dec 22, 2022
550922e
feat: add DeployAccountTransaction flow
ericnordelo Dec 28, 2022
cdd54ca
fix: linter
ericnordelo Dec 28, 2022
3199b95
feat: add more tests
ericnordelo Dec 29, 2022
aef75f5
feat: add optional deploy to account
ericnordelo Dec 29, 2022
e3d2a7a
feat: add query_flags to setup
ericnordelo Dec 29, 2022
8d9c8cf
feat: revert from account init on invalid signer
ericnordelo Dec 29, 2022
1e3703a
feat: improve account tracking
ericnordelo Dec 29, 2022
e229d77
fix: lint
ericnordelo Dec 29, 2022
1c08d84
feat: add stack_trace option
ericnordelo Dec 29, 2022
dcd467f
feat: update account init
ericnordelo Dec 30, 2022
c0f4d3c
feat: add tests for stack trace
ericnordelo Dec 30, 2022
e8c8044
feat: pump starknet-devnet version
ericnordelo Dec 30, 2022
a0029c5
feat: remove mainnet token from declare
ericnordelo Dec 30, 2022
2f0be84
pass query to account method
andrew-fleming Jan 2, 2023
78a1cd6
estimate fee and return recursive call
andrew-fleming Jan 2, 2023
a013563
Merge branch 'OpenZeppelin:main' into auto-estimate-fee
andrew-fleming Jan 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_requires =
click>=8.0,<9.0
importlib-metadata>=4.0
python-dotenv>=0.19.2
starknet-devnet>=0.3.5
starknet-devnet>=0.4.2
cairo-lang>=0.10.3
pytest>=7.1.3
pytest-asyncio>=0.19.0
Expand Down
Loading