Skip to content

Finish Ethereum and Dummy adapter #143

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

Merged
merged 25 commits into from
Oct 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
65f1645
fix: ethereum sign
samparsky Sep 18, 2019
ef99520
implement: ethereum adapter
samparsky Sep 19, 2019
5f0e494
fix: decoded base64 lifetime
samparsky Sep 19, 2019
3f3fa3b
fix: ethereum adapter
samparsky Sep 19, 2019
7f1b642
fix: ethereum signed messages
samparsky Sep 19, 2019
102e983
fix: ethereum adapter sign, verify, ewt_sign, ewt_verify
samparsky Sep 20, 2019
4a734a3
fix: ethereum adapter address checksum
samparsky Sep 20, 2019
29d95c9
fix: adapter formatting
samparsky Sep 20, 2019
31c9b94
fix: format adapter/lib.rs, remove unused code
samparsky Sep 20, 2019
3f29db9
fix: validator_worker/heartbeat.rs, sentry_interface.rs mutable adapter
samparsky Sep 21, 2019
208f9c7
update: ethsign crate default
samparsky Sep 21, 2019
1e4cb4f
fix: remove ethsign crate
samparsky Sep 21, 2019
7e9a289
fix: box adapter types
samparsky Sep 21, 2019
bd5404e
changes
samparsky Sep 25, 2019
6c1a330
fix: ethereum adapter, remove mut
samparsky Sep 26, 2019
6a824f3
fix: add generic adapter error
samparsky Sep 27, 2019
ffec5e2
add: protocol eth submodule
samparsky Sep 27, 2019
cb14290
fix: keystore json err message
samparsky Sep 27, 2019
a28fa02
fix: check_address_checksum eth adapter
samparsky Sep 27, 2019
fd2b259
fix: rename tokens_verified, tokens_for_auth
samparsky Sep 27, 2019
1232fd9
fix: handle error for ethereum session token id
samparsky Sep 30, 2019
8fb4304
fix: ethereum adapter whoami
samparsky Sep 30, 2019
e4739e4
fix: ethereum, dummy adapter
samparsky Sep 30, 2019
8be6f50
fix: remove RefCell adapter, implement RwLock sentry_interface
samparsky Oct 4, 2019
6d55e48
fix: make adapter options enum and tryfrom channel to ethchannel
samparsky Oct 9, 2019
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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "lib/protocol-eth"]
path = lib/protocol-eth
url = https://github.com/AdExNetwork/adex-protocol-eth
Loading