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

fix (dot/rpc, dot/state): state_subscribeStorage to only notify for value changes #1460

Merged
merged 42 commits into from
Apr 22, 2021
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
af287cb
move websocket messages and listeners into own files
edwardmack Mar 12, 2021
9d0003a
fix notifyStorageSubscriptions to only notify for changes
edwardmack Mar 12, 2021
678d946
Merge branch 'development' into ed/fixRPCsubscribeStorage
edwardmack Mar 15, 2021
bf8f887
Merge branch 'development' into ed/fixRPCsubscribeStorage
edwardmack Mar 17, 2021
090028f
address PR comments
edwardmack Mar 17, 2021
a9279a7
add to websocket tests
edwardmack Mar 18, 2021
0595ca8
repair append, cleanup filter declareation
edwardmack Mar 18, 2021
a479786
fix anti-pattern in log message
edwardmack Mar 18, 2021
a9ecb4a
create notifyStorageSubscription for individual sub notify
edwardmack Mar 18, 2021
299448b
add websocket listeners unit tests
edwardmack Mar 19, 2021
0d73536
Merge branch 'development' into ed/fixRPCsubscribeStorage
edwardmack Mar 19, 2021
ca61c54
cleanup merge conflicts
edwardmack Mar 19, 2021
3230d70
lint
edwardmack Mar 19, 2021
d076caf
add sleep timer
edwardmack Mar 19, 2021
3bd1a53
Merge branch 'development' into ed/fixRPCsubscribeStorage
edwardmack Mar 22, 2021
ea3b80a
refactor websocket files
edwardmack Mar 22, 2021
90706be
lint
edwardmack Mar 22, 2021
c76452b
a locks to fix data race
edwardmack Mar 23, 2021
db4c9ea
Merge branch 'development' into ed/fixRPCsubscribeStorage
edwardmack Mar 23, 2021
e720c6a
Merge branch 'development' into ed/fixRPCsubscribeStorage
edwardmack Apr 8, 2021
cfa1810
Merge branch 'development' into ed/fixRPCsubscribeStorage
edwardmack Apr 12, 2021
dcf5d2a
implement observer design pattern
edwardmack Apr 13, 2021
4f120fb
Merge branch 'development' into ed/fixRPCsubscribeStorage
edwardmack Apr 13, 2021
a44e40f
fix race conditions
edwardmack Apr 13, 2021
4a5dd26
Merge branch 'development' into ed/fixRPCsubscribeStorage
edwardmack Apr 13, 2021
b344e5a
add tests
edwardmack Apr 14, 2021
1d247f2
add tests
edwardmack Apr 14, 2021
9706d78
Merge branch 'development' into ed/fixRPCsubscribeStorage
edwardmack Apr 14, 2021
e57ccb5
add tests
edwardmack Apr 14, 2021
f013cf5
add tests
edwardmack Apr 14, 2021
bfcd6a8
add tests
edwardmack Apr 15, 2021
dcf1493
add tests
edwardmack Apr 15, 2021
e32e256
Merge branch 'development' into ed/fixRPCsubscribeStorage
edwardmack Apr 15, 2021
c30f34e
add troubleshooting stuff for testing transactions
edwardmack Apr 20, 2021
c3a6463
Merge branch 'development' into ed/fixRPCsubscribeStorage
edwardmack Apr 20, 2021
ab9fd78
save commit
edwardmack Apr 20, 2021
d9e228e
address PR comments
edwardmack Apr 20, 2021
390fadf
lint
edwardmack Apr 20, 2021
2ab0f55
remove unused printf and comments
edwardmack Apr 20, 2021
39d8748
fix test
edwardmack Apr 20, 2021
4de9a74
update tests
edwardmack Apr 20, 2021
a2068a3
add return from error
edwardmack Apr 21, 2021
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
Loading