Skip to content

Commit 7a5a748

Browse files
authored
Update README.md (#1204)
change eureka to v2
1 parent 7c194d1 commit 7a5a748

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/eureka/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ics: TBD
3-
title: IBC Eureka
3+
title: IBC v2
44
stage: EXPERIMENTAL
55
category: IBC/TAO
66
kind: interface
@@ -9,7 +9,7 @@ author: Aditya Sripal <[email protected]>
99
created: 2024-08-15
1010
---
1111

12-
## IBC Eureka
12+
## IBC v2
1313

1414
### Context
1515

@@ -21,7 +21,7 @@ Writing an implementation from scratch is a problem many ecosystems face as a ma
2121

2222
The goal of this document is to serve as the simplest IBC specification that will allow new ecosystems to implement a protocol that can communicate with fully implemented IBC chains using the same security assumptions. It will also explain the motivations of the original design choices of the IBC protocol and how the new ibc architecture rethinks these design choices while still retaining the desired properties of IBC.
2323

24-
The IBC eureka protocol must have the same security properties as IBC, and must be completely compatible with IBC applications. It may not have the full flexibility offered by standard IBC.
24+
The IBC v2 protocol must have the same security properties as IBC, and must be completely compatible with IBC applications. It may not have the full flexibility offered by standard IBC.
2525

2626
### Desired Properties
2727

@@ -71,7 +71,7 @@ function submitMisbehaviour(
7171

7272
### Core IBC Functionality
7373

74-
IBC in its essence is the ability for applications on different blockchains with different security models to communicate with each other through light-client backed security. Thus, IBC needs the light client described above and the IBC applications that define the packet data they wish to send and receive. In addition to these layers, core IBC introduces the connection and channel abstractions to connect these two fundamental layers. IBC Eureka intends to compress only the necessary aspects of connection and channel layers to a new router layer but before doing this it is critical to understand what service they currently provide.
74+
IBC in its essence is the ability for applications on different blockchains with different security models to communicate with each other through light-client backed security. Thus, IBC needs the light client described above and the IBC applications that define the packet data they wish to send and receive. In addition to these layers, core IBC introduces the connection and channel abstractions to connect these two fundamental layers. IBC v2 intends to compress only the necessary aspects of connection and channel layers to a new router layer but before doing this it is critical to understand what service they currently provide.
7575

7676
Properties of Connection:
7777

0 commit comments

Comments
 (0)