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

Completed Integration -> Ape #27

Merged
merged 29 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6316634
initial web3.py changes
lancenonce Feb 29, 2024
0041f45
refactor transmit
lancenonce Feb 29, 2024
b66e6b3
verify sigs and proof
lancenonce Feb 29, 2024
62d76d1
fix: enable web3py mnemonic
lancenonce Mar 4, 2024
6dcc892
fix: separate tasks from tasks and typos
lancenonce Mar 4, 2024
a733435
SDK refactor, fixes
lancenonce Mar 5, 2024
7ae0c51
fix: fetching proof
lancenonce Mar 6, 2024
3966b75
fixes & sending value param
lancenonce Mar 7, 2024
f4b79d7
new abi, fixes
lancenonce Mar 7, 2024
5268226
fix: flatten contract for debugging
lancenonce Mar 8, 2024
5c5c9f3
cleanup
lancenonce Mar 8, 2024
2eef258
fix: add value param to txn
lancenonce Mar 9, 2024
924d41d
adding to gitignore
lancenonce Mar 9, 2024
cd8537f
fix: abi path
lancenonce Mar 9, 2024
3619a75
notes
lancenonce Mar 9, 2024
6ed1160
job size fix
lancenonce Mar 9, 2024
71c5900
hacks: proper formatting and awaiting self verification
lancenonce Mar 10, 2024
78bb1ac
value None error fixed
lancenonce Mar 10, 2024
a14fd5e
todos
lancenonce Mar 16, 2024
cae00d8
Merge branch 'main' into leaf-web3-py
lancenonce Mar 16, 2024
14fe6a0
endpoint fixes
lancenonce Mar 16, 2024
1c3032f
..
lancenonce Mar 16, 2024
da83805
etherscan integration: no need for an abi
lancenonce Mar 19, 2024
0214f23
proof sig enabled logic
lancenonce Mar 19, 2024
a0fd146
transmit docstrings
lancenonce Mar 19, 2024
0ba6ad3
fix: init comes with contract addy and chain id
lancenonce Mar 19, 2024
6e34f75
fix: no more dummy sigs
lancenonce Mar 19, 2024
c0c279c
cleanup premerge with last todos
lancenonce Mar 19, 2024
f0eb07d
Merge branch 'on-chain' into leaf-web3-py
lancenonce Mar 19, 2024
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
4 changes: 4 additions & 0 deletions ape-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ deployments:
sepolia:
- contract_type: MNISTNFT
address: 0x9C5d3b892b88C66783e41e6B8b73fA744efeb5d6

test:
mnemonic: test test test test test test test test test test junk junk
number_of_accounts: 5
Loading
Loading