Skip to content

Bsc base #138

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 26 commits into from
Aug 21, 2020
Merged

Bsc base #138

merged 26 commits into from
Aug 21, 2020

Conversation

unclezoro
Copy link
Contributor

No description provided.

unclezoro and others added 22 commits May 18, 2020 16:42
* change the default timeout

* complete the change log
* fix nil point error in getBalance rpc call

* add change log

* modify testcase
* upgrade tendermint to v0.33.3

* fix import

* fix compilation errors
fix cycle import

add header convert utils

move EthHeaderToBscHeader

add side chain unjail

add temp testnet chain id

add unjail to client

update ethereum dependency

resolve comment

remove ethereum dependency

side chain addr length must be 20
* add bridge

* remove ethereum dependency

* refactor

* delete unused code
* remove double sign proof

* add Broadcast to interface
* refactor cross chain functions

* add unbind msg
EnderCrypto
EnderCrypto previously approved these changes Aug 18, 2020
@@ -0,0 +1,612 @@
// Copyright 2014 The go-ethereum Authors
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we reference the library instead of copy the file into project?

@@ -34,6 +37,10 @@ func (this ChainNetwork) Bech32Prefixes() string {
switch this {
case TestNetwork:
return "tbnb"
case TmpTestNetwork:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need this?

@forcodedancing forcodedancing merged commit 5316225 into master Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants