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

WIP: merge to Goerli testnet #11

Merged
merged 32 commits into from
Dec 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
51f7c75
add contracts
lightsing Nov 23, 2021
2f78faa
upgrade dependencies
lightsing Nov 24, 2021
4b3f791
add ut
lightsing Nov 25, 2021
143c23a
add LocalToken
lightsing Nov 29, 2021
323fedb
add constraint
lightsing Nov 29, 2021
3fa654e
add local reader
lightsing Nov 29, 2021
70148cf
update main
lightsing Nov 29, 2021
e16ab65
update submodule
lightsing Nov 30, 2021
a50e029
fix default build
lightsing Nov 30, 2021
409f6b2
fix websocket 400
lightsing Nov 30, 2021
86e5029
cargo fmt
lightsing Nov 30, 2021
b2cc8dd
fix missing impl
lightsing Nov 30, 2021
ca62834
fix missing impl
lightsing Nov 30, 2021
944250b
more log
lightsing Nov 30, 2021
fa40d64
more and more log
lightsing Nov 30, 2021
3f23506
try to fix revert by using http provider (same as it in unittest)
lightsing Dec 2, 2021
3052842
add backtrace
lightsing Dec 8, 2021
f65b610
drop before create
lightsing Dec 8, 2021
5f24645
add docker-compose
lightsing Dec 8, 2021
c022c38
update
0xmountaintop Dec 8, 2021
079fd5e
use non_blocking_tracing
0xmountaintop Dec 8, 2021
8e83d20
fix
0xmountaintop Dec 9, 2021
9d39378
add unit test on ContractInfos
lightsing Dec 12, 2021
2202e0e
fix topic mismatch
lightsing Dec 13, 2021
c73cfd4
fix rev
lightsing Dec 13, 2021
b2bbe73
add signature field
lightsing Dec 13, 2021
2c79b9f
fix asset
lightsing Dec 13, 2021
f30cc64
update template
lightsing Dec 15, 2021
27e261d
update lock
lightsing Dec 15, 2021
1fce2c7
rename
lightsing Dec 15, 2021
7f50a15
update template
lightsing Dec 16, 2021
1ea8fe4
add delegate build
lightsing Dec 16, 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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/target
/src/events.rs
/build-config.toml
/config.toml
/config.toml

*sftp-config.json
Loading