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

[master] v1 metamask connect to isolated server + testnet #2820

Merged
merged 75 commits into from
Jul 29, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
00e5606
v1 metamask connect - try testnet, too
n-hutton Jun 24, 2022
26f2440
fixup
n-hutton Jun 24, 2022
676d6a9
bump travis/jenkins
n-hutton Jun 28, 2022
ef23f54
tidying
n-hutton Jun 28, 2022
31cf230
add debug for testnet
n-hutton Jun 29, 2022
86ec18e
add killer rpc call for debug purpose
n-hutton Jun 29, 2022
cd3b4af
hacks
n-hutton Jun 29, 2022
b8639f8
Merge branch 'master' into feature/evm_rpc
n-hutton Jun 29, 2022
2d2faf0
fix unfortunate error
n-hutton Jun 29, 2022
3052f3b
WIP
n-hutton Jun 30, 2022
afa4c22
testnet
n-hutton Jul 4, 2022
878768d
fixme
n-hutton Jul 4, 2022
f6dc7d3
about to switch TX way
n-hutton Jul 5, 2022
3d23a94
fix versioning
n-hutton Jul 5, 2022
05c9349
fixes
n-hutton Jul 5, 2022
7f19390
fixes
n-hutton Jul 5, 2022
b4bc76c
bump and turn off travis
n-hutton Jul 5, 2022
56b53af
try more stuff
n-hutton Jul 5, 2022
f75267b
fix balance
n-hutton Jul 6, 2022
abbf7bd
fix balance querying
n-hutton Jul 6, 2022
e7af88a
WIP
n-hutton Jul 7, 2022
989125c
thing thing
n-hutton Jul 7, 2022
46af9a6
WORKING FIRST VERSION!
n-hutton Jul 9, 2022
7ca3ecb
seems to be working... try for another testnet deployment
n-hutton Jul 12, 2022
18ca008
another testnet deployment
n-hutton Jul 12, 2022
f78ebec
bump
n-hutton Jul 12, 2022
f09aaa8
add missing cmake file
n-hutton Jul 12, 2022
ecac377
add other file
n-hutton Jul 12, 2022
d2360c9
fix bad build
n-hutton Jul 12, 2022
cbf1da4
do not strip symbols
n-hutton Jul 13, 2022
544964b
Add debugging
n-hutton Jul 13, 2022
0f0e8f0
add more debug
n-hutton Jul 13, 2022
4a1a0d1
fixes
n-hutton Jul 13, 2022
b0b32cb
more fixes
n-hutton Jul 13, 2022
d97645c
add new eth library
n-hutton Jul 13, 2022
2e71a66
add additional debug
n-hutton Jul 13, 2022
a145230
bump it
n-hutton Jul 13, 2022
30caf65
add libEth
n-hutton Jul 13, 2022
6d3110a
ignore more files
n-hutton Jul 13, 2022
cb0ba1a
update schnorr...
n-hutton Jul 13, 2022
37ae6df
does this change the build materially?
n-hutton Jul 13, 2022
0538893
revert schnorr???
n-hutton Jul 13, 2022
c222b3c
fix hopefullyQ
n-hutton Jul 13, 2022
4607714
bump gitignore further
n-hutton Jul 13, 2022
4646afa
cleanup
n-hutton Jul 14, 2022
a89b2ae
fix build errors
n-hutton Jul 14, 2022
e90857b
tidy
n-hutton Jul 18, 2022
042ccd2
fix errors...
n-hutton Jul 18, 2022
21e3c06
attempt at recovery from corrupted git file
n-hutton Jul 18, 2022
6914897
fixes...
n-hutton Jul 18, 2022
0d9c546
transfer demo still works...
n-hutton Jul 18, 2022
780df7c
cleanup
n-hutton Jul 19, 2022
b5164a9
initial commit add python test file
Jul 19, 2022
059349b
Merge branch 'feature/evm_rpc' of github.com:Zilliqa/Zilliqa into fea…
n-hutton Jul 19, 2022
0f17863
v1 test
Jul 19, 2022
f0d9538
cleanup
n-hutton Jul 19, 2022
33ac463
Merge branch 'feature/evm_rpc' of github.com:Zilliqa/Zilliqa into fea…
n-hutton Jul 19, 2022
8b0253b
fixed balance issues
n-hutton Jul 19, 2022
35ce4fe
tests seemingly added
n-hutton Jul 19, 2022
e2d02df
fix build...
n-hutton Jul 19, 2022
6d062d7
sigh
n-hutton Jul 20, 2022
a080c5c
format fix
n-hutton Jul 20, 2022
9b25bac
include linting
n-hutton Jul 20, 2022
cb97c00
fix build error...
n-hutton Jul 20, 2022
525bddd
clang tidy fix
n-hutton Jul 20, 2022
1d9c7f2
sigh
n-hutton Jul 21, 2022
7601a21
fix test
n-hutton Jul 21, 2022
2904777
fix another test
n-hutton Jul 21, 2022
21a5a34
merge to master
n-hutton Jul 22, 2022
1139ff3
fix build
n-hutton Jul 23, 2022
b019d75
Merge branch 'master' into feature/evm_rpc
n-hutton Jul 28, 2022
152d26e
pr feedback except for unit tests
Jul 28, 2022
af1b70d
add unit tests
n-hutton Jul 28, 2022
dd8a036
style...
n-hutton Jul 28, 2022
109df60
more style
n-hutton Jul 28, 2022
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
Prev Previous commit
Next Next commit
thing thing
  • Loading branch information
n-hutton committed Jul 7, 2022
commit 989125ca196c9149a46ce016af2d81a0a94879d1
1 change: 0 additions & 1 deletion src/libCrypto/EthCrypto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#include "EthCrypto.h"
#include "libUtils/Logger.h"
#include "common/BjaseType.h"

//#include "secp256k1.h"
//#include "secp256k1_ecdh.h"
Expand Down
1 change: 1 addition & 0 deletions src/libCrypto/EthCrypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#define ZILLIQA_SRC_LIBCRYPTO_ETHCRYPTO_H_

#include <openssl/ecdsa.h> // for ECDSA_do_sign, ECDSA_do_verify
#include "common/BaseType.h"

#include <string>

Expand Down