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

feat(webhook): add webhook #2538

Merged
merged 38 commits into from
May 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6074411
add models and endpoint, lacking logic
shampoobera Apr 29, 2024
31aab47
just stuff
shampoobera Apr 29, 2024
b5e989a
just stuff
shampoobera Apr 29, 2024
715a453
made general db interface
shampoobera Apr 29, 2024
e2a6214
cleanup
shampoobera Apr 29, 2024
cd41cbc
trying to test
shampoobera Apr 29, 2024
444428b
trying to test
shampoobera Apr 29, 2024
18c0d51
trying ot fix test
shampoobera Apr 29, 2024
799f646
remove interface{} from gorm models, start tests, rework db interface
shampoobera Apr 29, 2024
c22d3c9
add signature
shampoobera Apr 30, 2024
6e0d109
secret
shampoobera Apr 30, 2024
9af0630
look away for now
shampoobera Apr 30, 2024
b5a29e1
finish db test
shampoobera Apr 30, 2024
496d67a
finish tests
golangisfun123 Apr 30, 2024
df7ffc6
add auth
golangisfun123 Apr 30, 2024
0b7b3e9
remove debugging log
golangisfun123 Apr 30, 2024
8b8297a
comments and nits
golangisfun123 Apr 30, 2024
f8a833b
lint
golangisfun123 Apr 30, 2024
d4ac8d6
appsecret and appid
golangisfun123 May 1, 2024
01f8b57
resolve comments
golangisfun123 May 1, 2024
7f81c14
swagger, lint
golangisfun123 May 1, 2024
1c55e8b
feat(synapse-interface): maintenance aggregator using PAUSED_CHAINS (…
bigboydiamonds Apr 30, 2024
a5a3120
Publish
bigboydiamonds Apr 30, 2024
a7e239e
Exempt gh pages (#2541)
trajan0x May 1, 2024
7d2117a
Deploy: `FastBridge` to Scroll (#2525)
ChiTimesChi May 1, 2024
4c7538c
Publish
ChiTimesChi May 1, 2024
6fec3a5
fix: update `forge-std` to 1.8.1, remove `ds-test`, use `solhint` for…
ChiTimesChi May 1, 2024
200eb8b
Publish
ChiTimesChi May 1, 2024
5dc99e4
chore: remove submodules from `contracts-rfq` (#2547)
ChiTimesChi May 1, 2024
1a3000a
Publish
ChiTimesChi May 1, 2024
b40e602
gogenerate
golangisfun123 May 1, 2024
f241759
Revert "gogenerate"
golangisfun123 May 1, 2024
d9e99a0
im dumb
golangisfun123 May 1, 2024
d7963fa
generate
golangisfun123 May 1, 2024
652b099
tidy
golangisfun123 May 1, 2024
d390ea0
update swagger doc
golangisfun123 May 1, 2024
8c215e4
[goreleaser]
trajan0x May 1, 2024
498a067
[goreleaser]
golangisfun123 May 2, 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
Prev Previous commit
Next Next commit
Revert "gogenerate"
This reverts commit b40e602.
golangisfun123 committed May 1, 2024
commit f24175973cea133ab48a2e4a1677d4aec4a4f679
3 changes: 3 additions & 0 deletions contrib/screener-api/client/client.go
Original file line number Diff line number Diff line change
@@ -85,6 +85,9 @@ type blacklistResponse struct {
func (c clientImpl) BlacklistAddress(ctx context.Context, appsecret string, appid string, body BlackListBody) (string, error) {
var blacklistRes blacklistResponse

// TODO: remove, just for testing purposes
// future, take it from some .env or something

nonce := strings.ReplaceAll(uuid.New().String(), "-", "")[:32]
timestamp := fmt.Sprintf("%d", time.Now().Unix())
queryString := ""